<br><font size=2 face="sans-serif">Hi Vinod,</font>
<br>
<br><font size=2 face="sans-serif">Yes, you can use this ABAB Code : &nbsp;</font><font size=1 face="Arial Monospaced for SAP"> </font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp;</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* Read object into the container</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; CALL FUNCTION 'SWW_WI_CONTAINER_READ_OBJECTS'</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;EXPORTING</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; wi_id &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= wa_workitem_id</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;TABLES</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; wi_container_objects = i_objects</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;EXCEPTIONS</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; no_objects_found &nbsp; &nbsp; = 1</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; OTHERS &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 2.</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; IF sy-subrc &lt;&gt; 0.</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; ENDIF.</font>
<br>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; CLEAR: st_objects, st_document, st_files, i_files.</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; LOOP AT i_objects WHERE element EQ '_ATTACH_OBJECTS'.</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; MOVE i_objects TO st_objects.</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; EXIT.</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; ENDLOOP.</font>
<br>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* Download attached object to the frontend</font>
<br>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; st_document-foltp &nbsp; = st_objects-value+20(03). &nbsp; &quot;FOLTP</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; st_document-folyr &nbsp; = st_objects-value+23(02). &nbsp; &quot;FOLYR</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; st_document-folno &nbsp; = st_objects-value+25(12). &nbsp; &quot;FOLNO</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; st_document-objtp &nbsp; = st_objects-value+37(03). &nbsp; &quot;OBJTP</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; st_document-objyr &nbsp; = st_objects-value+40(02). &nbsp; &quot;OBJYR</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; st_document-objno &nbsp; = st_objects-value+42(12). &nbsp; &quot;OBJNO</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp;st_document-FORNAM &nbsp;= &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;. &nbsp; &quot;FORNAM &nbsp; &nbsp;- NOT USED</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp;st_document-ATTTP &nbsp; = &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;. &nbsp; &quot;ATTTP &nbsp; &nbsp; - NOT USED</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp;st_document-ATTYR &nbsp; = &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;. &nbsp; &quot;ATTYR &nbsp; &nbsp; - NOT USED</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp;st_document-ATTNO &nbsp; = &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;. &nbsp; &quot;ATTNO &nbsp; &nbsp; - NOT USED</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; st_document-objnam &nbsp;= 'MESSAGE &nbsp; &nbsp; ' &nbsp; . &nbsp; &quot;OBJNAM</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; st_document-objdes &nbsp;= 'INVOICE &nbsp; &nbsp; ' &nbsp; . &nbsp; &quot;OBJDES</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp;st_document-FOLRG &nbsp; = &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;. &nbsp; &quot;FOLRG &nbsp; &nbsp; - NOT USED</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp;st_document-OKCODE &nbsp;= &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;. &nbsp; &quot;OKCODE &nbsp; &nbsp;- NOT USED</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; st_document-file_ext = 'PDF' &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;. &nbsp; &quot;FILE_EXT</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp;st_document-OBJLEN &nbsp; = '000000033716' &nbsp; . &nbsp; &quot;OBJLEN</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp;st_document-CREATOR = &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;. &nbsp; &quot;CREATOR &nbsp; - NOT USED</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp;st_document-DLDAT &nbsp; = &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;. &nbsp; &quot;DLDAT &nbsp; &nbsp; - NOT USED</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; st_document-extct &nbsp; = 'K' &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;. &nbsp; &quot;EXTCT</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp;st_document-TARTP &nbsp; = &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;. &nbsp; &quot;TARTP &nbsp; &nbsp; - NOT USED</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp;st_document-TARYR &nbsp; = &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;. &nbsp; &quot;TARYR &nbsp; &nbsp; - NOT USED</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp;st_document-TARNO &nbsp; = &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;. &nbsp; &quot;TARNO &nbsp; &nbsp; - NOT USED</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp;st_document-TARFOLRG = &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;. &nbsp; &quot;TARFOLRG &nbsp;- NOT USED</font>
<br>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; CONCATENATE 'C:\TEMP\INV_'</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; wa_workitem_id+4(8)</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '_'</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sy-uzeit</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '.PDF'</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;INTO st_files.</font>
<br>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; APPEND st_files TO i_files.</font>
<br>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* Download attachment to the PC</font>
<br><font size=1 face="Arial Monospaced for SAP">CALL FUNCTION 'SO_DOCUMENT_REPOSITORY_MANAGER'</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; EXPORTING</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; &nbsp; method &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 'PUTCONTENTTOFILE'</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; &nbsp; office_user &nbsp; &nbsp; &nbsp; &nbsp;= sy-uname</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp; REF_DOCUMENT &nbsp; &nbsp; &nbsp; =</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp; NEW_PARENT &nbsp; &nbsp; &nbsp; &nbsp; =</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* IMPORTING</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp; AUTHORITY &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp;TABLES</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp; OBJCONT &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp; OBJHEAD &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp; OBJPARA &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp; OBJPARB &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp; RECIPIENTS &nbsp; &nbsp; &nbsp; &nbsp; =</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp; ATTACHMENTS &nbsp; &nbsp; &nbsp; &nbsp;=</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp; REFERENCES &nbsp; &nbsp; &nbsp; &nbsp; =</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; &nbsp; files &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= i_files</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; CHANGING</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; &nbsp; document &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = st_document</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp; HEADER_DATA &nbsp; &nbsp; &nbsp; &nbsp;=</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp; FOLMEM_DATA &nbsp; &nbsp; &nbsp; &nbsp;=</font>
<br><font size=1 color=blue face="Arial Monospaced for SAP">* &nbsp; RECEIVE_DATA &nbsp; &nbsp; &nbsp; =</font>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td>
<td><font size=1 face="sans-serif"><b>Vinod Ramchandani &lt;vinod.ramchandani@patni.com&gt;</b></font>
<br><font size=1 face="sans-serif">Sent by: SAP Workflow &lt;Owner-SAP-WUG@MITVMA.MIT.EDU&gt;</font>
<p><font size=1 face="sans-serif">27/05/2003 14:14</font>
<br><font size=1 face="sans-serif">Please respond to &quot;SAP Workflow Users' Group&quot;</font>
<br>
<td><font size=1 face="Arial">&nbsp; &nbsp; &nbsp; &nbsp; </font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; To: &nbsp; &nbsp; &nbsp; &nbsp;SAP-WUG@MITVMA.MIT.EDU</font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; cc: &nbsp; &nbsp; &nbsp; &nbsp;</font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; Subject: &nbsp; &nbsp; &nbsp; &nbsp;Re: Attachments</font></table>
<br>
<br>
<br><font size=2><tt>Hi..<br>
Is there any Function Module, which will reads the attachments of workitems<br>
and returns the table of attachment in the form of SOFM??<br>
</tt></font>
<br><font size=2><tt>OR ----&gt;<br>
I have read the attachments using the FM SWL_WI_ATTACHMENTS_READ, and format<br>
the SOFM type of table using available information (Structures: swotobjid &amp;<br>
swlnotetab).<br>
Attachments have been seen in the Inbox but I am not able to display<br>
it.Display Command gives me the runtime &quot;type&quot; exception (See attached .bmp<br>
file).I think that is due to i have missed some information to place in SOFM<br>
object.<br>
</tt></font>
<br><font size=2><tt>Anybody have any suggestions?<br>
I have filled the following fields of SOFM.<br>
1) sofm-mandt<br>
2) sofm-foltp<br>
3) sofm-folyr<br>
4) sofm-folno<br>
5) sofm-doctp<br>
6) sofm-docyr<br>
7) sofm-docno<br>
8) sofm-fortp<br>
9) sofm-foryr<br>
10) sofm-forno<br>
</tt></font>
<br><font size=2><tt>Is there any other field is required to be filled in, to remove the<br>
exception while display command?<br>
Kindly suggest if you have some idea.I really appericiate any kind of input.<br>
</tt></font>
<br><font size=2><tt>Thanks,<br>
- Vinod.<br>
</tt></font>
<br>
<br>
<br>
<br>
<br><font size=2><tt>-----Original Message-----<br>
From: SAP Workflow [mailto:Owner-SAP-WUG@MITVMA.MIT.EDU]On Behalf Of<br>
Kjetil Kilhavn<br>
Sent: Tuesday, May 27, 2003 2:15 PM<br>
To: SAP-WUG@MITVMA.MIT.EDU<br>
Subject: Re: Attachments<br>
</tt></font>
<br>
<br><font size=2><tt>No, I don't know. Trial error is the best recipe I can suggest. (Optionally<br>
you can also learn from those trials that were unsuccessful.)<br>
--<br>
Kjetil Kilhavn<br>
</tt></font>
<br>
<br>
<br>
<br>
<br><font size=2><tt>Vinod Ramchandani<br>
&lt;vinod.ramchandani@p &nbsp; &nbsp; &nbsp; &nbsp;To:</tt></font>
<br><font size=2><tt>SAP-WUG@MITVMA.MIT.EDU<br>
atni.com&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cc: &nbsp; &nbsp; (bcc: Kjetil</tt></font>
<br><font size=2><tt>Kilhavn)<br>
Sent by: SAP &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Subject: &nbsp; &nbsp; Re: Attachments<br>
Workflow<br>
&lt;Owner-SAP-WUG@MITVM<br>
A.MIT.EDU&gt;</tt></font>
<br>
<br>
<br><font size=2><tt>27.05.2003 08:10<br>
Please respond to<br>
&quot;SAP Workflow Users'<br>
Group&quot;</tt></font>
<br>
<br>
<br>
<br>
<br>
<br>
<br><font size=2><tt>Thanks Kjetil,<br>
</tt></font>
<br><font size=2><tt>Ok ! Now I have only one option to go. That is, Write one method and<br>
execute<br>
it in first step.<br>
Is It?<br>
would you please eloberate difference between _adhoc_objects and<br>
_attach_objects?<br>
The Only difference which i think is the TYPE.<br>
_adhoc_objects &nbsp;-- No Type, that is abstract type can be used for any kind<br>
of attachments.<br>
_attach_objects -- SOFM type, that is only with Office attachments.<br>
</tt></font>
<br><font size=2><tt>Do you know when _adhoc_objects being used in Workflow Circuit?<br>
</tt></font>
<br><font size=2><tt>Thanks.<br>
- Vinod.<br>
</tt></font>
<br><font size=2><tt>-----Original Message-----<br>
From: SAP Workflow [mailto:Owner-SAP-WUG@MITVMA.MIT.EDU]On Behalf Of<br>
Kjetil Kilhavn<br>
Sent: Tuesday, May 27, 2003 11:20 AM<br>
To: SAP-WUG@MITVMA.MIT.EDU<br>
Subject: Re: Attachments<br>
</tt></font>
<br>
<br><font size=2><tt>Ahhhh.. good point. The only event container element I can think of right<br>
here and now is the adhoc objects.<br>
Unless you can pass _adhoc_objects to _attach_objects it is probably better<br>
to do the copying at the beginning of the flow as you suggest.<br>
</tt></font>
<br><font size=2><tt>Modifying SAP standard is never a good idea. It is sometimes necessary, but<br>
it is never a good idea. I've only encountered SPAU briefly, but it was<br>
enough.<br>
--<br>
Kjetil Kilhavn<br>
</tt></font>
<br>
<br>
<br>
<br>
<br><font size=2><tt>Vinod Ramchandani<br>
&lt;vinod.ramchandani@p &nbsp; &nbsp; &nbsp; &nbsp;To:</tt></font>
<br><font size=2><tt>SAP-WUG@MITVMA.MIT.EDU<br>
atni.com&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cc: &nbsp; &nbsp; (bcc: Kjetil</tt></font>
<br><font size=2><tt>Kilhavn)<br>
Sent by: SAP &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Subject: &nbsp; &nbsp; Re:</tt></font>
<br><font size=2><tt>Attachments<br>
Workflow<br>
&lt;Owner-SAP-WUG@MITVM<br>
A.MIT.EDU&gt;</tt></font>
<br>
<br>
<br><font size=2><tt>26.05.2003 14:17<br>
Please respond to<br>
&quot;SAP Workflow Users'<br>
Group&quot;</tt></font>
<br>
<br>
<br>
<br>
<br>
<br>
<br><font size=2><tt>Thanks Kjetil,<br>
</tt></font>
<br><font size=2><tt>I have found two FM's which can probalbly make my work easy.<br>
1) SWI_WORKITEMS_OF_OBJTYPE_GET<br>
2) SWL_WI_ATTACHMENTS_READ<br>
</tt></font>
<br><font size=2><tt>But How should I encapsulate this functionality in my logic.<br>
I was thinking in the following direction.<br>
- Write one Static(Instance Independent) Method in the according Business<br>
Object,<br>
And call this method in first step of the flow and passing this attachment<br>
table to the workflow container parameter - _attach_objects.<br>
</tt></font>
<br><font size=2><tt>But your suggestion is seems to be quite efficient (using check function<br>
module).<br>
But Check Function has the similar interface like event container.<br>
How can I pass the the value to the _attachment_objects from check funtion<br>
module?<br>
would you have any idea?<br>
Should i modify the event, to change the event container parameters...or<br>
anything else?<br>
</tt></font>
<br><font size=2><tt>Thanks once again for your help.<br>
</tt></font>
<br><font size=2><tt>- Vinod.<br>
</tt></font>
<br>
<br>
<br><font size=2><tt>-----Original Message-----<br>
From: SAP Workflow [mailto:Owner-SAP-WUG@MITVMA.MIT.EDU]On Behalf Of<br>
Kjetil Kilhavn<br>
Sent: Monday, May 26, 2003 11:19 AM<br>
To: SAP-WUG@MITVMA.MIT.EDU<br>
Subject: Re: Attachments<br>
</tt></font>
<br>
<br><font size=2><tt>Write a check function which finds the previous instance of the same<br>
workflow for the requisition object (SWW_WI_TO_OBJECT_FIND) and copies the<br>
attachment object(s).<br>
--<br>
Kjetil Kilhavn<br>
</tt></font>
<br>
<br>
<br>
<br>
<br><font size=2><tt>Vinod Ramchandani<br>
&lt;vinod.ramchandani@p &nbsp; &nbsp; &nbsp; &nbsp;To:</tt></font>
<br><font size=2><tt>SAP-WUG@MITVMA.MIT.EDU<br>
atni.com&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cc: &nbsp; &nbsp; (bcc: Kjetil</tt></font>
<br><font size=2><tt>Kilhavn)<br>
Sent by: SAP &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Subject: &nbsp; &nbsp; Attachments<br>
Workflow<br>
&lt;Owner-SAP-WUG@MITVM<br>
A.MIT.EDU&gt;</tt></font>
<br>
<br>
<br><font size=2><tt>24.05.2003 10:05<br>
Please respond to<br>
&quot;SAP Workflow Users'<br>
Group&quot;</tt></font>
<br>
<br>
<br>
<br>
<br>
<br>
<br><font size=2><tt>Hi Workflowers,<br>
I want to configure Standard Purchase Requisition Release Workflow.<br>
I want to carry the attachments on workitem to the next release iteration.<br>
- Workflow has simply two step execution.<br>
- Workflow is triggered on &quot;releasestepcreated&quot; event.<br>
- At every iteration of the release procedure of the same requisition, In</tt></font>
<br><font size=2><tt>new Workflow instance, I need the attachments of the previous workflow<br>
instance which is in &nbsp;&quot;completed&quot; - status.</tt></font>
<br><font size=2><tt>can anybody have any suggestion or Idea?<br>
</tt></font>
<br><font size=2><tt>Thanks in Advance.<br>
Regards,<br>
Vinod.<br>
</tt></font>
<br>
<br>
<br>
<br>
<br><font size=2><tt>-------------------------------------------------------------------<br>
The information contained in this message may be CONFIDENTIAL and is<br>
intended for the addressee only. Any unauthorised use, dissemination of the<br>
information or copying of this message is prohibited. If you are not the<br>
addressee, please notify the sender immediately by return e-mail and delete<br>
this message.<br>
Thank you.<br>
</tt></font>
<br>
<br>
<br>
<br>
<br><font size=2><tt>-------------------------------------------------------------------<br>
The information contained in this message may be CONFIDENTIAL and is<br>
intended for the addressee only. Any unauthorised use, dissemination of the<br>
information or copying of this message is prohibited. If you are not the<br>
addressee, please notify the sender immediately by return e-mail and delete<br>
this message.<br>
Thank you.<br>
</tt></font>
<br>
<br>
<br>
<br>
<br><font size=2><tt>-------------------------------------------------------------------<br>
The information contained in this message may be CONFIDENTIAL and is<br>
intended for the addressee only. Any unauthorised use, dissemination of the<br>
information or copying of this message is prohibited. If you are not the<br>
addressee, please notify the sender immediately by return e-mail and delete<br>
this message.<br>
Thank you.</tt></font>
<br>
<br>
<br>
<br>