<?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 regarding BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/4642830#M1092823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Can we write commit work inside BAPI function module.if not why.&lt;/P&gt;&lt;P&gt;I know that we have to call BAPI_TRANSACTION_COMMIT after calling BAPI.&lt;/P&gt;&lt;P&gt;my doubt is why it is not recommended to write commit work in BAPI FM.&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;prasanna kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Oct 2008 06:32:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-24T06:32:18Z</dc:date>
    <item>
      <title>regarding BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/4642830#M1092823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Can we write commit work inside BAPI function module.if not why.&lt;/P&gt;&lt;P&gt;I know that we have to call BAPI_TRANSACTION_COMMIT after calling BAPI.&lt;/P&gt;&lt;P&gt;my doubt is why it is not recommended to write commit work in BAPI FM.&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;prasanna kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 06:32:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/4642830#M1092823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T06:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/4642831#M1092824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI doesnt have COMMIT inside we need to call the COMMIT Transaction after calling the BAPI function. Sometimes SAP will do auto commit after a session is over. we cant say when that commit is executed. So it better to call BAPI_TRANSACTION_COMMIT after every BAPI call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 06:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/4642831#M1092824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T06:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/4642832#M1092825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Acc. to me.. BAPI with commit work is not the standarad practice as it is used by standarrd programs and is the standard way of updating tables. and also in some cases rollback might be required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you need commit work, you can go for ZBAPi with your bapi and commit bapi in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you want to test both in a single go, you can test it through SE37, check my post in wiki for same,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=%2fdisplay%2fabap%2ffunction%2bmodule%2btest%2bsequence" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=%2fdisplay%2fabap%2ffunction%2bmodule%2btest%2bsequence&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 06:40:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/4642832#M1092825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T06:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/4642833#M1092826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after the execution of bapi u want to display the data .&lt;/P&gt;&lt;P&gt;in my bapi there is a savion interaction betn bapi.&lt;/P&gt;&lt;P&gt;bapi to savion data transfer so u write coomit bapi after end of ur progarm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 06:47:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi/m-p/4642833#M1092826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-20T06:47:11Z</dc:date>
    </item>
  </channel>
</rss>

