<!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.2900.3020" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN
class=919595814-12072007>Indeed, some things are tightened up with this
upgrade. And that </SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN
class=919595814-12072007>is a good thing in my opinion. Just wish I had a better
road map for </SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN
class=919595814-12072007>all the changes. And a new WF book would come in handy
for </SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN
class=919595814-12072007>the new features. Hint!</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN
class=919595814-12072007></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN
class=919595814-12072007>So for anyone reading this and is going to upgrade
soon, </SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN
class=919595814-12072007>tighten up your BORs, FM, PRg, etc. I have noticed
a few things </SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN
class=919595814-12072007>that were just warnings are now errors and won't
compile without </SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN
class=919595814-12072007>code corrections. </SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN
class=919595814-12072007></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN
class=919595814-12072007>Of course not "My Code"
;)</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN
class=919595814-12072007></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN
class=919595814-12072007>Thanks Mark,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN
class=919595814-12072007>Rick</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff></FONT> </DIV>
<DIV><BR></DIV>
<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>Mark Pyc<BR><B>Sent:</B>
Thursday, July 12, 2007 9:43 AM<BR><B>To:</B> SAP Workflow Users'
Group<BR><B>Subject:</B> Re: ECC6 upgrade issue - Can't add Outcomes to a
task<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV>It may have been possible, but I don't think it would have been
intentionally provided functionality.</DIV>
<DIV> </DIV>
<DIV>From memory the doco on 'Result Parameter' is that it must be based on a
Domain with values or a Domain with Check Table.</DIV>
<DIV> </DIV>
<DIV>Things may have been tightened up on you after the upgrade.</DIV>
<DIV> </DIV>
<DIV>Have fun,</DIV>
<DIV>Mark<BR><BR> </DIV>
<DIV><SPAN class=gmail_quote>On 7/12/07, <B class=gmail_sendername>Sample,
Rick</B> <<A href="mailto:Rick.Sample@gbe.com">Rick.Sample@gbe.com</A>>
wrote:</SPAN>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN>Mark, You are on
target. </SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial
color=#0000ff><SPAN></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN>If creating a new
BOR method, set RESULT type as SWCONT-VALUE. </SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN>In method, set
this RESULT to 0, 1,2, etc.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN>Bind to task and
should be able to just "create" new outcomes based on the RESULT
parm.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial
color=#0000ff><SPAN></SPAN></FONT><FONT face=Arial
color=#0000ff><SPAN></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN>This is not
possible? Or do I need to create a table/struct to pass as RESULT
</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN>with the field
and specify domain for values? Like METHRETURN-METHODWRIT.
</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN>It has Value
Ranges 0, 1, X as predefined for Outcomes.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial
color=#0000ff><SPAN></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN>I could have
_sworn_ that you could just set a RESULT and create whatever outcomes you
wanted on task.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff><SPAN>i.e.
If RESULT= 1 Outcome 1, if RESULT = 2 outcome 2, etc.
</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial
color=#0000ff><SPAN></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial
color=#0000ff><SPAN>Rick</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial
color=#0000ff><SPAN></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial
color=#0000ff><SPAN></SPAN></FONT> </DIV></SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial
color=#0000ff><SPAN></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial
color=#0000ff><SPAN></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial
color=#0000ff><SPAN></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff></FONT> </DIV>
<DIV><BR> </DIV>
<DIV lang=en-us dir=ltr align=left>
<HR>
<FONT face=Tahoma size=2><B>From:</B> <A
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:sap-wug-bounces@mit.edu"
target=_blank>sap-wug-bounces@mit.edu</A> [mailto:<A
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:sap-wug-bounces@mit.edu" target=_blank>
sap-wug-bounces@mit.edu</A>] <B>On Behalf Of </B>Mark Pyc<BR><B>Sent:</B>
Thursday, July 12, 2007 8:34 AM<BR><B>To:</B> SAP Workflow Users'
Group<BR><B>Subject:</B> Re: ECC6 upgrade issue - Can't add Outcomes to a task
<BR></FONT><BR> </DIV>
<DIV><SPAN class=e id=q_113bac37c8a96d88_1>
<DIV></DIV>
<DIV>G'day Rick,</DIV>
<DIV> </DIV>
<DIV>Are you talking about the activation/deactivation of outcomes in the Step
of the Workflow (as opposed to Task maintenance)? </DIV>
<DIV> </DIV>
<DIV>When you say you can Add and Remove on the Task I'm not sure what
you mean. Maybe my memory is a bit too leaky, but I thought the only way to
add outcomes was to have extra exceptions defined on the method, or in the
case of a 'Result Parameter' adding extra entries to the domain or check
table. </DIV>
<DIV> </DIV>
<DIV>Am I missing the point completely? I'm bloated and tired after a
heavy lunch, so it's entirely possible....</DIV>
<DIV> </DIV>
<DIV>Have fun,</DIV>
<DIV>Mark <BR><BR> </DIV>
<DIV><SPAN class=gmail_quote>On 7/12/07, <B class=gmail_sendername>Sample,
Rick</B> <<A onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:Rick.Sample@gbe.com" target=_blank>Rick.Sample@gbe.com</A> >
wrote:</SPAN>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">In
4.6c in task change mode I can go to the Outcomes tab and I see
the<BR>ribbon to add / remove outcomes. <BR><BR>In ECC6, I get no such
options to add / remove outcomes of a task.<BR><BR>Has anyone experienced
this? Solution?<BR><BR>I created a new WF and new tasks just to experiment
so these are not<BR>conversion
issues.<BR><BR>Rick<BR><BR><BR><BR>_______________________________________________<BR>SAP-WUG
mailing list<BR><A onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:SAP-WUG@mit.edu" target=_blank>SAP-WUG@mit.edu</A> <BR><A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://mailman.mit.edu/mailman/listinfo/sap-wug"
target=_blank>http://mailman.mit.edu/mailman/listinfo/sap-wug
</A><BR></BLOCKQUOTE></DIV><BR></SPAN></DIV></DIV><BR>_______________________________________________<BR>SAP-WUG
mailing list<BR><A onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</A><BR><A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://mailman.mit.edu/mailman/listinfo/sap-wug"
target=_blank>http://mailman.mit.edu/mailman/listinfo/sap-wug</A><BR><BR></BLOCKQUOTE></DIV><BR></BODY></HTML>