<?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/interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-interface/m-p/1931871#M385865</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;you can use transaction code BAPI to display all the business objects &amp;amp; BAPI names &amp;amp; details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want u can search a particular BAPI form Transaction Code SE37. Here Serach like BAPI*. &amp;amp; it will display all the available bapi.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Go in display mode for a particular BAPI &amp;amp; find out which are mandatory parameters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After calling particular bapi you need to call BAPI commit function module otherwise changes will not take place in database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. suppose you have used the following bapi:&lt;/P&gt;&lt;P&gt;BAPI_ACC_DOCUMENT_POST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After calling above bapi you need to use the following:&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        wait = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details check out the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/7e/5e114a4a1611d1894c0000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/7e/5e114a4a1611d1894c0000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashvender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Feb 2007 17:04:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-06T17:04:09Z</dc:date>
    <item>
      <title>bapi/interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-interface/m-p/1931868#M385862</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;I got some requirements to create the interface and breif idea is to use BAPI's.&lt;/P&gt;&lt;P&gt;I would like to know some information can BAPI  function modules replace the call transaction or session which we use for interfaces.&lt;/P&gt;&lt;P&gt;an we avoid that lengthy code?&lt;/P&gt;&lt;P&gt;Where do we start when we are using BAPI'S,?do we need to upload flat files and where we avoid?&lt;/P&gt;&lt;P&gt;Where we can find BAPI fm?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 16:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-interface/m-p/1931868#M385862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T16:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: bapi/interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-interface/m-p/1931869#M385863</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;GO to the transaction BAPI..Where you can find the BAPIs..&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 16:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-interface/m-p/1931869#M385863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T16:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: bapi/interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-interface/m-p/1931870#M385864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can upload the data from the Flat files and fill the BAPI structures and call the BAPI function module. You can find all the bapi's in transaction code BAPI, and also there you will get good Documentaion for each and every BAPI &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 16:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-interface/m-p/1931870#M385864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T16:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: bapi/interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-interface/m-p/1931871#M385865</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;you can use transaction code BAPI to display all the business objects &amp;amp; BAPI names &amp;amp; details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want u can search a particular BAPI form Transaction Code SE37. Here Serach like BAPI*. &amp;amp; it will display all the available bapi.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Go in display mode for a particular BAPI &amp;amp; find out which are mandatory parameters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After calling particular bapi you need to call BAPI commit function module otherwise changes will not take place in database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. suppose you have used the following bapi:&lt;/P&gt;&lt;P&gt;BAPI_ACC_DOCUMENT_POST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After calling above bapi you need to use the following:&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        wait = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details check out the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/7e/5e114a4a1611d1894c0000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/7e/5e114a4a1611d1894c0000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashvender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 17:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-interface/m-p/1931871#M385865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T17:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: bapi/interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-interface/m-p/1931872#M385866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudheer,&lt;/P&gt;&lt;P&gt;Thanks for that.&lt;/P&gt;&lt;P&gt;Upload the data fro flat files to where?you mean do we need to create the structures aain?&lt;/P&gt;&lt;P&gt;Assume iam using standard BAPI functon module.&lt;/P&gt;&lt;P&gt;If i upload the data to internal table from flat files and i can call the BAPI  fm??&lt;/P&gt;&lt;P&gt;any inputs please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 17:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-interface/m-p/1931872#M385866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T17:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: bapi/interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-interface/m-p/1931873#M385867</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;Upload the data in internal tables &amp;amp; fill the different structures &amp;amp; pass all the structures to BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also call BAPI_TRANSACTION_COMMIT  function module after the main bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append the data of RETURN table into an internal table. It will give you the details of error as well as success records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 17:12:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-interface/m-p/1931873#M385867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T17:12:08Z</dc:date>
    </item>
  </channel>
</rss>

