<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Function Modules to Read SAP Workflow Attachments in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089791#M3225005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;Thanks - I'll try them out.&lt;/P&gt;&lt;P&gt;Soyab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2012 23:52:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-09-26T23:52:25Z</dc:date>
    <item>
      <title>Function Modules to Read SAP Workflow Attachments</title>
      <link>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaq-p/9089785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We accidentally deleted 'links' to workflow attachments by running SAP Office program RSSODFRE (Delete Documents from Hidden Folder) because we checked the fields "Delete Documents from Hidden Folder" and "Delete unsent Documents". Now, from SWI1 we cannot read the attachments and get the message 'document does not exist'.&lt;/P&gt;&lt;P&gt;However, the workflow is intact with the attachments in a refreshed quality system and I was able to run a trace on selecting both the attached documents.&lt;/P&gt;&lt;P&gt;It gives me all the values for SOOD, SOFM, SOC3, SOFFCONT1 and based on this I was able to locate all the same documents on the tables in our production system - where we ran the RSSODFRE. Why are they still there is a mystery if they're supposed to have been deleted - but right now I'm not complaining!&lt;/P&gt;&lt;P&gt;I have tried a number of function modules to see if I can read the attachments but to no avail.&lt;/P&gt;&lt;P&gt;I tried SO_DOCUMENT_READ_API1, so_object_read, SWL_WI_ATTACHMENTS_READ, etc but to no avial - these were executed in the system where the workflow is still OK - I can't run SE37 in production.&lt;/P&gt;&lt;P&gt;Anybody have any ideas what function modules I can use to read these attachments?&lt;/P&gt;&lt;P&gt;I have SOOD values of &lt;STRONG style="font-size: 10pt;"&gt;FOL 26 000000000004 and EXT 37 000002711545.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;SOFM: &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;SELECT WHERE "MANDT"='028' AND "FOLTP"='FOL' AND "FOLYR"='26' AND "FOLNO"='000000000004 ' AND "DOCTP"='RAW' AND "DOCYR"='37'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;SOC3: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;SELECT WHERE "MANDT"='028' AND "RELID"='DT' AND "SRTFD"='RAW37000004498126' AND "SRTF2"&amp;gt;=0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;SOFFCONT1: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;SELECT WHERE "RELID"='IR' AND "SRTF2"=0 AND "PHIO_ID"='4FEAB8B34CA447ACE1000000A3F1750B' AND "MANDT"='028'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;It looks like the physical document is still in the database and my goal is to retrieve and download them to pc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I can attach them back to the relevant SAP document or does anyone know how to re-build the link back to the workflow and therefore visible via SWI1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sorry for rambling but I'll really appreciate your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Soyab&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 04:18:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaq-p/9089785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T04:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules to Read SAP Workflow Attachments</title>
      <link>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089786#M3225000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens when you try &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;SO_DOCUMENT_READ_API1&lt;/SPAN&gt; in the system where you can run it, what error message does it give? What input are you giving it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Rick Bakker / hanabi technology&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 04:48:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089786#M3225000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T04:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules to Read SAP Workflow Attachments</title>
      <link>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089787#M3225001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Soyab !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try with the following function modules which could be helpful :&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SAP_WAPI_GET_ATTACHMENTS : Read Attachment for Work Item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SO_ATTACHMENT_READ : Read an attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SO_WIND_ATTACHMENT : SAPoffice: Display of Existing Attachments and Processing Possibilities&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SO_WIND_ATTACHMENT_DISP_API1 : Display an attachment to an object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GOS_ATTACHMENT_LIST_POPUP : Display Attachment List&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SWF_SWR_GET_ATTACHMENT : RFC-enabled module for reading attachments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SWL_WI_ATTACHMENT_DISPLAY :&amp;nbsp; WLC: Get an attachment&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SAP_WAPI_GET_ATTACHMENTS : Workflow Interfaces: Read Attachment for Work Item&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SO_ATTACHMENT_READ_API1 : SAPoffice: Read attachment using RFC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SO_WIND_ATTACHMENT_LIST_API1 : SAPoffice: Attachment list for application objects &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;S.Suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 05:45:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089787#M3225001</guid>
      <dc:creator>suresh_subramanian2</dc:creator>
      <dc:date>2012-09-26T05:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules to Read SAP Workflow Attachments</title>
      <link>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089788#M3225002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Got to SWO1 &amp;amp; enter SOFM &amp;amp; click on TEST&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/140720" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Click on instance &amp;amp; enter details which u have.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/140721" width="450" /&gt;&lt;/P&gt;&lt;P&gt;In the method list you have Displayattachment &amp;amp; If you execute that you will get the attachment.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/140722" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 10:16:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089788#M3225002</guid>
      <dc:creator>Private_Member_46505</dc:creator>
      <dc:date>2012-09-26T10:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules to Read SAP Workflow Attachments</title>
      <link>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089789#M3225003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;In the client where I have NOT run WORITEM archiving or RSSODFRE then the function module &lt;SPAN style="background-color: #ffffff; color: #333333; font-size: 12px;"&gt;SO_DOCUMENT_READ_API1&lt;/SPAN&gt; works fine.&lt;/P&gt;&lt;P&gt;However, in the client where I did run WORKITEM archiving for this one particular document the function module returns "DOCUMENT_ID_NOT_EXIST". On further investigation the SOFM entry for FOL26000000000004EXT37000002711545 no longer exists and has been archived - I can see that from the info structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the question remains what FM will display archived WF attachments!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, in the instances where we have errorneously run RSSODFRE (but NO WORKITEM archiving) the same SOFM entries are missing. I need to re-build the SOFM in those cases and from the SOOD record I can get the 2nd part of the key (EXT37000002711545) required for SOFM. I'm looking at ways to see if re-building the SOFM record will do the trick in test but I have no idea where to get the 1st part of the key for SOFM (FOL26000000000004).&lt;/P&gt;&lt;P&gt;I know this is getting complicated and thanks for your interest.&lt;/P&gt;&lt;P&gt;Soyab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 23:48:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089789#M3225003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T23:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules to Read SAP Workflow Attachments</title>
      <link>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089790#M3225004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lohith,&lt;/P&gt;&lt;P&gt;Thanks for your suggestion and it works as long as the work item has not been archived.&lt;/P&gt;&lt;P&gt;If it has been archived this test with SWO1 returns 'document does not exist'.&lt;/P&gt;&lt;P&gt;Also, please see my reply to Rick above.&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;Soyab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 23:51:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089790#M3225004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T23:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules to Read SAP Workflow Attachments</title>
      <link>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089791#M3225005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;Thanks - I'll try them out.&lt;/P&gt;&lt;P&gt;Soyab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 23:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089791#M3225005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T23:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules to Read SAP Workflow Attachments</title>
      <link>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089792#M3225006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;One other thing that I noticed.&lt;/P&gt;&lt;P&gt;If you go to the SAP document (in my case VA03) and looked at the workflow overview via the GOS menu it lists the WF activity including the attachments. However, when you click on the attachments it returns 'document does not exist'. This happens in all cases whether the workitem is still online (and attachments are visible via SWI1 and SWO1), archived or attachments are deleted via SAP Office.&lt;/P&gt;&lt;P&gt;I think this is a flaw and reported it to SAP via OSS.&lt;/P&gt;&lt;P&gt;Back to the original issue - It looks like the deletion is a soft delete.&lt;/P&gt;&lt;P&gt;My goal is to re-build the SOFM in the cases where it has been removed by RSSODFRE.&lt;/P&gt;&lt;P&gt;Looking forward to your insight.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Soyab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 00:10:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089792#M3225006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-27T00:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules to Read SAP Workflow Attachments</title>
      <link>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089793#M3225007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;I can use FM SO_DOCUMENT_READ_API1 to read the contents of the attachment (in table OBJECT_CONTENT).&lt;/P&gt;&lt;P&gt;I need to store a copy of these attachments to the archive server and need to know which function module to use. Any ideas please?&lt;/P&gt;&lt;P&gt;I know the details required to populate the TOA03 link table for these attachments.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Soyab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 19:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089793#M3225007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-07T19:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules to Read SAP Workflow Attachments</title>
      <link>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089794#M3225008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soyab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are also facing the same issue. Any ideas what you end up doing to get these back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 18:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/function-modules-to-read-sap-workflow-attachments/qaa-p/9089794#M3225008</guid>
      <dc:creator>Pradeepgali</dc:creator>
      <dc:date>2015-03-12T18:35:36Z</dc:date>
    </item>
  </channel>
</rss>

