Exactly,, that's what I tried first, but It didn't work... when I check the value in the workitem container, it's empty... <br><br><div><span class="gmail_quote">On 4/12/06, <b class="gmail_sendername">Gavin Mooney</b> &lt;
<a href="mailto:gavinmooney@gmail.com">gavinmooney@gmail.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;">Hang on... the container operation step was just so you could test
<br>whether your container element was defined correctly and that the<br>binding from that to the work item was OK.<br><br>If you have a step that's populating the container element with a user<br>ID (in this case USUSER1) then you don't need the container operation
<br>- just bind in the container element as the expression for agent<br>assignment on the work item (subsequent step I assume)<br><br>2006/4/12, Markkos &lt;<a href="mailto:markkos@gmail.com">markkos@gmail.com</a>&gt;:<br>
&gt; Well, In the workitem container of the step that obtains the userID, the<br>&gt; string 'USUSER1' is there, but then when I try a container operation, the<br>&gt; value doesn't appear.. it's empty.<br>&gt;<br>&gt;<br>
&gt; On 4/12/06, Gavin Mooney &lt;<a href="mailto:gavinmooney@gmail.com">gavinmooney@gmail.com</a>&gt; wrote:<br>&gt; &gt; Check the bindings into the WFSYST-AGENT container element and from<br>&gt; &gt; that to the Agent for your work item.
<br>&gt; &gt;<br>&gt; &gt; If they're ok then it sounds like a buffering problem, especially if<br>&gt; &gt; you're seeing it in the task container in the log...<br>&gt; &gt;<br>&gt; &gt; 2006/4/12, Markkos &lt;<a href="mailto:markkos@gmail.com">
markkos@gmail.com</a>&gt;:<br>&gt; &gt; &gt; I tried hardcoding it right now, and it works...<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;&nbsp;&nbsp;I don't know why the element lose the value within the workflow...<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;&nbsp;&nbsp;Any comments?
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; On 4/12/06, Gavin Mooney &lt; <a href="mailto:gavinmooney@gmail.com">gavinmooney@gmail.com</a>&gt; wrote:<br>&gt; &gt; &gt; &gt; Markkos,<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; You're saying that even hard-coding (via Container Operation) a
<br>&gt; &gt; &gt; &gt; username into a container element and then routing the subsequent<br>&gt; &gt; &gt; &gt; workflow step to that container element (as an Expression) doesn't<br>&gt; &gt; &gt; &gt; make the work item go to the right person?
<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Your container element is defined as like WFSYST-AGENT and you're<br>&gt; &gt; &gt; &gt; hardcoding the agent as e.g. USMARKKOS where MARKKOS is the username?<br>&gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; Maybe a binding problem then?<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; 2006/4/11, Markkos &lt; <a href="mailto:markkos@gmail.com">markkos@gmail.com</a>&gt;:<br>&gt; &gt; &gt; &gt; &gt; Yes Gavin , You understood, it's what you said...
<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;And you were right, no value is passing through the container<br>&gt; &gt; &gt; operation...<br>&gt; &gt; &gt; &gt; &gt; the strange thing here, is that I've checked the container of the
<br>&gt; task<br>&gt; &gt; &gt; that<br>&gt; &gt; &gt; &gt; &gt; determines the user, and there it is...<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;well, I tried to do several container operations without<br>
&gt; succeeding.. I<br>&gt; &gt; &gt; &gt; &gt; don't know what's the problem now...<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; at least thanks for your comments...<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt; On 4/11/06, Gavin Mooney &lt;<a href="mailto:gavinmooney@gmail.com">gavinmooney@gmail.com</a> &gt; wrote:<br>&gt; &gt; &gt; &gt; &gt; &gt; Markkos,<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; You say that the user can be any user for each run of the
<br>&gt; workflow,<br>&gt; &gt; &gt; &gt; &gt; &gt; and that this user is determined in the preceding step. If the<br>&gt; agent<br>&gt; &gt; &gt; &gt; &gt; &gt; can be literally anyone, then your task may well need to be a
<br>&gt; general<br>&gt; &gt; &gt; &gt; &gt; &gt; task.<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; However the attribute &quot;general task&quot; belongs at the task level,<br>&gt; and if<br>&gt; &gt; &gt; &gt; &gt; &gt; you want the work item to be sent to the user identified in the
<br>&gt; &gt; &gt; &gt; &gt; &gt; previous step then that will be assigned at the workflow step<br>&gt; level as<br>&gt; &gt; &gt; &gt; &gt; &gt; an 'Expression' where you insert the name of your container<br>&gt; element
<br>&gt; &gt; &gt; &gt; &gt; &gt; that contains the user(s). I think that might be what you're doing<br>&gt; &gt; &gt; &gt; &gt; &gt; already but I'm not sure I understood everything that you wrote.<br>&gt; &gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt; &gt; If the work item is going to everyone then it sounds like the<br>&gt; &gt; &gt; &gt; &gt; &gt; container element with your agents in is empty. Are you sure the<br>&gt; &gt; &gt; &gt; &gt; &gt; previous step is populating it correctly? To test this you could
<br>&gt; put a<br>&gt; &gt; &gt; &gt; &gt; &gt; 'Container Operation' before your work item step and hard code a<br>&gt; user<br>&gt; &gt; &gt; &gt; &gt; &gt; ID into the container element then see if the work item is sent to
<br>&gt; &gt; &gt; &gt; &gt; &gt; that ID.<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; HTH,<br>&gt; &gt; &gt; &gt; &gt; &gt; Gavin<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; 2006/4/11, Markkos &lt;
<a href="mailto:markkos@gmail.com">markkos@gmail.com</a>&gt;:<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; The question is:<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;How do I have an agent assigned task without having it as a
<br>&gt; general<br>&gt; &gt; &gt; &gt; &gt; task?<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; (Using an expression as the element (that will contain the SAP<br>&gt; User<br>&gt; &gt; &gt; ID,<br>&gt; &gt; &gt; &gt; &gt; with<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; the US preceding...)<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; On 4/11/06, Markkos &lt; 
<a href="mailto:markkos@gmail.com">markkos@gmail.com</a> &gt; wrote:<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; First, to Larry: No, I don't want to send it to myself.<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Second, Kjetil: is not the two points you wrote, it's &quot;one and<br>&gt; &gt; &gt; only<br>&gt; &gt; &gt; &gt; &gt; one<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; user receives a task of this type, but this can be any user for
<br>&gt; each<br>&gt; &gt; &gt; run<br>&gt; &gt; &gt; &gt; &gt; of<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; the workflow&quot;. Because I determine this user in a previous task.<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; The problem is that when I put the element of the user agent I<br>&gt; &gt; &gt; &gt; &gt; determine,<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; It seems that it doesn't respect it, all users will receive a
<br>&gt; &gt; &gt; workitem.<br>&gt; &gt; &gt; &gt; &gt; And<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; it should be only the one in the element (and it contanins...for<br>&gt; &gt; &gt; &gt; &gt; example,<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; USUTEST1).
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; I mean, why if I specify the user in the element, only the<br>&gt; user<br>&gt; &gt; &gt; should<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; receive the workitem notification,,, why all the others users
<br>&gt; &gt; &gt; receive<br>&gt; &gt; &gt; &gt; &gt; the<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; same workitem in their inbox... how come??<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Need some help with this issue.. I'll appreciate... thanks
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; On 4/11/06, <a href="mailto:lianghuan.x.hu@accenture.com">
lianghuan.x.hu@accenture.com</a> &lt;<br>&gt; &gt; &gt; &gt; &gt; <a href="mailto:lianghuan.x.hu@accenture.com">lianghuan.x.hu@accenture.com</a> &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; wrote:<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Perhaps what Markkos wants is simply to send the work item to
<br>&gt; &gt; &gt; himself.<br>&gt; &gt; &gt; &gt; &gt; If<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; this is the case, then instead of using &quot;Expression&quot; and the<br>&gt; &gt; &gt; container<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; element, try to use &quot;US User&quot;, and&nbsp;&nbsp;&quot;RETZ10&quot;.
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Larry Hu<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; ________________________________<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;From: 
<a href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a> [mailto: <a href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a><br>&gt; ] On<br>&gt; &gt; &gt; &gt; &gt; Behalf Of<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Kjetil Kilhavn
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Sent: Monday, April 10, 2006 2:57 AM<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; To: SAP Workflow Users' Group<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject: RE: How to restrict an agent assigment task... and<br>&gt; also<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; restrictaworkitem for the Inbox for only one user.<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; I am not quite sure if I understand what your requirement is.
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Is the requirement to ensure that<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; a) you and only you (or any other user - but always the same)
<br>&gt; &gt; &gt; receive<br>&gt; &gt; &gt; &gt; &gt; all<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; tasks of this type?<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; b) one and only one user receives a task of this type, but<br>
&gt; this<br>&gt; &gt; &gt; can be<br>&gt; &gt; &gt; &gt; &gt; any<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; user for each task?<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; If your requirement is a) then the easiest solution would be
<br>&gt; to<br>&gt; &gt; &gt; &gt; &gt; restrict<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; the possible agents of the task I imagine. In other words, don't<br>&gt; &gt; &gt; have a<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; general task.
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; If your requirement is b) then one solution is to create a<br>&gt; role,<br>&gt; &gt; &gt; and<br>&gt; &gt; &gt; &gt; &gt; mark<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; the &quot;Terminate if role resolution has no result&quot; check box. The
<br>&gt; role<br>&gt; &gt; &gt; &gt; &gt; would<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; e.g. take a user ID as input, check the validity of the user and<br>&gt; &gt; &gt; return<br>&gt; &gt; &gt; &gt; &gt; it<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; prefixed by US. Store the user ID that you pass in in a workflow
<br>&gt; &gt; &gt; &gt; &gt; container<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; element so you can change it and restart the workflow if there<br>&gt; is a<br>&gt; &gt; &gt; &gt; &gt; problem.<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; --
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Kjetil Kilhavn, Statoil ØFT KTJ BAS DEV SAP<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; ________________________________<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;From: 
<a href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a> [mailto: <a href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a>]<br>&gt; On<br>&gt; &gt; &gt; &gt; &gt; Behalf Of<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Markkos
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Sent: 7. april 2006 17:43<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; To: SAP Workflow Users' Group<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject: How to restrict an agent assigment task... and also
<br>&gt; &gt; &gt; restrict<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; aworkitem for the Inbox for only one user.<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Hi, I have problems with workitems restrictions...
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; I have a task that must to be review only by a user, so I have<br>&gt; &gt; &gt; created<br>&gt; &gt; &gt; &gt; &gt; a<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; WFSYST-AGENT type element for the agent, so in the Agents task
<br>&gt; &gt; &gt; section<br>&gt; &gt; &gt; &gt; &gt; I've<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; selected the &quot;Expression&quot; option filled with my element<br>&gt; &gt; &gt; (UserId_Agent),.<br>&gt; &gt; &gt; &gt; &gt; In
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; the other hand, I've checked the &quot;Agent Assignment&quot; (in Task<br>&gt; &gt; &gt; Properties)<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; option so the user will received the workitem in his inbox. In
<br>&gt; the<br>&gt; &gt; &gt; &gt; &gt; &quot;Standard<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; task: Maintain Agent Assignment&quot; I have selected the&nbsp;&nbsp;General<br>&gt; Task<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Attribute.
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; The problem here, is that all the users are receiving this<br>&gt; &gt; &gt; workitem in<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; their inbox, and I just want it for the user I stated in the
<br>&gt; Element<br>&gt; &gt; &gt; &gt; &gt; i've<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; created (that contains 'USRETZ10', where 'RETZ10' is my userID).<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; How can I restrict the agent assignment for only and only one
<br>&gt; &gt; &gt; user...<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; (I've tried to use the excluded field). And for getting things<br>&gt; &gt; &gt; worse,<br>&gt; &gt; &gt; &gt; &gt; any<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; user can proceed with the task, and that's not supposed to be.
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Maybe you can help me with this,,, I'll appreciate any<br>&gt; &gt; &gt; comments....<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; thanks in advance.
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; -------------------------------------------------------------------<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; The information contained in this message may be CONFIDENTIAL
<br>&gt; and<br>&gt; &gt; &gt; is<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; intended for the addressee only. Any unauthorised use,<br>&gt; &gt; &gt; dissemination<br>&gt; &gt; &gt; &gt; &gt; of<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; the
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; information or copying of this message is prohibited. If you<br>&gt; are<br>&gt; &gt; &gt; not<br>&gt; &gt; &gt; &gt; &gt; the<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; addressee, please notify the sender immediately by return
<br>&gt; e-mail<br>&gt; &gt; &gt; and<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; delete<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; this message.<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Thank you.<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; This message is for the designated recipient only and may<br>&gt; contain<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; privileged, proprietary, or otherwise private information. If<br>
&gt; you<br>&gt; &gt; &gt; have<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; received it in error, please notify the sender immediately and<br>&gt; &gt; &gt; delete<br>&gt; &gt; &gt; &gt; &gt; the<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; original. Any other use of the email by you is prohibited.
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; _______________________________________________<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; SAP-WUG mailing list<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; 
<a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; <a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________
<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; SAP-WUG mailing list<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; <a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br>&gt; &gt; &gt; &gt; &gt; &gt; &gt; <a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">
http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________
<br>&gt; &gt; &gt; &gt; &gt; &gt; SAP-WUG mailing list<br>&gt; &gt; &gt; &gt; &gt; &gt; <a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br>&gt; &gt; &gt; &gt; &gt; &gt; <a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">
http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; &gt; &gt; SAP-WUG mailing list
<br>&gt; &gt; &gt; &gt; &gt; <a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br>&gt; &gt; &gt; &gt; &gt; <a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>
&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; &gt; SAP-WUG mailing list<br>
&gt; &gt; &gt; &gt; <a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br>&gt; &gt; &gt; &gt; <a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>&gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; SAP-WUG mailing list<br>&gt; &gt; &gt; <a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br>&gt; &gt; &gt; 
<a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________
<br>&gt; &gt; SAP-WUG mailing list<br>&gt; &gt; <a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br>&gt; &gt; <a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</a>
<br>&gt; &gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; SAP-WUG mailing list<br>&gt; <a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br>&gt; <a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">
http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>&gt;<br>&gt;<br>&gt;<br><br>_______________________________________________<br>SAP-WUG mailing list<br><a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br><a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">
http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br></blockquote></div><br>