<?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 for a t.code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-a-t-code/m-p/5049628#M1173746</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;Check this , This is one method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/how-to-find-bapi-for-particular-transaction-in-sap.htm" target="test_blank"&gt;http://www.sap-img.com/abap/how-to-find-bapi-for-particular-transaction-in-sap.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and u can find out through BAPI trxn&lt;/P&gt;&lt;P&gt;goto BAPI transaction--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;If u want BAPI for Vendor creation--&amp;gt;search on vendor&lt;/P&gt;&lt;P&gt;likewise u can search.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jan 2009 11:55:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-06T11:55:17Z</dc:date>
    <item>
      <title>bapi for a t.code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-a-t-code/m-p/5049624#M1173742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wat are the different ways of finding a BAPI for any transaction 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;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 11:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-a-t-code/m-p/5049624#M1173742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T11:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: bapi for a t.code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-a-t-code/m-p/5049625#M1173743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;SEARCH&lt;/STRONG&gt; in SCN you have so many posts on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[find bapi|https://forums.sdn.sap.com/click.jspa?searchID=20588358&amp;amp;messageID=5938763]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 11:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-a-t-code/m-p/5049625#M1173743</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-01-06T11:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: bapi for a t.code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-a-t-code/m-p/5049626#M1173744</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;1.BAPI ,&lt;/P&gt;&lt;P&gt;2 if you know the bapi name use tcode SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 11:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-a-t-code/m-p/5049626#M1173744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T11:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: bapi for a t.code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-a-t-code/m-p/5049627#M1173745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;    If you mean that you need to know what BAPI's a particular tranx uses, which I can only assume that's what you mean, then you should access the code behind the transaction and search for 'CALL'. That normally is the standard method that think that most people use. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose you want to find the bapi for creating a sales order, you usually use transaction VA01 for this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Find out the package of the transaction. &lt;/P&gt;&lt;P&gt;Start Va01 go to system --&amp;gt; status. &lt;/P&gt;&lt;P&gt;Double click on transaction &lt;/P&gt;&lt;P&gt;Package is VA &lt;/P&gt;&lt;P&gt;Open this package in SE80 &lt;/P&gt;&lt;P&gt;Open business engineering--&amp;gt;Business object types &lt;/P&gt;&lt;P&gt;Find the BO which sounds the most appropriate &lt;/P&gt;&lt;P&gt;I would suggest BUS2032 Sales Order &lt;/P&gt;&lt;P&gt;Double click. &lt;/P&gt;&lt;P&gt;Open methods. &lt;/P&gt;&lt;P&gt;Find the released method with from data or something similar in the name &lt;/P&gt;&lt;P&gt;, Createfromdat2 &lt;/P&gt;&lt;P&gt;Position the cursor in it and click the program button &lt;/P&gt;&lt;P&gt;Scroll down to find the bapi used in this method &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this way you can also find out programs and FM's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Start va01 go to system--&amp;gt;status &lt;/P&gt;&lt;P&gt;Double click transaction VA01 &lt;/P&gt;&lt;P&gt;Double click on package &lt;/P&gt;&lt;P&gt;Read the application component. (this is SD-SLS Sales) &lt;/P&gt;&lt;P&gt;Then open the transaction BAPI &lt;/P&gt;&lt;P&gt;Sales and distribution&lt;DEL&gt;&amp;gt;Sales&lt;/DEL&gt;&amp;gt;sales order &lt;/P&gt;&lt;P&gt;createfromdat2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 11:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-a-t-code/m-p/5049627#M1173745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T11:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: bapi for a t.code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-a-t-code/m-p/5049628#M1173746</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;Check this , This is one method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/how-to-find-bapi-for-particular-transaction-in-sap.htm" target="test_blank"&gt;http://www.sap-img.com/abap/how-to-find-bapi-for-particular-transaction-in-sap.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and u can find out through BAPI trxn&lt;/P&gt;&lt;P&gt;goto BAPI transaction--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;If u want BAPI for Vendor creation--&amp;gt;search on vendor&lt;/P&gt;&lt;P&gt;likewise u can search.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 11:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-a-t-code/m-p/5049628#M1173746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T11:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: bapi for a t.code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-a-t-code/m-p/5049629#M1173747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;either you can search using Tcode BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or the other way as suggested here ... but the only difference i would like to add is.. Once you get to know the business object type, dobule click on it..then no need to scroll and search in program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on Methods-&amp;gt;Select the appropriate method-&amp;gt;dobule click on it-&amp;gt;Select the ABAP tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the BAPI name used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 12:10:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-a-t-code/m-p/5049629#M1173747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T12:10:50Z</dc:date>
    </item>
  </channel>
</rss>

