<?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 BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/4569254#M1078221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.exits,&lt;/P&gt;&lt;P&gt;smod-  testing ur exits.&lt;/P&gt;&lt;P&gt;cmod - implement exits in project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mm02  --&amp;gt; in menu system --&amp;gt;status.&lt;/P&gt;&lt;P&gt;  double click on program.&lt;/P&gt;&lt;P&gt;in menu goto--&amp;gt;attributes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get the package name ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto cmod press f4, give package name there and press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u will get list of enchancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.badi.&lt;/P&gt;&lt;P&gt; se18 --&amp;gt;definition.&lt;/P&gt;&lt;P&gt;se19 ---&amp;gt;implementation&lt;/P&gt;&lt;P&gt;same way find the package name .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto se18 press f4, give package name there and press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u will get list of badi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Sep 2008 10:33:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-29T10:33:44Z</dc:date>
    <item>
      <title>Regarding BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/4569251#M1078218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am new to enhancement concepts , how i can find out all the BAPI &amp;amp; Exits used in MM02 transaction . Please help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ratheesh BS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/4569251#M1078218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T10:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/4569252#M1078219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto Transaction SE24-&amp;gt;class name as CL_EXITHANDLER-&amp;gt;&lt;/P&gt;&lt;P&gt;Display-&amp;gt;double click on get_instance mathod-&amp;gt;Now u will go inside the method-&amp;gt;Now put break point on the cl_exithandler.&lt;/P&gt;&lt;P&gt;Now enter transaction code .&lt;/P&gt;&lt;P&gt;U will be stopped on the break point at cl_exithandler .In the exit name u can find list of badi's attached to the tcode..&lt;/P&gt;&lt;P&gt;Find the sutable BADI according to your requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/4569252#M1078219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T10:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/4569253#M1078220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Tcode mm02 -&amp;gt; system -&amp;gt; status -&amp;gt; click on program name -&amp;gt; goto -&amp;gt; Attributes -&amp;gt; take the package name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;type Tcode: smod -&amp;gt; In the enhacement click F4-&amp;gt; click on information system button and give the package name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once u give the Package name, you can see all the enhancements and exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bapi : BAPI_GOODSMVT_CREATE ,BAPI_TRANSACTION_COMMIT,BAPI_MATERIAL_SAVEDATA&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kasuladevi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/4569253#M1078220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T10:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/4569254#M1078221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.exits,&lt;/P&gt;&lt;P&gt;smod-  testing ur exits.&lt;/P&gt;&lt;P&gt;cmod - implement exits in project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mm02  --&amp;gt; in menu system --&amp;gt;status.&lt;/P&gt;&lt;P&gt;  double click on program.&lt;/P&gt;&lt;P&gt;in menu goto--&amp;gt;attributes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get the package name ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto cmod press f4, give package name there and press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u will get list of enchancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.badi.&lt;/P&gt;&lt;P&gt; se18 --&amp;gt;definition.&lt;/P&gt;&lt;P&gt;se19 ---&amp;gt;implementation&lt;/P&gt;&lt;P&gt;same way find the package name .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto se18 press f4, give package name there and press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u will get list of badi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/4569254#M1078221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T10:33:44Z</dc:date>
    </item>
  </channel>
</rss>

