Hi all.<br>To day I try to make simulation from workflow point of view. I leave it my programming skill for a while.<br>Workflow that I created contains single Send Mail step. <br>My binding from my workflow to Send Mail step are:<br>
X--&gt; &amp;EXPRESS&amp;<br>G --&gt; &amp;TYPEID&amp;<br>&amp;WF_INITIATOR&amp; --&gt; &amp;ADDRESSSTRINGS&amp;<br>&amp;SELFITEM&amp; --&gt; &amp;WI_OBJECT_ID&amp;<br>&amp;TESTATTACHMENT&amp; --&gt; &amp;ATTACH_OBJECTS&amp;<br>
<br>and binding from task to method are as follows:<br>&amp;ADDRESSSTRINGS&amp;--&gt; &amp;ADDRESSSTRINGS&amp;<br>&amp;TYPEID&amp;--&gt; &amp;TYPEID&amp;<br>&amp;EXPRESS&amp; --&gt; &amp;EXPRESS&amp;<br>&amp;ATTACH_OBJECTS&amp;--&gt;&amp;ATTACHMENTS&amp;<br>
<br>I test this workflow via SWUS and it&#39;s working without value in &amp;TESTATTACHMENT&amp;/ without attachment.<br>It&#39;s having an error message &#39;Object with runtime number&#39; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2&#39; not defined<br>
Document id that I used for testing is document id that copied from attachment generated by &#39;AddMemo&#39; in UWL. I just copy and paste.<br>The format of document id (SOFM object key) that I can see from the workflow log is &#39;FOL31000000000004RAW33000000000521&#39;<br>
So I believe the format should be fine.<br><br>I am really appreciate if someone could give me some enlightenment.<br><br><br>&nbsp;<br><br><div class="gmail_quote">On Fri, Apr 4, 2008 at 11:02 AM, Sandy &lt;<a href="mailto:maorriyan.santoso@gmail.com">maorriyan.santoso@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Jocelyn.<br>Thanks for giving me a fish rod:-)<br>I changed my hardcoded data into &#39;FOL31000000000004RAW33000000000521U_SANDY&#39; and this format exactly the same for attachment that I created via &quot;AddMemo&quot; button from UWL or &quot;Manage Attachment&quot; from Business Workplace.<br>

System having different error messages &#39;Work item 000000431095: Object 000000431095 method SENDTASKDESCRIPTION cannot be executed&#39;. This error disappear every time I removed the attachment.<br><br>I though this is error due to document id that created by SWL_SOFM_CREATE_WITH_TABLE is not correct.<br>

Even when I use document id that created in foreground still causing an error.<br><br>Does attachment that we do in background have different format/ approach than we do in foreground e.g. via UWL/ Business Workplace?<br>

<br>Can you give me fish this time?<br><br>Any body out there have similar experience?<div><div></div><div class="Wj3C7c"><br><br>Many thanks<br><br><div class="gmail_quote">2008/4/3 Dart, Jocelyn &lt;<a href="mailto:jocelyn.dart@sap.com" target="_blank">jocelyn.dart@sap.com</a>&gt;:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Sandy,<br>
A SOFM object needs to have the key specified in business objec type SOFM in transaction SWO1. &nbsp;Take a look - you are missing some fields.<br>
<div>Regards,<br>
Jocelyn<br>
<br>
________________________________<br>
<br>
From: <a href="mailto:sap-wug-bounces@mit.edu" target="_blank">sap-wug-bounces@mit.edu</a> on behalf of Sandy<br>
</div>Sent: Thu 3/04/2008 2:57 PM<br>
<div><div></div><div>To: SAP Workflow Users&#39; Group<br>
Subject: Re: Attachment on SWU_START_WORKFLOW<br>
<br>
<br>
Thanks Jocelyn.<br>
I solved binding issue with our Security user id.<br>
OK.<br>
Today I continue my investigation.<br>
FM SWU_START_WORKFLOW truncated _Attach_Objects content.<br>
Original attachment/ document id that I passed in table ATTACHMENT_LIST was in FOL31000000000004RAW33000000000521 then truncated into RAW33000000000521<br>
I can see SWU_START_WORKFLOW calling SO_CONVERT_API1_SOFM. This function module is the one who truncated the original document id format.<br>
I suspect this is the reason user could not see the attachment in their SAP Business Workplace or UWL<br>
<br>
What done is I created ABAP program similar to SWU_START_WORKFLOW but without SO_CONVERT_API1_SOFM.<br>
For unit test purposes I hardcoded document id &#39;FOL31000000000004RAW33000000000521&#39; that I created from SWL_SOFM_CREATE_WITH_TABLE.<br>
In my code I am using SWW_WI_START to start SENDTASKDESCRIPTION task and I put recipient type, recipient adressstrings, etc. into WI_CONTAINER in tables section.<br>
This work item is in error. Error message that I can see from workflow log &#39;Object SELFITEM method SENDTASKDESCRIPTION cannot be executed. Executed action:EXECUTE_METHOD_OBJECT_SYNC &nbsp;have error message &#39;Object with runtime number&#39; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2&#39; not defined<br>


Executed action:EXECUTE_METHOD_BOR &nbsp;have error message &#39;Object with runtime number&#39; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2&#39; not defined<br>
I check every container element that I am concern about including _Attach_Objects is in correct format &#39;FOL...RAW....&#39;<br>
<br>
Apparently I did something wrong.<br>
Will you be able to help me again?<br>
Any input welcomed<br>
<br>
Many thanks<br>
<br>
<br>
2008/4/3 Dart, Jocelyn &lt;<a href="mailto:jocelyn.dart@sap.com" target="_blank">jocelyn.dart@sap.com</a>&gt;:<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Hi Sandy,<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Yes definitely - perhaps you need to press enter or something before you save.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Regards,<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Jocelyn<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;________________________________<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;From: <a href="mailto:sap-wug-bounces@mit.edu" target="_blank">sap-wug-bounces@mit.edu</a> on behalf of Sandy<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Sent: Wed 2/04/2008 6:11 PM<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;To: SAP Workflow Users&#39; Group<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Subject: Re: Attachment on SWU_START_WORKFLOW<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Jocelyn,<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Yes, I did it.<br>
 &nbsp; &nbsp; &nbsp; &nbsp;But somehow binding between task and method (&amp;_ATTACH_OBJECTS&amp; -&gt; &amp;ATTACHMENTS&amp;, &amp;ADDRESSSTRINGS&amp; -&gt; &amp;ADDRESSSTRINGS&amp;, etc. ) always disappear upon save button.<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Definitely this is not authorisation issue since I got successful message from SU53.<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Do you think this is the root cause?<br>
<br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;2008/4/2 Dart, Jocelyn &lt;<a href="mailto:jocelyn.dart@sap.com" target="_blank">jocelyn.dart@sap.com</a>&gt;:<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Sandy,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; You need to ***explicity*** bind _ATTACH_OBJECTS to the ATTACHMENTS parameter of your SELFITEM.SENDTASKDESCRIPTION work item.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Regards,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Jocelyn<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ________________________________<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; From: <a href="mailto:sap-wug-bounces@mit.edu" target="_blank">sap-wug-bounces@mit.edu</a> on behalf of Sandy<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Sent: Tue 1/04/2008 5:35 PM<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; To: SAP Workflow Users&#39; Group<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Subject: Re: Attachment on SWU_START_WORKFLOW<br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Hi Jocelyn, Ramki and others.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I just want to follow up this attachment issue.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; As per my investigation below my steps to create ABAP report layout/internal table as a work item attachment<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1. Convert ABAP internal table/ report with FM SWL_SOFM_CREATE_WITH_TABLE. The result is in SOFM format<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2. Issue that I found with SWU_START_WORKFLOW is, user could not see attachment in SAP Business Workplace neither in UWL.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; When I check the workflow log, I can see _ATTACH_OBJECT contain value in SOFM format.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3. Then I decided to replace SWU_START_WORKFLOW with SWW_WI_CREATE and use SWL_WI_NOTE_CREATE to make sure attachment is created. Then execute the work item with SWW_WI_WITHOUT_WLC_EXECUTE<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Unfortunatelly I am facing exactly same issue where attachment could not be found from user point of view (SAP Business Workplace and UWL). _ATTACH_OBJECT has no issue<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Will you be able to let me know what is the missing step in this issue?<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Many thanks<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Fyi. we&#39;re in SAP ECC 6.0 with EP 7<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; On Fri, Mar 28, 2008 at 4:11 PM, Sandy &lt;<a href="mailto:maorriyan.santoso@gmail.com" target="_blank">maorriyan.santoso@gmail.com</a>&gt; wrote:<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Hi Jocelyn &amp; Ramki.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Glad finally there&#39;s an answer for my question even not tested yet :p<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I&#39;ve been searching detail solution for attachment in the internet. Unfortunately can&#39;t get the exact answer.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I downloaded that OSS and search SO*API* that can translate my ABAP report result or internal table into SOFM format.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I will have have a look and investigate it.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Have a good week end<br>
<br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2008/3/27 Dart, Jocelyn &lt;<a href="mailto:jocelyn.dart@sap.com" target="_blank">jocelyn.dart@sap.com</a>&gt;:<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Sandy,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;You&#39;d need to put your attachment in Business Object SOFM format. &nbsp; You&#39;ll need to use some of the SAP Office APIs for this - search for function modules with the pattern SO*API*<br>


 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;You might find it easier to create a import container element for your workflow in the appropriate table format.<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Regards,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Jocelyn Dart<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Senior Consultant<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SAP Australia Pty Ltd.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Level 1/168 Walker St.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;North Sydney<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;NSW, 2060<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Australia<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;T &nbsp; +61 412 390 267<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;M &nbsp; + 61 412 390 267<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;E &nbsp; <a href="mailto:jocelyn.dart@sap.com" target="_blank">jocelyn.dart@sap.com</a><br>
<br>
<br>
</div></div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.sap.com" target="_blank">http://www.sap.com</a> &lt;<a href="http://www.sap.com/" target="_blank">http://www.sap.com/</a>&gt; &nbsp;&lt;<a href="http://www.sap.com/" target="_blank">http://www.sap.com/</a>&gt; &nbsp;&lt;<a href="http://www.sap.com/" target="_blank">http://www.sap.com/</a>&gt;<br>


<div><div></div><div><br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;The information contained in or attached to this electronic transmission is confidential and may be legally privileged. It is intended only for the person or entity to which it is addressed. If you are not the intended recipient, you are hereby notified that any distribution, copying, review, retransmission, dissemination or other use of this electronic transmission or the information contained in it is strictly prohibited. If you have received this electronic transmission in error, please immediately contact the sender to arrange for the return of the original documents.<br>


<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Electronic transmission cannot be guaranteed to be secure and accordingly, the sender does not accept liability for any such data corruption, interception, unauthorized amendment, viruses, delays or the consequences thereof.<br>


<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Any views expressed in this electronic transmission are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of SAP AG or any of its subsidiaries. SAP AG, its subsidiaries, and their directors, officers and employees make no representation nor accept any liability for the accuracy or completeness of the views or information contained herein. Please be aware that the furnishing of any pricing information/ business proposal herein is indicative only, is subject to change and shall not be construed as an offer or as constituting a binding agreement on the part of SAP AG or any of its subsidiaries to enter into any relationship, unless otherwise expressly stated.<br>


<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ________________________________<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;From: <a href="mailto:sap-wug-bounces@mit.edu" target="_blank">sap-wug-bounces@mit.edu</a> [mailto:<a href="mailto:sap-wug-bounces@mit.edu" target="_blank">sap-wug-bounces@mit.edu</a>] On Behalf Of Sandy<br>

 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Sent: Thursday, 27 March 2008 1:30 PM<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;To: SAP Workflow - MIT<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Subject: Attachment on SWU_START_WORKFLOW<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Hi all.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I&#39;ve been searching in this forum and SDN as well. Unfortunately I can&#39;t get answer for my question below.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Our ABAP program need to send the result of ABAP report or their internal table format to user.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Their approach is want to utilise workflow task.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;By executing function module SWU_START_WORKFLOW and put my single task in TASK parameter.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;There is parameter name ATTACHMENT_LIST in this function module. I believe this is for attachment purposes.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Task that I created is single background task that based on SELFITEM.SENDTASKDESCRIPTION.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Will someone give me an answer how to pass ABAP internal table/ ABAP report into this container element?<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Many thanks in advance<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;_______________________________________________<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SAP-WUG mailing list<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:SAP-WUG@mit.edu" target="_blank">SAP-WUG@mit.edu</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://mailman.mit.edu/mailman/listinfo/sap-wug" target="_blank">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _______________________________________________<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SAP-WUG mailing list<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="mailto:SAP-WUG@mit.edu" target="_blank">SAP-WUG@mit.edu</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://mailman.mit.edu/mailman/listinfo/sap-wug" target="_blank">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;_______________________________________________<br>
 &nbsp; &nbsp; &nbsp; &nbsp;SAP-WUG mailing list<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:SAP-WUG@mit.edu" target="_blank">SAP-WUG@mit.edu</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://mailman.mit.edu/mailman/listinfo/sap-wug" target="_blank">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>
<br>
<br>
<br>
<br>
</div></div><br>_______________________________________________<br>
SAP-WUG mailing list<br>
<a href="mailto:SAP-WUG@mit.edu" target="_blank">SAP-WUG@mit.edu</a><br>
<a 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>
</div></div></blockquote></div><br>