<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1528" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=921421822-20032006><FONT face=Arial 
color=#0000ff size=2>Re Advance with Dialog and the UWL. </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=921421822-20032006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=921421822-20032006><FONT face=Arial 
color=#0000ff size=2>1. It still works if you are calling R/3 using WinGUI with 
your portal. </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=921421822-20032006><FONT face=Arial 
color=#0000ff size=2>2. It works on the very latest releases if you are calling 
SAP using SAPGUI for HTML. Curious but true...&nbsp; no doubt there have been 
some advances in SAPGUI for HTML. </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=921421822-20032006></SPAN>&nbsp;</DIV>
<DIV>&nbsp;</DIV><!-- Converted from text/rtf format -->
<P><SPAN lang=en-us><FONT face=Arial size=1>Regards,</FONT></SPAN> <BR><SPAN 
lang=en-us><B><FONT face=Arial color=#000080 size=1>Jocelyn 
Dart</FONT></B></SPAN> <BR><SPAN lang=en-us><FONT face=Arial color=#808080 
size=1>Senior Consultant</FONT></SPAN> <BR><SPAN lang=en-us><B><FONT face=Arial 
color=#808080 size=1>SAP Australia Pty Ltd.</FONT></B></SPAN> <BR><SPAN 
lang=en-us><FONT face=Arial color=#808080 size=1>Level 1/168 Walker 
St.</FONT></SPAN> <BR><SPAN lang=en-us><FONT face=Arial color=#808080 
size=1>North Sydney </FONT></SPAN><BR><SPAN lang=en-us><FONT face=Arial 
color=#808080 size=1>NSW, 2060</FONT></SPAN> <BR><SPAN lang=en-us><FONT 
face=Arial color=#808080 size=1>Australia</FONT></SPAN> <BR><SPAN 
lang=en-us><FONT face=Arial color=#808080 size=1>T&nbsp;&nbsp; +61 412 390 
267</FONT></SPAN> <BR><SPAN lang=en-us><FONT face=Arial color=#808080 
size=1>M&nbsp;&nbsp; + 61 412 390 267</FONT></SPAN> <BR><SPAN lang=en-us><FONT 
face=Arial color=#808080 size=1>E&nbsp;&nbsp; jocelyn.dart@sap.com</FONT></SPAN> 
<BR><SPAN lang=en-us><FONT face=Arial color=#808080 size=1><A 
href="http://www.sap.com/">http://www.sap.com</A></FONT></SPAN> </P>
<P><SPAN lang=en-au><FONT face="Times New Roman" color=#ff0000 size=1>The 
information contained in or attached to this electronic transmission is 
confidential and may be legally privileged. It is intended only for the person 
or entity to which it is addressed. If you are not the intended recipient, you 
are hereby notified that any distribution, copying, review, retransmission, 
dissemination or other use of this electronic transmission or the information 
contained in it is strictly prohibited. If you have received this electronic 
transmission in error, please immediately contact the sender to arrange for the 
return of the original documents. </FONT></SPAN></P>
<P><SPAN lang=en-au><FONT face="Times New Roman" color=#ff0000 size=1>Electronic 
transmission cannot be guaranteed to be secure and accordingly, the sender does 
not accept liability for any such data corruption, interception, unauthorized 
amendment, viruses, delays or the consequences thereof.</FONT></SPAN></P>
<P><SPAN lang=en-au><FONT face="Times New Roman" color=#ff0000 size=1>Any views 
expressed in this electronic transmission are those of the individual sender, 
except where the message states otherwise and the sender is authorized to state 
them to be the views of SAP AG or any of its subsidiaries. SAP AG, its 
subsidiaries, and their directors, officers and employees make no representation 
nor accept any liability for the accuracy or completeness of the views or 
information contained herein. Please be aware that the furnishing of any pricing 
information/ business proposal herein is indicative only, is subject to change 
and shall not be construed as an offer or as constituting a binding agreement on 
the part of SAP AG or any of its subsidiaries to enter into any relationship, 
unless otherwise expressly stated. </FONT></SPAN></P>
<DIV>&nbsp;</DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> sap-wug-bounces@mit.edu 
[mailto:sap-wug-bounces@mit.edu] <B>On Behalf Of </B>Raghu 
Arramreddy<BR><B>Sent:</B> Tuesday, 21 March 2006 7:11 AM<BR><B>To:</B> SAP 
Workflow Users' Group; anke_libeton@hotmail.com<BR><B>Subject:</B> RE: About 
adding notes to a user decision<BR></FONT><BR></DIV>
<DIV></DIV><BR>Thanks for the hint<BR>Let me try this and see 
<BR><BR><BR><B><I>Anke Libeton &lt;anke_libeton@hotmail.com&gt;</I></B> wrote:
<BLOCKQUOTE class=replbq 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid">Hi,<BR><BR>I 
  have just finshed doing something very similar.<BR><BR>The standard 
  functionality provides a pushbutton to create an attachment <BR>(unfortunately 
  not in UWL). If you can make it a business procedure to have <BR>the approver 
  use this, then that would be the easiest and most standard 
  <BR>solution.<BR><BR>In my case, the reason for rejection had to be entered as 
  a mandatory <BR>attachment. I made a copy of the decision step and added the 
  code to <BR>automatically popup the creation of an attachment if the decision 
  result is <BR>Reject. Code calls method SOFM.CREATE<BR><BR>You can also 
  consider using 2 steps (decision step + attachment) and <BR>continue with 
  immediate dialog. This is a more standard solution with less <BR>codi! ng. 
  Unfortunately doesn't work in UWL either.<BR><BR>Also, have a look at the 
  Conditions tab on the task. Here you can check <BR>conditions before the 
  workitem is set to sompleted. You can use this to make <BR>sure that the user 
  has created an attachment before the workitem is set to <BR>completed. This is 
  the more standard approach. You will have to give the <BR>user instructions on 
  creating the attachment. (Or they'll think workflow <BR>doesn't work.) My 
  client preferred the automatic popup with prompt to create 
  <BR>attachment.<BR><BR>Hope this gives you some ideas on how to resolve 
  it.<BR><BR>Cheers,<BR>Anke Libeton<BR>Australia<BR><BR>----Original Message 
  Follows----<BR>From: Raghu Arramreddy <REIGHU@YAHOO.COM><BR>Reply-To: "SAP 
  Workflow Users' Group" <SAP-WUG@MIT.EDU><BR>To: sap-wug@mit.edu<BR>Subject: 
  About adding notes to a user decision<BR>Date: Fri, 17 Mar 2006 12:50:44 -0800 
  (PST)<BR><BR>I would like to attach notes to a user decision<BR>for a reject 
  decision, the rea! sons involved and other data has to be entered 
  <BR>(mandatory) for a reject decision<BR>What element or task is 
  available?<BR><BR><BR><BR><BR>---------------------------------<BR>Yahoo! 
  Mail<BR>Bring photos to life! New PhotoMail makes sharing a 
  breeze.<BR><BR><BR>_______________________________________________<BR>SAP-WUG 
  mailing 
  list<BR>SAP-WUG@mit.edu<BR>http://mailman.mit.edu/mailman/listinfo/sap-wug<BR><BR>_________________________________________________________________<BR>careerone.com.au 
  <BR>http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fadsfac%2Enet%2Flink%2Easp%3Fcc%3DNWS014%2E19163%2E0%26clk%3D1%26creativeID%3D28927&amp;_t=752722611&amp;_m=EXT<BR><BR>_______________________________________________<BR>SAP-WUG 
  mailing 
  list<BR>SAP-WUG@mit.edu<BR>http://mailman.mit.edu/mailman/listinfo/sap-wug<BR></SAP-WUG@MIT.EDU></REIGHU@YAHOO.COM></BLOCKQUOTE><BR>
<P>
<HR SIZE=1>
Brings words and photos together (easily) with<BR><A 
href="http://us.rd.yahoo.com/mail_us/taglines/PMall/*http://photomail.mail.yahoo.com">PhotoMail 
</A>- it's free and works with Yahoo! Mail.</BODY></HTML>