<?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>topic Re: How to create attachments from an abap program? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731058#M1110329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above link I pasted refers to attachment for the whole report output - rahter at header level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to insert a button per line on the ALV report and when the user clicks on it should display the current list as well as allow him to attach a new document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to attach a document at line item level?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2008 14:01:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-31T14:01:13Z</dc:date>
    <item>
      <title>How to create attachments from an abap program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731054#M1110325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an abap report that shows material documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now by clicking on a button (at the end of each row), it should allow the user to attach a document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I tried to see the code behing the Private Objects of a document at FB03 but I could not decipher it much).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ven..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 14:23:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731054#M1110325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T14:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create attachments from an abap program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731055#M1110326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;search for fm's with function groups SGOS*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 15:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731055#M1110326</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2008-10-29T15:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create attachments from an abap program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731056#M1110327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This does not help - it tells about adding the attachment to a transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for a similar functionality to include in an abap report..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this link after searching with "attachment"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0e6b0d95-0a01-0010-4696-ca0a48de5fb3" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0e6b0d95-0a01-0010-4696-ca0a48de5fb3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this should be the solution for my query..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 15:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731056#M1110327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T15:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create attachments from an abap program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731057#M1110328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah it does pretty much answers your question ( and mine jaja)...&lt;/P&gt;&lt;P&gt;I think you should set the status of the post as answered ..&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 20:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731057#M1110328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T20:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create attachments from an abap program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731058#M1110329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above link I pasted refers to attachment for the whole report output - rahter at header level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to insert a button per line on the ALV report and when the user clicks on it should display the current list as well as allow him to attach a new document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to attach a document at line item level?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 14:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731058#M1110329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T14:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create attachments from an abap program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731059#M1110330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; The above link I pasted refers to attachment for the whole report output - rahter at header level.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; However..&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I need to insert a button per line on the ALV report and when the user clicks on it should display the current list as well as allow him to attach a new document.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; How to attach a document at line item level?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If you use GOS to create attachments, the attachments are linked to the key of the business object, so if you define the key as document number concatenated with document line number then the attachment should be attached to that particular line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use method START_SERVICE_DIRECT from class CL_GOS_MANAGER together with the appropriate service reference to display / add attachments - search these forums if you need help on how to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 14:35:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731059#M1110330</guid>
      <dc:creator>christine_evans</dc:creator>
      <dc:date>2008-10-31T14:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create attachments from an abap program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731060#M1110331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried per the blog above but I am getting short dump in the step CREATE_ATTA (case 3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET_HANDLER_HOBJ_NULL  dump occurs at &lt;/P&gt;&lt;P&gt;SET HANDLER is_service-service-&amp;gt;on_service_canceled FOR me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The service is getting returned as blank and so the dump seems to be occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Per the above specified blog, What does the screen 100 contain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, there seem to be some differences between 46C and ECC5 versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have steps for ECC5?&lt;/P&gt;&lt;P&gt;********************************************************************&lt;/P&gt;&lt;P&gt;Resolved this by passing the service as PCATTA_CREA and not CREATE_ATTA..&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="65" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 17:38:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731060#M1110331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T17:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create attachments from an abap program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731061#M1110332</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;Can u share the solution for the query u raised..&lt;/P&gt;&lt;P&gt;Even i have got exact the same requirement...&lt;/P&gt;&lt;P&gt;please do share it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BHarathi.J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 05:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731061#M1110332</guid>
      <dc:creator>Bharathi_j</dc:creator>
      <dc:date>2008-12-16T05:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to create attachments from an abap program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731062#M1110333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL METHOD manager-&amp;gt;start_service_direct(&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        ip_service       = 'PCATTA_CREA'&lt;/P&gt;&lt;P&gt;        is_object        = borident&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        no_object        = 1&lt;/P&gt;&lt;P&gt;        object_invalid   = 2&lt;/P&gt;&lt;P&gt;        execution_failed = 3&lt;/P&gt;&lt;P&gt;        OTHERS           = 4 ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 23:30:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731062#M1110333</guid>
      <dc:creator>b1jdm</dc:creator>
      <dc:date>2009-09-16T23:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create attachments from an abap program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731063#M1110334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;SPAN class="L1S52"&gt;CONSTANTS&lt;/SPAN&gt; : objtype &lt;SPAN class="L1S52"&gt;TYPE&lt;/SPAN&gt; borident-objtype &lt;SPAN class="L1S52"&gt;VALUE&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'ZGOS2'&lt;/SPAN&gt;.&lt;BR /&gt;&lt;SPAN class="L1S52"&gt;DATA&lt;/SPAN&gt; : manager &lt;SPAN class="L1S52"&gt;TYPE&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;REF&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;TO&lt;/SPAN&gt; cl_gos_manager,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;TYPE&lt;/SPAN&gt; borident,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs_lopr &lt;SPAN class="L1S52"&gt;TYPE&lt;/SPAN&gt; sibflpor.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;parameter: srlno type matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;IF srlno &lt;SPAN class="L0S52"&gt;IS&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;NOT&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;INITIAL&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj-objtype = objtype.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj-objkey&amp;nbsp; = srlno.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs_lopr-instid = srlno .&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs_lopr-typeid = &lt;SPAN class="L0S33"&gt;'ZGOS2'&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs_lopr-catid&amp;nbsp; = &lt;SPAN class="L0S33"&gt;'BO'&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;AT SELECTION-&lt;SPAN class="L1S52"&gt;SCREEN&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;OUTPUT&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CREATE&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;OBJECT&lt;/SPAN&gt; manager&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is_object&amp;nbsp;&amp;nbsp;&amp;nbsp; = obj&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is_bc_object = gs_lopr&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IP_NO_COMMIT = &lt;SPAN class="L0S33"&gt;'R'&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;"This is commit document for that material.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXCEPTIONS&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;OTHERS&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;try this it will work&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 06:41:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-attachments-from-an-abap-program/m-p/4731063#M1110334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-28T06:41:55Z</dc:date>
    </item>
  </channel>
</rss>

