<?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 BDC session stops after COMMIT WORK in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-stops-after-commit-work/m-p/11259207#M1914460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to run a BDC with session method, but it has COMMIT WORK statement in a standard Function Module of BDC recording. Due to this it comes out without completing the session in SM35. &lt;/P&gt;&lt;P&gt;I have done recording using Continue after Commit work check Box. it is still not working . please help .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2015 10:42:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-09-10T10:42:20Z</dc:date>
    <item>
      <title>BDC session stops after COMMIT WORK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-stops-after-commit-work/m-p/11259207#M1914460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to run a BDC with session method, but it has COMMIT WORK statement in a standard Function Module of BDC recording. Due to this it comes out without completing the session in SM35. &lt;/P&gt;&lt;P&gt;I have done recording using Continue after Commit work check Box. it is still not working . please help .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 10:42:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-stops-after-commit-work/m-p/11259207#M1914460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-10T10:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session stops after COMMIT WORK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-stops-after-commit-work/m-p/11259208#M1914461</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;but the session is created by a Z-program generated in SM35?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 10:59:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-stops-after-commit-work/m-p/11259208#M1914461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-10T10:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session stops after COMMIT WORK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-stops-after-commit-work/m-p/11259209#M1914462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Due to technical reason a COMMIT will terminate the transaction during BDC execution. That prevents some transactions to be executed, there are some OSS notes on this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN style="color: #04357b;"&gt;Reason and Prerequisites&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The reason why batch input is not possible for some Personnel Development transactions is the Commit Works that are triggered during transaction processing. These are essential for the complex processing steps.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P class="urTxtH1"&gt;&lt;SPAN style="color: #04357b;"&gt;Solution&lt;/SPAN&gt;&lt;/P&gt;
Please write a program that provides the required functions.When doing so, use the BAPI's and/or function modules provided in the Personnel Development component.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 11:32:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-stops-after-commit-work/m-p/11259209#M1914462</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-09-10T11:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session stops after COMMIT WORK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-stops-after-commit-work/m-p/11259210#M1914463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pass RACOMMIT as X, when calling the BDC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/787631" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 15:25:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-stops-after-commit-work/m-p/11259210#M1914463</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2015-09-10T15:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session stops after COMMIT WORK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-stops-after-commit-work/m-p/11259211#M1914464</link>
      <description>&lt;P&gt;This issue can be resolved through BDC by Following below steps&lt;/P&gt;&lt;P&gt;1) Set up the break point for Function module BDC_RECORD_TRANSACTION&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" style="font-size: 15px; color: rgb(60, 60, 60);" /&gt;&lt;/P&gt;&lt;P&gt;2) Change the RACOMMIT field of strucure L_OPTIONS to X before executing this FM ,then it will allow the recording inspite of commit statement in Program.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 10:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-stops-after-commit-work/m-p/11259211#M1914464</guid>
      <dc:creator>pandiri_balaraju2</dc:creator>
      <dc:date>2020-10-29T10:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session stops after COMMIT WORK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-stops-after-commit-work/m-p/14207292#M2042420</link>
      <description>&lt;P&gt;This was 10 years ago, but thank you. This helped a lot&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 11:36:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-stops-after-commit-work/m-p/14207292#M2042420</guid>
      <dc:creator>m-suhail-m</dc:creator>
      <dc:date>2025-09-04T11:36:44Z</dc:date>
    </item>
  </channel>
</rss>

