Hi Akshay,<br>
<br>
what are you calling the &quot;actor tab&quot;, i don't know what's that... can you explain how to get it or where do I see it?<br>
<br>
I currently have a task created to retrieve all the &quot;positions&quot;, and
they are assigned via the task container to a multiline element with a
rule. I think this is what you're saying right?.<br>
<br>
<br><br><div><span class="gmail_quote">On 5/22/06, <b class="gmail_sendername"><a href="mailto:akshay.bhagwat@wipro.com">akshay.bhagwat@wipro.com</a></b> &lt;<a href="mailto:akshay.bhagwat@wipro.com">akshay.bhagwat@wipro.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>



<div>
<div align="left" dir="ltr"><font color="#0000ff" face="Verdana" size="2"><span>Hi Markkos,</span></font></div>
<div align="left" dir="ltr"><font color="#0000ff" face="Verdana" size="2"><span></span></font>&nbsp;</div>
<div align="left" dir="ltr"><font color="#0000ff" face="Verdana" size="2"><span>If you have not yet tried this,&nbsp;I would like to
suggest to create a custom rule using your FM which determines agents and
populate ACTOR TAB.</span></font></div>
<div align="left" dir="ltr"><font color="#0000ff" face="Verdana" size="2"><span>For Workflow to rule binding,&nbsp; parameters required
by FM to determine entries from Ztable should be passed from WF container to to
rule container.</span></font></div>
<div align="left" dir="ltr"><font><span></span></font><font color="#0000ff" face="Verdana" size="2"><span>Hope it
helps.</span></font></div>
<div align="left"><font color="#0000ff" face="Verdana" size="2"></font></div><span style="font-size: 7.5pt; color: gray; font-family: Arial;"><font color="#000080" face="Verdana" size="2">
</font><p align="left"><span style="font-size: 7.5pt; color: gray; font-family: Arial;"><font color="#000080" face="Verdana" size="2"><font color="#000080" face="Verdana" size="2">Regards,</font></font></span><font color="#000080" face="Verdana" size="2">
&nbsp;</font></p>
<p align="left"><span style="font-size: 7.5pt; color: gray; font-family: Arial;"><font color="#000080" face="Verdana" size="2"><font color="#000080" face="Verdana" size="2">Akshay Bhagwat</font></font></span></p><span style="font-size: 7.5pt; color: gray; font-family: Arial;">

<div><span style="font-size: 7.5pt; color: gray; font-family: Arial;">
<p style="margin: 0in 0in 0pt;"><span style="font-size: 7.5pt; color: gray; font-family: Arial;"><span style="font-size: 7.5pt; color: gray; font-family: Arial;"><span style="font-size: 7.5pt; color: gray; font-family: Arial;">
<font color="#000080" face="Verdana" size="2">SAP
Practice</font></span><font color="#000080" face="Verdana" size="2"><font size="3"><font color="#000000"><font face="Times New Roman">&nbsp;</font></font></font></font></span></span></p>
<p style="margin: 0in 0in 0pt;"><font color="#000080" face="Verdana" size="2"><b><span style="font-size: 10pt; color: gray; font-family: Verdana; letter-spacing: 0.3pt;">Wipro
Technologies</span></b></font></p>
<p style="margin: 0in 0in 0pt;"><span style="font-size: 7.5pt; color: navy; font-family: Verdana;"></span></p></span><font color="#000080" face="Verdana" size="2">&nbsp;</font></div></span></span></div><span style="font-size: 7.5pt; color: gray; font-family: Arial;">
<span style="font-size: 7.5pt; color: gray; font-family: Arial;"><span style="font-size: 7.5pt; color: gray; font-family: Arial;"></span></span></span>
<div>&nbsp;</div><br>
<div align="left" dir="ltr" lang="en-us">
<hr>
<font face="Tahoma" size="2"><b>From:</b> <a href="mailto:sap-wug-bounces@mit.edu" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">sap-wug-bounces@mit.edu</a>
[mailto:<a href="mailto:sap-wug-bounces@mit.edu" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">sap-wug-bounces@mit.edu</a>] <b>On Behalf Of </b>Markkos<br><b>Sent:</b>
Saturday, May 20, 2006 3:25 AM<br><b>To:</b> SAP Workflow Users'
Group<br><b>Subject:</b> Function Module ZTable to Multiline Element,getting
data issues...for workitem assigned to several &quot;Positions&quot;<br></font><br></div></div><div><span class="e" id="q_10b5b759a3762e2c_1">
<div></div>Hi partners...hope you can help me with this little issue,, i can't
figure it out how to deal with it.<br><br>Main purpose: <span style="font-weight: bold;">To have a workitem assigned to several &quot;Positions&quot;
(ex. S 50000001 and S 50000002), so every user in each of the positions will get
the workitem in their inbox.</span><br><br>Function module side:<br>Source: I'm
getting all the positions from a function module, returned as a user Z TABLE I
made.<br>Table Name=ZBPTT_WF_POREL<br>Only field= ZBPTT_WF_POREL-AGENT&nbsp;
(field type = SWP_AGENT)<br><br>This table will contain, for example:<br>S
10000000<br>S 20000000<br><br><br>Workflow side:<br>I get this returned table
(from the function) with all the positions as entries, assigned to a multiline
element called Positions2 (with REF = ZBPTT_WF_POREL).<br><br>The problem is
when i try to use this element in my agent-assigned-task, in the section &quot;agent&quot;
I select the &quot;expression&quot; type and then put my multiline element there
(Positions2), but the sintax check says that has different types... (of
course)..<br><br><span style="font-weight: bold;">Question</span>: How can I get
each of this entries of my table inside a multiline element (with the type
WFSYST-agent), <br><br>Maybe the solution is from the abap-function module side,
or the workflow side, the thing is that i don't really know how to do
it...<br><br>I hope you can give&nbsp; me a hand with this... i'll
appreciate.<br><br>thanks.<br>Regards.<br><br><br>

</span></div><div><table><tbody><tr><td bgcolor="#ffffff"><font color="#000000"><br>
The information contained in this electronic message and any
attachments to this message are intended for the exclusive use of the
addressee(s) and may contain proprietary, confidential or privileged
information. If you are not the intended recipient, you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately and destroy all copies of this message and any attachments.
<br>
<br>
WARNING: Computer viruses can be transmitted via email. The recipient
should check this email and any attachments for the presence of
viruses. The company accepts no liability for any damage caused by any
virus transmitted by this email.<br>
 <br>
<a href="http://www.wipro.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.wipro.com</a><br>
</font></td></tr></tbody></table>
</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><br></blockquote></div><br>