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>