<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><BR>Hi All, <BR>
&nbsp;<BR>
I have changed the standard object BUS2121 to&nbsp;ZBUS2121&nbsp;include new attributes.<BR>
Those attributes&nbsp; are included in the starting condition of the workflow but it does not work properly <BR>
When I am testing the workflow starting condition by adding the SC number and press on the simulation then the result is True ( it should be False) <BR>
Then I do the same but open the shopping cart object ( BUS2121) then the result is False ( correct) <BR>
&nbsp;<BR>
Should I use BUS2121 or ZBUS2121 ? A delegation exist of course .<BR>
Or is there any other cause for this problem ?<BR>
<BR>Thanks for your reply <BR>stephane<BR><BR><BR>

<HR id=stopSpelling>
<BR>
&gt; From: sap-wug-request@mit.edu<BR>&gt; Subject: SAP-WUG Digest, Vol 25, Issue 25<BR>&gt; To: sap-wug@mit.edu<BR>&gt; Date: Tue, 12 Dec 2006 08:05:53 -0500<BR>&gt; <BR>&gt; Send SAP-WUG mailing list submissions to<BR>&gt; sap-wug@mit.edu<BR>&gt; <BR>&gt; To subscribe or unsubscribe via the World Wide Web, visit<BR>&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; or, via email, send a message with subject or body 'help' to<BR>&gt; sap-wug-request@mit.edu<BR>&gt; <BR>&gt; You can reach the person managing the list at<BR>&gt; sap-wug-owner@mit.edu<BR>&gt; <BR>&gt; When replying, please edit your Subject line so it is more specific<BR>&gt; than "Re: Contents of SAP-WUG digest..."<BR>&gt; <BR>&gt; <BR>&gt; Today's Topics:<BR>&gt; <BR>&gt; 1. RE: Dynamically determining the agent for User Decision Step<BR>&gt; fromthe output of another step (Flavio Oliveira)<BR>&gt; 2. Re: SAP-WUG Digest, Vol 25, Issue 24 (Tom Peou)<BR>&gt; 3. RE: Dynamically determining the agent for User Decision Step<BR>&gt; from the output of another step (Tom Peou)<BR>&gt; 4. RE: Dynamically determining the agent for User Decision<BR>&gt; Stepfromthe output of another step (Chaturvedi, Saurabh)<BR>&gt; 5. RE: Dynamically determining the agent for User Decision<BR>&gt; Stepfromthe output of another step (Flavio Oliveira)<BR>&gt; <BR>&gt; <BR>&gt; ----------------------------------------------------------------------<BR>&gt; <BR>&gt; Message: 1<BR>&gt; Date: Tue, 12 Dec 2006 10:49:43 +0000<BR>&gt; From: Flavio Oliveira &lt;oliveiraflavio@hotmail.com&gt;<BR>&gt; Subject: RE: Dynamically determining the agent for User Decision Step<BR>&gt; fromthe output of another step<BR>&gt; To: &lt;sap-wug@mit.edu&gt;<BR>&gt; Message-ID: &lt;BAY124-W1114EE909C06BE116579F3D7D70@phx.gbl&gt;<BR>&gt; Content-Type: text/plain; charset="Windows-1252"<BR>&gt; <BR>&gt; <BR>&gt; Saurabh:<BR>&gt; <BR>&gt; Always reply to the list, so everybody can see the posts!!<BR>&gt; <BR>&gt; Regarding your question, you have to create a new Workflow container element and populate it with the result of your step (bind from the task to workflow). Create it as a table (multi-line) and reference of the WFSYST-INITIATOR dictionary structure.<BR>&gt; <BR>&gt; On the User-Decision, put your new element on the Agents (the same place where you put the WF_INITIATOR. By doing this, the decision step will be sent to all agents defined on the new container element.<BR>&gt; <BR>&gt; I hope it's more clear now.<BR>&gt; <BR>&gt; Best regards,<BR>&gt; Fl?vio.<BR>&gt; <BR>&gt; ----------------------------------------<BR>&gt; &gt; Subject: RE: Dynamically determining the agent for User Decision Step fromthe output of another step<BR>&gt; &gt; Date: Tue, 12 Dec 2006 15:53:43 +0530<BR>&gt; &gt; From: saurabh.chaturvedi@sap.com<BR>&gt; &gt; To: oliveiraflavio@hotmail.com<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; Hi Flavio,<BR>&gt; &gt; <BR>&gt; &gt; Thanks a lot for your reply! I need some more details for the 2nd option<BR>&gt; &gt; described by you. Will I have to have a container structure parallel to the<BR>&gt; &gt; _Rule_Result structure which is part of the User Decision step container and<BR>&gt; &gt; then both of these should be mapped?<BR>&gt; &gt; <BR>&gt; &gt; Thanks &amp; Regards<BR>&gt; &gt; Saurabh Chaturvedi<BR>&gt; &gt; <BR>&gt; &gt; -----Original Message-----<BR>&gt; &gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On Behalf Of<BR>&gt; &gt; Flavio Oliveira<BR>&gt; &gt; Sent: Tuesday, 12 December 2006 3:20 PM<BR>&gt; &gt; To: SAP Workflow Users' Group<BR>&gt; &gt; Subject: RE: Dynamically determining the agent for User Decision Step<BR>&gt; &gt; fromthe output of another step<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; Saurabh:<BR>&gt; &gt; <BR>&gt; &gt; You have two options:<BR>&gt; &gt; 1- Put the logic you've created to find the agents inside a Role Resolution<BR>&gt; &gt; and use this role on the user decision.<BR>&gt; &gt; 2- Put the result of the workflow step (that finds the agents) on a<BR>&gt; &gt; container element and use this container element on the user decision.<BR>&gt; &gt; <BR>&gt; &gt; Regards,<BR>&gt; &gt; Fl?vio.<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ________________________________<BR>&gt; &gt; &gt; Subject: Dynamically determining the agent for User Decision Step from the<BR>&gt; &gt; output of another step<BR>&gt; &gt; &gt; Date: Tue, 12 Dec 2006 12:51:23 +0530<BR>&gt; &gt; &gt; From: saurabh.chaturvedi@sap.com<BR>&gt; &gt; &gt; To: sap-wug@mit.edu<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; Hi All,<BR>&gt; &gt; &gt; I am developing a workflow where I am determining the agent who will<BR>&gt; &gt; execute the 'User Decision' step in another step of this workflow. So I<BR>&gt; &gt; cannot hard code a user or use the workflow initiator. How can assign the<BR>&gt; &gt; user determined within the workflow as an agent of the User Decision step?<BR>&gt; &gt; &gt; Thanks &amp; Regards<BR>&gt; &gt; &gt; Saurabh Chaturvedi<BR>&gt; &gt; <BR>&gt; &gt; _________________________________________________________________<BR>&gt; &gt; Get the new Windows Live Messenger!<BR>&gt; &gt; http://get.live.com/messenger/overview<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; SAP-WUG@mit.edu<BR>&gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; <BR>&gt; _________________________________________________________________<BR>&gt; Windows Live Spaces is here! It?s easy to create your own personal Web site.<BR>&gt; http://spaces.live.com/signup.aspx<BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 2<BR>&gt; Date: Tue, 12 Dec 2006 15:33:33 +0300<BR>&gt; From: "Tom Peou" &lt;tompeou@gmail.com&gt;<BR>&gt; Subject: Re: SAP-WUG Digest, Vol 25, Issue 24<BR>&gt; To: sap-wug@mit.edu<BR>&gt; Message-ID:<BR>&gt; &lt;a420e49e0612120433p3d75be0bmca7356ad35baa8c7@mail.gmail.com&gt;<BR>&gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; <BR>&gt; Hi Saurabh,<BR>&gt; <BR>&gt; If you want only the agent that "Executed" the Decision step (Actual Agent),<BR>&gt; you can determine this from the Task Element called "_WI_Actual_Agent". Then<BR>&gt; bind this Task Element to a Workflow Container of type WFSYST-ACT_AGENT (and<BR>&gt; call it Actual_Agent). Perform this binding from your Decision Step. T<BR>&gt; <BR>&gt; his Workflow Container (Actual_Agent) now contins the user id of the agent<BR>&gt; that executed the Decision Step. You can then use "Actual_Agent" for tasks<BR>&gt; or work items following that decision step.<BR>&gt; <BR>&gt; Hope that helps.<BR>&gt; Tom<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; On 12/12/06, sap-wug-request@mit.edu &lt;sap-wug-request@mit.edu&gt; wrote:<BR>&gt; &gt;<BR>&gt; &gt; ---------- Forwarded message ----------<BR>&gt; &gt; From: "Chaturvedi, Saurabh" &lt;saurabh.chaturvedi@sap.com&gt;<BR>&gt; &gt; To: "SAP Workflow User Group" &lt;sap-wug@mit.edu&gt;<BR>&gt; &gt; Date: Tue, 12 Dec 2006 12:51:23 +0530<BR>&gt; &gt; Subject: Dynamically determining the agent for User Decision Step from the<BR>&gt; &gt; output of another step<BR>&gt; &gt;<BR>&gt; &gt; Hi All,<BR>&gt; &gt;<BR>&gt; &gt; I am developing a workflow where I am determining the agent who will<BR>&gt; &gt; execute the 'User Decision' step in another step of this workflow. So I<BR>&gt; &gt; cannot hard code a user or use the workflow initiator. How can assign the<BR>&gt; &gt; user determined within the workflow as an agent of the User Decision step?<BR>&gt; &gt;<BR>&gt; &gt; *Thanks &amp; Regards*<BR>&gt; &gt; *Saurabh Chaturvedi*<BR>&gt; &gt;<BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20061212/cab4c5ee/attachment-0001.htm<BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 3<BR>&gt; Date: Tue, 12 Dec 2006 15:34:33 +0300<BR>&gt; From: "Tom Peou" &lt;tompeou@gmail.com&gt;<BR>&gt; Subject: RE: Dynamically determining the agent for User Decision Step<BR>&gt; from the output of another step<BR>&gt; To: sap-wug@mit.edu<BR>&gt; Message-ID:<BR>&gt; &lt;a420e49e0612120434p33e01e94ha521e2d6d6eaaec3@mail.gmail.com&gt;<BR>&gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; <BR>&gt; Hi Saurabh,<BR>&gt; <BR>&gt; If you want only the agent that "Executed" the Decision step (Actual Agent),<BR>&gt; you can determine this from the Task Element called "_WI_Actual_Agent". Then<BR>&gt; bind this Task Element to a Workflow Container of type WFSYST-ACT_AGENT (and<BR>&gt; call it Actual_Agent). Perform this binding from your Decision Step. T<BR>&gt; <BR>&gt; his Workflow Container (Actual_Agent) now contins the user id of the agent<BR>&gt; that executed the Decision Step. You can then use "Actual_Agent" for tasks<BR>&gt; or work items following that decision step.<BR>&gt; <BR>&gt; Hope that helps.<BR>&gt; Tom<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; On 12/12/06, sap-wug-request@mit.edu &lt;sap-wug-request@mit.edu &gt; wrote:<BR>&gt; &gt;<BR>&gt; &gt; ---------- Forwarded message ----------<BR>&gt; &gt; From: "Chaturvedi, Saurabh" &lt; saurabh.chaturvedi@sap.com&gt;<BR>&gt; &gt; To: "SAP Workflow User Group" &lt;sap-wug@mit.edu&gt;<BR>&gt; &gt; Date: Tue, 12 Dec 2006 12:51:23 +0530<BR>&gt; &gt; Subject: Dynamically determining the agent for User Decision Step from the<BR>&gt; &gt; output of another step<BR>&gt; &gt;<BR>&gt; &gt; Hi All,<BR>&gt; &gt;<BR>&gt; &gt; I am developing a workflow where I am determining the agent who will<BR>&gt; &gt; execute the 'User Decision' step in another step of this workflow. So I<BR>&gt; &gt; cannot hard code a user or use the workflow initiator. How can assign the<BR>&gt; &gt; user determined within the workflow as an agent of the User Decision step?<BR>&gt; &gt;<BR>&gt; &gt; *Thanks &amp; Regards*<BR>&gt; &gt; *Saurabh Chaturvedi*<BR>&gt; &gt;<BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20061212/1f37b9e0/attachment-0001.htm<BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 4<BR>&gt; Date: Tue, 12 Dec 2006 18:04:50 +0530<BR>&gt; From: "Chaturvedi, Saurabh" &lt;saurabh.chaturvedi@sap.com&gt;<BR>&gt; Subject: RE: Dynamically determining the agent for User Decision<BR>&gt; Stepfromthe output of another step<BR>&gt; To: "SAP Workflow Users' Group" &lt;sap-wug@mit.edu&gt;<BR>&gt; Message-ID:<BR>&gt; &lt;F5AEC8498AC3FC4A87B6F355EC61B6E4021631F1@inblrle40.blrl.sap.corp&gt;<BR>&gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; <BR>&gt; Hi Fl?vio,<BR>&gt; <BR>&gt; Thanks for your reply. I did as mentioned by you but when I try to do the<BR>&gt; binding of the container element to the Agents table within the Rule_Result<BR>&gt; element then I get an error <BR>&gt; <BR>&gt; Value of expression '&amp;_RULE_RESULT.AGENTS&amp;' cannot be used as the target of<BR>&gt; an assignment <BR>&gt; <BR>&gt; How do I go ahead?<BR>&gt; I hope this is what you expected me to do since there is no direct Agents<BR>&gt; table (its only within the Rule_Result element).<BR>&gt; <BR>&gt; <BR>&gt; Thanks &amp; Regards<BR>&gt; Saurabh Chaturvedi<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; -----Original Message-----<BR>&gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On Behalf Of<BR>&gt; Flavio Oliveira<BR>&gt; Sent: Tuesday, 12 December 2006 4:20 PM<BR>&gt; To: sap-wug@mit.edu<BR>&gt; Subject: RE: Dynamically determining the agent for User Decision Stepfromthe<BR>&gt; output of another step<BR>&gt; <BR>&gt; <BR>&gt; Saurabh:<BR>&gt; <BR>&gt; Always reply to the list, so everybody can see the posts!!<BR>&gt; <BR>&gt; Regarding your question, you have to create a new Workflow container element<BR>&gt; and populate it with the result of your step (bind from the task to<BR>&gt; workflow). Create it as a table (multi-line) and reference of the<BR>&gt; WFSYST-INITIATOR dictionary structure.<BR>&gt; <BR>&gt; On the User-Decision, put your new element on the Agents (the same place<BR>&gt; where you put the WF_INITIATOR. By doing this, the decision step will be<BR>&gt; sent to all agents defined on the new container element.<BR>&gt; <BR>&gt; I hope it's more clear now.<BR>&gt; <BR>&gt; Best regards,<BR>&gt; Fl?vio.<BR>&gt; <BR>&gt; ----------------------------------------<BR>&gt; &gt; Subject: RE: Dynamically determining the agent for User Decision Step<BR>&gt; fromthe output of another step<BR>&gt; &gt; Date: Tue, 12 Dec 2006 15:53:43 +0530<BR>&gt; &gt; From: saurabh.chaturvedi@sap.com<BR>&gt; &gt; To: oliveiraflavio@hotmail.com<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; Hi Flavio,<BR>&gt; &gt; <BR>&gt; &gt; Thanks a lot for your reply! I need some more details for the 2nd option<BR>&gt; &gt; described by you. Will I have to have a container structure parallel to<BR>&gt; the<BR>&gt; &gt; _Rule_Result structure which is part of the User Decision step container<BR>&gt; and<BR>&gt; &gt; then both of these should be mapped?<BR>&gt; &gt; <BR>&gt; &gt; Thanks &amp; Regards<BR>&gt; &gt; Saurabh Chaturvedi<BR>&gt; &gt; <BR>&gt; &gt; -----Original Message-----<BR>&gt; &gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On Behalf<BR>&gt; Of<BR>&gt; &gt; Flavio Oliveira<BR>&gt; &gt; Sent: Tuesday, 12 December 2006 3:20 PM<BR>&gt; &gt; To: SAP Workflow Users' Group<BR>&gt; &gt; Subject: RE: Dynamically determining the agent for User Decision Step<BR>&gt; &gt; fromthe output of another step<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; Saurabh:<BR>&gt; &gt; <BR>&gt; &gt; You have two options:<BR>&gt; &gt; 1- Put the logic you've created to find the agents inside a Role<BR>&gt; Resolution<BR>&gt; &gt; and use this role on the user decision.<BR>&gt; &gt; 2- Put the result of the workflow step (that finds the agents) on a<BR>&gt; &gt; container element and use this container element on the user decision.<BR>&gt; &gt; <BR>&gt; &gt; Regards,<BR>&gt; &gt; Fl?vio.<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ________________________________<BR>&gt; &gt; &gt; Subject: Dynamically determining the agent for User Decision Step from<BR>&gt; the<BR>&gt; &gt; output of another step<BR>&gt; &gt; &gt; Date: Tue, 12 Dec 2006 12:51:23 +0530<BR>&gt; &gt; &gt; From: saurabh.chaturvedi@sap.com<BR>&gt; &gt; &gt; To: sap-wug@mit.edu<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; Hi All,<BR>&gt; &gt; &gt; I am developing a workflow where I am determining the agent who will<BR>&gt; &gt; execute the 'User Decision' step in another step of this workflow. So I<BR>&gt; &gt; cannot hard code a user or use the workflow initiator. How can assign the<BR>&gt; &gt; user determined within the workflow as an agent of the User Decision step?<BR>&gt; &gt; &gt; Thanks &amp; Regards<BR>&gt; &gt; &gt; Saurabh Chaturvedi<BR>&gt; &gt; <BR>&gt; &gt; _________________________________________________________________<BR>&gt; &gt; Get the new Windows Live Messenger!<BR>&gt; &gt; http://get.live.com/messenger/overview<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; SAP-WUG@mit.edu<BR>&gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; <BR>&gt; _________________________________________________________________<BR>&gt; Windows Live Spaces is here! It?s easy to create your own personal Web site.<BR>&gt; http://spaces.live.com/signup.aspx<BR>&gt; _______________________________________________<BR>&gt; SAP-WUG mailing list<BR>&gt; SAP-WUG@mit.edu<BR>&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; -------------- next part --------------<BR>&gt; A non-text attachment was scrubbed...<BR>&gt; Name: smime.p7s<BR>&gt; Type: application/x-pkcs7-signature<BR>&gt; Size: 1811 bytes<BR>&gt; Desc: not available<BR>&gt; Url : http://mailman.mit.edu/pipermail/sap-wug/attachments/20061212/64eb4bff/smime-0001.bin<BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 5<BR>&gt; Date: Tue, 12 Dec 2006 13:05:25 +0000<BR>&gt; From: Flavio Oliveira &lt;oliveiraflavio@hotmail.com&gt;<BR>&gt; Subject: RE: Dynamically determining the agent for User Decision<BR>&gt; Stepfromthe output of another step<BR>&gt; To: "SAP Workflow Users' Group" &lt;sap-wug@mit.edu&gt;<BR>&gt; Message-ID: &lt;BAY124-W1528E1B7C6B9FD981970DD7D70@phx.gbl&gt;<BR>&gt; Content-Type: text/plain; charset="windows-1252"<BR>&gt; <BR>&gt; <BR>&gt; Saurabh:<BR>&gt; <BR>&gt; Do not do any binding to the User Decision.<BR>&gt; <BR>&gt; You do a binding from the step that you are calculating the agents to the workflow container.<BR>&gt; <BR>&gt; Then, on the User Decision step, on the first tab (Decision), you have the Agents part. There you define who will execute the decision. Choose the option 'Expression' and put your container element as the expression that will have the agents.<BR>&gt; <BR>&gt; Check out at the attached file.<BR>&gt; <BR>&gt; Best Regards,<BR>&gt; Fl?vio.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ----------------------------------------<BR>&gt; &gt; Subject: RE: Dynamically determining the agent for User Decision Stepfromthe output of another step<BR>&gt; &gt; Date: Tue, 12 Dec 2006 18:04:50 +0530<BR>&gt; &gt; From: saurabh.chaturvedi@sap.com<BR>&gt; &gt; To: sap-wug@mit.edu<BR>&gt; &gt; <BR>&gt; &gt; Hi Fl?vio,<BR>&gt; &gt; <BR>&gt; &gt; Thanks for your reply. I did as mentioned by you but when I try to do the<BR>&gt; &gt; binding of the container element to the Agents table within the Rule_Result<BR>&gt; &gt; element then I get an error <BR>&gt; &gt; <BR>&gt; &gt; Value of expression '&amp;_RULE_RESULT.AGENTS&amp;' cannot be used as the target of<BR>&gt; &gt; an assignment <BR>&gt; &gt; <BR>&gt; &gt; How do I go ahead?<BR>&gt; &gt; I hope this is what you expected me to do since there is no direct Agents<BR>&gt; &gt; table (its only within the Rule_Result element).<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; Thanks &amp; Regards<BR>&gt; &gt; Saurabh Chaturvedi<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; -----Original Message-----<BR>&gt; &gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On Behalf Of<BR>&gt; &gt; Flavio Oliveira<BR>&gt; &gt; Sent: Tuesday, 12 December 2006 4:20 PM<BR>&gt; &gt; To: sap-wug@mit.edu<BR>&gt; &gt; Subject: RE: Dynamically determining the agent for User Decision Stepfromthe<BR>&gt; &gt; output of another step<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; Saurabh:<BR>&gt; &gt; <BR>&gt; &gt; Always reply to the list, so everybody can see the posts!!<BR>&gt; &gt; <BR>&gt; &gt; Regarding your question, you have to create a new Workflow container element<BR>&gt; &gt; and populate it with the result of your step (bind from the task to<BR>&gt; &gt; workflow). Create it as a table (multi-line) and reference of the<BR>&gt; &gt; WFSYST-INITIATOR dictionary structure.<BR>&gt; &gt; <BR>&gt; &gt; On the User-Decision, put your new element on the Agents (the same place<BR>&gt; &gt; where you put the WF_INITIATOR. By doing this, the decision step will be<BR>&gt; &gt; sent to all agents defined on the new container element.<BR>&gt; &gt; <BR>&gt; &gt; I hope it's more clear now.<BR>&gt; &gt; <BR>&gt; &gt; Best regards,<BR>&gt; &gt; Fl?vio.<BR>&gt; &gt; <BR>&gt; &gt; ----------------------------------------<BR>&gt; &gt; &gt; Subject: RE: Dynamically determining the agent for User Decision Step<BR>&gt; &gt; fromthe output of another step<BR>&gt; &gt; &gt; Date: Tue, 12 Dec 2006 15:53:43 +0530<BR>&gt; &gt; &gt; From: saurabh.chaturvedi@sap.com<BR>&gt; &gt; &gt; To: oliveiraflavio@hotmail.com<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; Hi Flavio,<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; Thanks a lot for your reply! I need some more details for the 2nd option<BR>&gt; &gt; &gt; described by you. Will I have to have a container structure parallel to<BR>&gt; &gt; the<BR>&gt; &gt; &gt; _Rule_Result structure which is part of the User Decision step container<BR>&gt; &gt; and<BR>&gt; &gt; &gt; then both of these should be mapped?<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; Thanks &amp; Regards<BR>&gt; &gt; &gt; Saurabh Chaturvedi<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; -----Original Message-----<BR>&gt; &gt; &gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On Behalf<BR>&gt; &gt; Of<BR>&gt; &gt; &gt; Flavio Oliveira<BR>&gt; &gt; &gt; Sent: Tuesday, 12 December 2006 3:20 PM<BR>&gt; &gt; &gt; To: SAP Workflow Users' Group<BR>&gt; &gt; &gt; Subject: RE: Dynamically determining the agent for User Decision Step<BR>&gt; &gt; &gt; fromthe output of another step<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; Saurabh:<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; You have two options:<BR>&gt; &gt; &gt; 1- Put the logic you've created to find the agents inside a Role<BR>&gt; &gt; Resolution<BR>&gt; &gt; &gt; and use this role on the user decision.<BR>&gt; &gt; &gt; 2- Put the result of the workflow step (that finds the agents) on a<BR>&gt; &gt; &gt; container element and use this container element on the user decision.<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; Regards,<BR>&gt; &gt; &gt; Fl?vio.<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; ________________________________<BR>&gt; &gt; &gt; &gt; Subject: Dynamically determining the agent for User Decision Step from<BR>&gt; &gt; the<BR>&gt; &gt; &gt; output of another step<BR>&gt; &gt; &gt; &gt; Date: Tue, 12 Dec 2006 12:51:23 +0530<BR>&gt; &gt; &gt; &gt; From: saurabh.chaturvedi@sap.com<BR>&gt; &gt; &gt; &gt; To: sap-wug@mit.edu<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; Hi All,<BR>&gt; &gt; &gt; &gt; I am developing a workflow where I am determining the agent who will<BR>&gt; &gt; &gt; execute the 'User Decision' step in another step of this workflow. So I<BR>&gt; &gt; &gt; cannot hard code a user or use the workflow initiator. How can assign the<BR>&gt; &gt; &gt; user determined within the workflow as an agent of the User Decision step?<BR>&gt; &gt; &gt; &gt; Thanks &amp; Regards<BR>&gt; &gt; &gt; &gt; Saurabh Chaturvedi<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; _________________________________________________________________<BR>&gt; &gt; &gt; Get the new Windows Live Messenger!<BR>&gt; &gt; &gt; http://get.live.com/messenger/overview<BR>&gt; &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; &gt; SAP-WUG@mit.edu<BR>&gt; &gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; <BR>&gt; &gt; _________________________________________________________________<BR>&gt; &gt; Windows Live Spaces is here! It?s easy to create your own personal Web site.<BR>&gt; &gt; http://spaces.live.com/signup.aspx<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; SAP-WUG@mit.edu<BR>&gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; <BR>&gt; _________________________________________________________________<BR>&gt; Check out some new online services at Windows Live Ideas?so new they haven?t even been officially released yet.<BR>&gt; http://ideas.live.com<BR>&gt; -------------- next part --------------<BR>&gt; A non-text attachment was scrubbed...<BR>&gt; Name: Sample.JPG<BR>&gt; Type: image/pjpeg<BR>&gt; Size: 78870 bytes<BR>&gt; Desc: not available<BR>&gt; Url : http://mailman.mit.edu/pipermail/sap-wug/attachments/20061212/dc7fd1b4/Sample.bin<BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; SAP-WUG mailing list<BR>&gt; SAP-WUG@mit.edu<BR>&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; <BR>&gt; <BR>&gt; End of SAP-WUG Digest, Vol 25, Issue 25<BR>&gt; ***************************************<BR><BR><br /><hr />Avec Windows Live Spaces, publiez directement des messages électroniques sur votre blog ou ajoutez-y des photos, des blagues et d'autres infos. <a href='http://clk.atdmt.com/MSN/go/msnnksac0030000001msn/direct/01/?href=http://www.imagine-msn.com/spaces' target='_new'>C'est gratuit !</a></body>
</html>