<?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: Attchments in Module Pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/attchments-in-module-pool/m-p/4633766#M1091144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;To attach documents this is the flow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must be saving the transaction no in a table.&lt;/P&gt;&lt;P&gt;This transaction no. must be a key field there. If not make it as key field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that, define a new business object using SWO1 transaction. Accept what ever it proposes and sounds correct.&lt;/P&gt;&lt;P&gt;Create table key field(your transaction no field) as Key field in this business object.&lt;/P&gt;&lt;P&gt;Now go to OAOR transaction and execute, enter the business object you created in class name, BO in class type and a transaction no. already existing in your table. &lt;/P&gt;&lt;P&gt;In the next popup say Ok.&lt;/P&gt;&lt;P&gt;Here you can add attachments in the create attachments on the lower left tab. &lt;/P&gt;&lt;P&gt;Now go to FM GOS_EXECUTE_SERVICE in R/3 and execute with this details..you can see what you have attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are in Solution Manager or CRM system then you have different FM which is better. Unfortunately that is not there in R/3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what you can do is make a BDC recording such that it takes the transaction no. from your module pool and lands directly in attachment screen where user can attach attachments directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to FM GOS_EXECUTE_SERVICE in R/3 and execute using same transaction no. you will get to see the attachments.&lt;/P&gt;&lt;P&gt;Let me know if its not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk this link&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;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2008 05:19:19 GMT</pubDate>
    <dc:creator>satsrockford</dc:creator>
    <dc:date>2008-10-20T05:19:19Z</dc:date>
    <item>
      <title>Attchments in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/attchments-in-module-pool/m-p/4633763#M1091141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys, &lt;/P&gt;&lt;P&gt;   i need to implement attachments in my module pool program, can anyone help me with this scenario in step by step procedure with code...&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks,&lt;/P&gt;&lt;P&gt; Abhishek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 04:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/attchments-in-module-pool/m-p/4633763#M1091141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T04:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Attchments in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/attchments-in-module-pool/m-p/4633764#M1091142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attachements means in what way you want to implement.&lt;/P&gt;&lt;P&gt;Its better to use SAP's inbuilt facility rather creating again.&lt;/P&gt;&lt;P&gt;Try to use txcode - SBWP for your attachments.&lt;/P&gt;&lt;P&gt;Or i can suggest you one more way wise with in your module pool program use "&lt;STRONG&gt;Call Transaction 'SBWP'&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;Or else try to study program SAPLSINWP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 05:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/attchments-in-module-pool/m-p/4633764#M1091142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T05:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Attchments in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/attchments-in-module-pool/m-p/4633765#M1091143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi balu, &lt;/P&gt;&lt;P&gt;   well i want to introduce a browse button beside my field in the screen layout, from where i can call my file what i want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  can i directly display a hyperlink beside the field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 05:15:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/attchments-in-module-pool/m-p/4633765#M1091143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T05:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Attchments in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/attchments-in-module-pool/m-p/4633766#M1091144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;To attach documents this is the flow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must be saving the transaction no in a table.&lt;/P&gt;&lt;P&gt;This transaction no. must be a key field there. If not make it as key field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that, define a new business object using SWO1 transaction. Accept what ever it proposes and sounds correct.&lt;/P&gt;&lt;P&gt;Create table key field(your transaction no field) as Key field in this business object.&lt;/P&gt;&lt;P&gt;Now go to OAOR transaction and execute, enter the business object you created in class name, BO in class type and a transaction no. already existing in your table. &lt;/P&gt;&lt;P&gt;In the next popup say Ok.&lt;/P&gt;&lt;P&gt;Here you can add attachments in the create attachments on the lower left tab. &lt;/P&gt;&lt;P&gt;Now go to FM GOS_EXECUTE_SERVICE in R/3 and execute with this details..you can see what you have attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are in Solution Manager or CRM system then you have different FM which is better. Unfortunately that is not there in R/3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what you can do is make a BDC recording such that it takes the transaction no. from your module pool and lands directly in attachment screen where user can attach attachments directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to FM GOS_EXECUTE_SERVICE in R/3 and execute using same transaction no. you will get to see the attachments.&lt;/P&gt;&lt;P&gt;Let me know if its not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk this link&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;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 05:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/attchments-in-module-pool/m-p/4633766#M1091144</guid>
      <dc:creator>satsrockford</dc:creator>
      <dc:date>2008-10-20T05:19:19Z</dc:date>
    </item>
  </channel>
</rss>

