<br><font size=2 face="sans-serif">Hi</font>
<br>
<br><font size=2 face="sans-serif">I posted a request earlier regarding
Trip Approval. Your post has raised a couple of questions. We also will
be using Portal and SapGui as entry points.</font>
<br><font size=2 face="sans-serif">I am familiar with the workflow process
in the backend R3 system but not touched the Portal side. I was assuming
the workflow developed in the backend, would be the same one used if decision
were made in Portal or SAPGUI, but it sounds from your post that there
are restrictions, could you explain and point me to further documentation
of what these are and how I overcome them, before I start the development.</font>
<br>
<br><font size=2 face="sans-serif">Many Thanks</font>
<br>
<br><font size=2 face="sans-serif">John<br>
<br>
CSC Computer Sciences Limited<br>
Registered Office: Royal Pavilion, Wellesley Road, Aldershot, Hampshire,
GU11 1PZ, UK<br>
Registered in England No: 0963578<br>
<br>
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. <br>
NOTE: Regardless of content, this e-mail shall not operate to bind CSC
to any order or other contract unless pursuant to explicit written agreement
or government initiative expressly permitting the use of e-mail for such
purpose.<br>
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>
</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>&quot;Schmidt, Bob&quot;
&lt;bschmidt@ugs.com&gt;</b> </font>
<br><font size=1 face="sans-serif">Sent by: sap-wug-bounces@mit.edu</font>
<p><font size=1 face="sans-serif">12/12/2007 16:03</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
&quot;SAP Workflow Users' Group&quot; &lt;sap-wug@mit.edu&gt;</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">&lt;sap-wug@mit.edu&gt;</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">UWL and USERDECSIONHANDLER</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2 color=blue face="Tahoma">We are rolling out Travel Management
through ESS to our users on EP 7.0 and ECC 6.0. &nbsp;We’ve had our own
custom workflow for approval/rejection of Travel Management expenses which
has been operational through the SAPGUI for years. &nbsp;Because of extensive
role resolution logic in the backend workflow, I’d like to utilize the
same workflow regardless of whether the decisions are processed through
the SAPGUI or the Portal. &nbsp;However, I’d have to put some decisions
in the workflow to test whether an approval was done via the UWL to bypass
tasks with SOFM-Compose method. &nbsp; It should be easy. </font>
<br><font size=2 color=blue face="Tahoma">&nbsp;</font>
<br><font size=2 color=blue face="Tahoma">For the Approve/Reject in the
UWL, the USERDECISIONHANDLER in the XML file, has worked fine. &nbsp;Specifying
the UserDecisionNote as mandatory has allowed me to require text entry
for a rejection as well. &nbsp; &nbsp;</font>
<br><font size=2 color=blue face="Tahoma">&nbsp;</font>
<br><font size=2 color=blue face="Tahoma">Now, to the crux of the issue.
&nbsp;I need to get a value back to the workflow container to indicate
that the decision task was performed in the UWL. &nbsp;The UPDATINGCONTAINERHANDLER
would seem to fit the bill nicely. &nbsp;Yet, I can’t make the &nbsp;UPDATINGCONTAINERHANDLER
work with the USERDECISIONHANDLER. &nbsp;The XML is below. &nbsp;Is this
possible?</font>
<br><font size=2 color=blue face="Tahoma">&nbsp;</font>
<br><font size=2 color=blue face="Tahoma">Or, should I just can it and
get a custom iView created to do what I need? &nbsp;We’ve already started
to go down that path…</font>
<br><font size=2 color=blue face="Tahoma">&nbsp;</font>
<br><font size=2 color=blue face="Tahoma">Thanks!</font>
<br><font size=2 color=blue face="Tahoma">Bob</font>
<br><font size=2 color=blue face="Tahoma">&nbsp;</font>
<br><font size=2 color=blue face="Tahoma">&nbsp;</font>
<br><font size=2 color=blue face="Courier New">&nbsp; &nbsp; &nbsp; &lt;Actions&gt;</font>
<br><font size=2 color=blue face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&lt;Action name=&quot;1&quot; groupAction=&quot;yes&quot; userDecision=&quot;yes&quot;
handler=&quot;UserDecisionHandler&quot;&gt;</font>
<br><font size=2 color=blue face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;&lt;Descriptions default=&quot;Approve&quot;/&gt;</font>
<br><font size=2 color=blue face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&lt;/Action&gt;</font>
<br><font size=2 color=blue face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&lt;Action name=&quot;2&quot; groupAction=&quot;yes&quot; userDecision=&quot;yes&quot;
handler=&quot;UserDecisionHandler&quot;&gt;</font>
<br><font size=2 color=blue face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;&lt;Properties&gt;</font>
<br><font size=2 color=blue face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &lt;Property name=&quot;UserDecisionNote&quot;
value=&quot;mandatory&quot;/&gt;</font>
<br><font size=2 color=blue face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &lt;Property name=&quot;UserDecisionTitle&quot;
value=&quot;Reject Reason&quot;/&gt;</font>
<br><font size=2 color=blue face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;&lt;/Properties&gt;</font>
<br><font size=2 color=blue face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;&lt;Descriptions default=&quot;Reject&quot;/&gt;</font>
<br><font size=2 color=blue face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&lt;/Action&gt;</font>
<br><font size=2 color=blue face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&lt;Action name=&quot;2&quot; userDecision=&quot;no&quot; handler=&quot;UpdatingContainerHandler&quot;&gt;</font>
<br><font size=2 color=blue face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;&lt;Properties&gt;</font>
<br><font size=2 color=blue face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &lt;Property name=&quot;UWL_Executed&quot;
value=&quot;Y&quot;/&gt;</font>
<br><font size=2 color=blue face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;&lt;/Properties&gt;</font>
<br><font size=2 color=blue face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&lt;/Action&gt;</font>
<br><font size=2 color=blue face="Courier New">&nbsp; &nbsp; &nbsp; &lt;/Actions&gt;</font><font size=2><tt>_______________________________________________<br>
SAP-WUG mailing list<br>
SAP-WUG@mit.edu<br>
http://mailman.mit.edu/mailman/listinfo/sap-wug<br>
</tt></font>
<br>