<?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: Transaction to BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-to-bapi/m-p/924312#M59542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thaiba,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still in 46.C does not exist a BAPI to get a list of good movements. You have to program the select, like MB51 does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;PabloX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Apr 2005 18:09:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-04-15T18:09:27Z</dc:date>
    <item>
      <title>Transaction to BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-to-bapi/m-p/924307#M59537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Would anyone tell me whether there is any way to get the BAPI from a transaction (ex: MB51)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thaiba.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2005 02:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-to-bapi/m-p/924307#M59537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-04T02:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction to BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-to-bapi/m-p/924308#M59538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out this function module : BAPI_RESERVATION_CREATE1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian V.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Subramanian Venkateswaran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2005 04:33:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-to-bapi/m-p/924308#M59538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-04T04:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction to BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-to-bapi/m-p/924309#M59539</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;Please correct me if I not not understanding your question correctly. Are you looking to list all associated BAPIs with a particular SAP transaction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I doubt if there is a direct way other then using the transaction BAPI and then looking for the business object that is being addressed in a particular transaction e.g. for FB01, you might have to look at the business object AcctngDocument, among others. &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2005 04:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-to-bapi/m-p/924309#M59539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-04T04:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction to BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-to-bapi/m-p/924310#M59540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thaiba,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use sometimes OSS to find BAPI for a transaction, for new transaction that works fine (ending with n)  I search for batch-input &amp;amp; transaction name. SAP always answer to use the BAPI ... instead of create a batch-input &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2005 11:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-to-bapi/m-p/924310#M59540</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2005-03-04T11:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction to BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-to-bapi/m-p/924311#M59541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I really appreciate for all of your replies.&lt;/P&gt;&lt;P&gt;  I have a MarketPlace acct but don't know how to post a new OSS ticket.&lt;/P&gt;&lt;P&gt;  Would anyone show me how to post an OSS message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thaiba.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2005 17:04:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-to-bapi/m-p/924311#M59541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-15T17:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction to BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-to-bapi/m-p/924312#M59542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thaiba,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still in 46.C does not exist a BAPI to get a list of good movements. You have to program the select, like MB51 does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;PabloX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2005 18:09:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-to-bapi/m-p/924312#M59542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-15T18:09:27Z</dc:date>
    </item>
  </channel>
</rss>

