<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
 namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="State"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="place"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:sans-serif;
        panose-1:0 0 0 0 0 0 0 0 0 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>In the task definition, check the <i><span
style='font-style:italic'>Confirm end of processing</span></i> flag. This will
prompt the user to confirm whether they have actually done the work or whether
they are just &#8216;backing out&#8217;.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>There is another option using the
exit_cancelled macro but this will require some ABAP and under certain
circumstances may not be possible&#8230;.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Alon</span></font><b><span
style='font-weight:bold'> <o:p></o:p></span></b></p>

</div>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] <b><span
style='font-weight:bold'>On Behalf Of </span></b>Daniel Schorsch<br>
<b><span style='font-weight:bold'>Sent:</span></b> Tuesday, June 05, 2007 2:02
AM<br>
<b><span style='font-weight:bold'>To:</span></b> sap-wug@mit.edu<br>
<b><span style='font-weight:bold'>Subject:</span></b> Suppress ending a</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><br>
</span></font><font size=2 face=sans-serif><span style='font-size:10.0pt;
font-family:sans-serif'>Hi all,</span></font> <br>
<br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>I
am using a lot of dialog task with synchronous methods in it (e.g.
BUS1001006.EDIT). As soon as anybody processes a workitem using such a task he
may end the workitem without taking any action but by using the standard
navigation buttons &quot;Back(green)&quot;, &quot;Exit(yellow)&quot; and
&quot;Cancel(red)&quot;. The task is interpreted as successfully completed.</span></font>
<br>
<br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>During
my participation in the BIT601 SAP Education course I heard about an option to
&quot;suppress&quot; this behavior. I would like the workitem with a task that
uses a synchronous method to stay in any status that is not
&quot;completed&quot; (think it would be &quot;commited&quot; or
&quot;ready&quot;).</span></font> <br>
<br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>Is
there any sollution for this issue? Any options you may give me? Thank you very
much in advance!!!</span></font> <br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'><br>
<br>
Mit freundlichen Grüßen / With kind regards / Met vriendelijke groeten<br>
<br>
Daniel Schorsch<br>
Philips Medical Systems DMC GmbH<br>
Information Technology - Technical Automation<br>
Röntgenstraße 24<br>
22335 <st1:State w:st="on"><st1:place w:st="on">Hamburg</st1:place></st1:State><br>
Tel.: +49/40/5078-1505<br>
Fax: +49/40/5078-1793<br>
Email: Daniel.Schorsch@philips.com<br>
Intranet: http://pww.de.ms.philips.com/<br>
<br>
Geschäftsführung: Diedrich Dirks (Vorsitzender), Christoph Wittler<br>
Sitz der Gesellschaft: <st1:State w:st="on"><st1:place w:st="on">Hamburg</st1:place></st1:State><br>
Registergericht <st1:State w:st="on"><st1:place w:st="on">Hamburg</st1:place></st1:State>,
66 HRB 77 839<br>
Steuernummer: 22/27/278/00800</span></font><o:p></o:p></p>

</div>

</body>

</html>