<?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: Regarding Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module/m-p/2149405#M453746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i said i s i understood.&lt;/P&gt;&lt;P&gt;But here  we should use only Function Modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Khanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2007 05:02:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-09T05:02:37Z</dc:date>
    <item>
      <title>Regarding Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module/m-p/2149402#M453743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want one function module which wil allows us to attach a attachment to the material in the SAP R/3 System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clear my doubt . Why Because i got strucked here in this issue of selecting a right Function Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clear my doubt. Helpful ANswers wil be Reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Khanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2007 11:06:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module/m-p/2149402#M453743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-07T11:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module/m-p/2149403#M453744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi khanna rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is done by &lt;SPAN __default_attr="html" __jive_macro_name="code"&gt;&amp;lt;a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/be/3fe63659241157e10000009b38f889/frameset.htm"&amp;gt;Generic Object Services (BC-SRV-GBT)&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You have to generate an instance of the class cl_gos_manager by calling the constructor method. Enter the BOR-ID of your object as the export parameter for the constructor.If you do not know which object type your object has, choose Tools ® Business Workflow ® Development, Business Object Builder, Business Object Repository, Repository Browser and then All object types. Search for your application document in the outputted list using Edit ® Search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2007 18:47:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module/m-p/2149403#M453744</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-04-07T18:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module/m-p/2149404#M453745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can attach the attachment to material using MM02 transaction, the buttons next to the title bar using them you can attach.&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;Using the Transactions 'OAER' / 'OAOR'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Using this submit you can call the program that calls the attachment screen, in which you can attach an attachment to the material....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT bdsfind_1 WITH  classn  = 'BUS1001'&lt;/P&gt;&lt;P&gt;                                  WITH  classtyp  = 'BO'&lt;/P&gt;&lt;P&gt;                                  WITH  objkey    = v_matnr AND&lt;/P&gt;&lt;P&gt;                                  RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh S&lt;/P&gt;&lt;P&gt;*award points if reply is helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Apr 2007 06:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module/m-p/2149404#M453745</guid>
      <dc:creator>learnsap</dc:creator>
      <dc:date>2007-04-08T06:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module/m-p/2149405#M453746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i said i s i understood.&lt;/P&gt;&lt;P&gt;But here  we should use only Function Modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Khanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 05:02:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module/m-p/2149405#M453746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T05:02:37Z</dc:date>
    </item>
  </channel>
</rss>

