<?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: Commit work in bapi_material_savedata in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bapi-material-savedata/m-p/11755960#M1950685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;im not doing commit work explicitly , but material gets created&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2016 18:23:30 GMT</pubDate>
    <dc:creator>former_member211992</dc:creator>
    <dc:date>2016-06-22T18:23:30Z</dc:date>
    <item>
      <title>Commit work in bapi_material_savedata</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bapi-material-savedata/m-p/11755958#M1950683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im using bapi bapi_material_Savedata to create material , this bapi has implicit commit work , so material gets created ,,but when i do roll back explicitly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;system goes to previous status ...but i have read all forums said once commit work done we cannot rollback ...but in my case rollback is happening after implicit commit work...please clarify me &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>Wed, 22 Jun 2016 18:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bapi-material-savedata/m-p/11755958#M1950683</guid>
      <dc:creator>former_member211992</dc:creator>
      <dc:date>2016-06-22T18:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Commit work in bapi_material_savedata</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bapi-material-savedata/m-p/11755959#M1950684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where did you get "this bapi has implicit commit work"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 18:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bapi-material-savedata/m-p/11755959#M1950684</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-06-22T18:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Commit work in bapi_material_savedata</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bapi-material-savedata/m-p/11755960#M1950685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;im not doing commit work explicitly , but material gets created&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 18:23:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bapi-material-savedata/m-p/11755960#M1950685</guid>
      <dc:creator>former_member211992</dc:creator>
      <dc:date>2016-06-22T18:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Commit work in bapi_material_savedata</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bapi-material-savedata/m-p/11755961#M1950686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't mean that the implicit commit comes from the bapi itself. Usually, it happens because of implicit commit after the call to the bapi, for instance display of a screen, end of RFC session, and a few ABAP statements... (sometimes there are some custom implementations of user exits called during the BAPI which do explicit commit, unfortunately...) If you need a confirmation, just do a SQL trace to see where/when the commit took place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 18:51:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bapi-material-savedata/m-p/11755961#M1950686</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-06-22T18:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Commit work in bapi_material_savedata</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bapi-material-savedata/m-p/11755962#M1950687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but but how roll back happens ,,once commit work done inside the bapi ( due to exits or something)..because once i come out of bapi ,,i can see the material in MM03 and after roll back it does not exist in mm03&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 19:08:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bapi-material-savedata/m-p/11755962#M1950687</guid>
      <dc:creator>former_member211992</dc:creator>
      <dc:date>2016-06-22T19:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Commit work in bapi_material_savedata</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bapi-material-savedata/m-p/11755963#M1950688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually, it happens because of implicit commit after the call to the bapi, for instance display of a screen, end of RFC session, and a few ABAP statements... (sometimes there are some custom implementations of user exits called during the BAPI which do explicit commit, unfortunately...) If you need a confirmation, just do a SQL trace to see where/when the commit took place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 19:31:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bapi-material-savedata/m-p/11755963#M1950688</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-06-22T19:31:29Z</dc:date>
    </item>
  </channel>
</rss>

