<?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: Inline Commit Vs OO ABAP Commit Work in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inline-commit-vs-oo-abap-commit-work/m-p/738299#M35107</link>
    <description>&lt;P&gt;hi Bharani,&lt;/P&gt;
  &lt;P&gt;it is not like that that BAPI will work at one place and when using in class..it will not work.&lt;/P&gt;
  &lt;P&gt;try using wait for few seconds..and see&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Mohan&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Sep 2018 19:50:45 GMT</pubDate>
    <dc:creator>TMSingh_SAP</dc:creator>
    <dc:date>2018-09-25T19:50:45Z</dc:date>
    <item>
      <title>Inline Commit Vs OO ABAP Commit Work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inline-commit-vs-oo-abap-commit-work/m-p/738296#M35104</link>
      <description>&lt;P&gt;Hello Experts, &lt;/P&gt;
  &lt;P&gt;When we are trying to save the BAPI with Commit work in Report it is considering the Inline Commit and created the records but when trying to do the same with Class few times it was working fine but most of the time it is not working. Do we have any seperate OO ABAP Commit work? &lt;/P&gt;
  &lt;P&gt;I have searching for the Transaction services and I am not sure where we are spliting the commit. &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;BR, &lt;/P&gt;
  &lt;P&gt;Bharani&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 13:43:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inline-commit-vs-oo-abap-commit-work/m-p/738296#M35104</guid>
      <dc:creator>BH2408</dc:creator>
      <dc:date>2018-09-24T13:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Inline Commit Vs OO ABAP Commit Work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inline-commit-vs-oo-abap-commit-work/m-p/738297#M35105</link>
      <description>&lt;P&gt;i dont get the Problem...&lt;/P&gt;
  &lt;P&gt;what is OO commit? and what is INLINE-Commit? &lt;/P&gt;
  &lt;P&gt;there ar eexplizit and implizit commits.&lt;/P&gt;
  &lt;P&gt;make sure u do a BAPI_COMMIT_WORK when commiting a BAPI . if u call this via OO i bet there are also 2 methods.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;what do u mean by "Splitting the commit"?&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;regards&lt;/P&gt;
  &lt;P&gt;Stefan Seeburger&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 14:33:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inline-commit-vs-oo-abap-commit-work/m-p/738297#M35105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-09-24T14:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Inline Commit Vs OO ABAP Commit Work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inline-commit-vs-oo-abap-commit-work/m-p/738298#M35106</link>
      <description>&lt;P&gt;Hi Stefan,&lt;/P&gt;
  &lt;P&gt;Greetings!!!&lt;/P&gt;
  &lt;P&gt;When we are have same logic in the REPORT with BAPI_COMMIT V1 , V2 and V3 Updates and creating the LFA1 entry successfully, But where as when we are doing with Class and Methods with Commit work for bapi_bupa_fs_create_from_data2, it is not extending the Roles. &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Bharani &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 15:52:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inline-commit-vs-oo-abap-commit-work/m-p/738298#M35106</guid>
      <dc:creator>BH2408</dc:creator>
      <dc:date>2018-09-24T15:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Inline Commit Vs OO ABAP Commit Work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inline-commit-vs-oo-abap-commit-work/m-p/738299#M35107</link>
      <description>&lt;P&gt;hi Bharani,&lt;/P&gt;
  &lt;P&gt;it is not like that that BAPI will work at one place and when using in class..it will not work.&lt;/P&gt;
  &lt;P&gt;try using wait for few seconds..and see&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Mohan&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 19:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inline-commit-vs-oo-abap-commit-work/m-p/738299#M35107</guid>
      <dc:creator>TMSingh_SAP</dc:creator>
      <dc:date>2018-09-25T19:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Inline Commit Vs OO ABAP Commit Work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inline-commit-vs-oo-abap-commit-work/m-p/738300#M35108</link>
      <description>&lt;P&gt;You are not really clear in exposing the problem.&lt;/P&gt;
  &lt;P&gt;And the description of your problem is quite vague, without a snip of the meaningful code.&lt;/P&gt;
  &lt;P&gt;i'd follow in debug the 2 flows (report and classes) and see how the two code are filling structures and tables of the BAPI.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 12:29:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inline-commit-vs-oo-abap-commit-work/m-p/738300#M35108</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2018-09-26T12:29:01Z</dc:date>
    </item>
  </channel>
</rss>

