<?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: BAPI determination in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-determination/m-p/5562701#M1269179</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;use the following steps to find a BAPI for any transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Open transaction SE24.&lt;/P&gt;&lt;P&gt;2.Now open the object CL_EXITHANDLER in display mode.&lt;/P&gt;&lt;P&gt;3.Go to the method tab and double click on the method GET_INSTANCE.&lt;/P&gt;&lt;P&gt;4.Put a break point on cl_exithandler=&amp;gt;get_class_name_by_interface.&lt;/P&gt;&lt;P&gt;5.Now execute the transaction you want to find BAPI for, it will take you to the above method.&lt;/P&gt;&lt;P&gt;6.Write EXIT_HANDLER in fieldnames and hit enter, it will tell you the BAPI used for your transaction.&lt;/P&gt;&lt;P&gt;7.Hit F8 and it will tell you all the BAPIu2019s for your transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2009 04:23:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-20T04:23:24Z</dc:date>
    <item>
      <title>BAPI determination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-determination/m-p/5562698#M1269176</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any post which BAPI will be suitable to update the data for VD01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also my doubt is how to determine the required BAPI for a specific requirement. Plz post solution for this.&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;G Kumari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 19:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-determination/m-p/5562698#M1269176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T19:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI determination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-determination/m-p/5562699#M1269177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the package for the transaction VD01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next goto swo1--&amp;gt;enter package and see the list of bapi available..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_CUSTOMER_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Prabhu Das on May 20, 2009 12:50 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 19:17:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-determination/m-p/5562699#M1269177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T19:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI determination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-determination/m-p/5562700#M1269178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai kumari,&lt;/P&gt;&lt;P&gt;u can use this bapi BAPI_CUSTOMER_CHANGEFROMDATA1 for chanign the customer detaisl ,&lt;/P&gt;&lt;P&gt;to find necessary bapi's use transaction bapi and u can find the modules under whcih u can get ur bapi&lt;/P&gt;&lt;P&gt;hope it solve ur prob&lt;/P&gt;&lt;P&gt;afzal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 04:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-determination/m-p/5562700#M1269178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T04:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI determination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-determination/m-p/5562701#M1269179</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;use the following steps to find a BAPI for any transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Open transaction SE24.&lt;/P&gt;&lt;P&gt;2.Now open the object CL_EXITHANDLER in display mode.&lt;/P&gt;&lt;P&gt;3.Go to the method tab and double click on the method GET_INSTANCE.&lt;/P&gt;&lt;P&gt;4.Put a break point on cl_exithandler=&amp;gt;get_class_name_by_interface.&lt;/P&gt;&lt;P&gt;5.Now execute the transaction you want to find BAPI for, it will take you to the above method.&lt;/P&gt;&lt;P&gt;6.Write EXIT_HANDLER in fieldnames and hit enter, it will tell you the BAPI used for your transaction.&lt;/P&gt;&lt;P&gt;7.Hit F8 and it will tell you all the BAPIu2019s for your transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 04:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-determination/m-p/5562701#M1269179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T04:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI determination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-determination/m-p/5562702#M1269180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we cant find the BAPI for the particlar transaction code.But by giving the package name of the t-code we can get the list of BAPI'S used.&lt;/P&gt;&lt;P&gt;goto se84-&amp;gt;enhancments-&amp;gt;Business Add-ins-&amp;gt;Definition .and specify the package name for example VD for VD01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and u will get related BAPI'S.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the particular scenario you can use BAPI_CUSTOMER_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this,Hope it solves your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some more Use full Bapis.&lt;/P&gt;&lt;P&gt;BAPI_CUSTOMER_CREATE Create Customer Master Online&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_CUSTOMER_DELETE Delete Customer Master Online&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_CUSTOMER_DISPLAY Display Customer Master Online&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_CUSTOMER_EDIT Change Customer Master Online&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_CUSTOMER_EXISTENCECHECK Check Customer Existence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AnushaV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anusha on May 20, 2009 11:35 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 05:17:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-determination/m-p/5562702#M1269180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T05:17:09Z</dc:date>
    </item>
  </channel>
</rss>

