<?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 How to submit program after database commit of CJ20N in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-program-after-database-commit-of-cj20n/m-p/12696350#M2018025</link>
    <description>&lt;P&gt;Hello experts,&lt;/P&gt;
  &lt;P&gt;I need to submit a executed program after a project or wbs element is created. I try to use badi WORKBREAKDOWN_UPDATE and PROJECTDEF_UPDATE to do that. But these badi were working when database not commit.&lt;/P&gt;
  &lt;P&gt;How can i be sure to submit my program after the database COMMIT of the CJ20N?&lt;/P&gt;
  &lt;P&gt;Thanks a lot for your time.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Son&lt;/P&gt;</description>
    <pubDate>Sun, 04 Dec 2022 04:24:56 GMT</pubDate>
    <dc:creator>former_member2236</dc:creator>
    <dc:date>2022-12-04T04:24:56Z</dc:date>
    <item>
      <title>How to submit program after database commit of CJ20N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-program-after-database-commit-of-cj20n/m-p/12696350#M2018025</link>
      <description>&lt;P&gt;Hello experts,&lt;/P&gt;
  &lt;P&gt;I need to submit a executed program after a project or wbs element is created. I try to use badi WORKBREAKDOWN_UPDATE and PROJECTDEF_UPDATE to do that. But these badi were working when database not commit.&lt;/P&gt;
  &lt;P&gt;How can i be sure to submit my program after the database COMMIT of the CJ20N?&lt;/P&gt;
  &lt;P&gt;Thanks a lot for your time.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Son&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2022 04:24:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-program-after-database-commit-of-cj20n/m-p/12696350#M2018025</guid>
      <dc:creator>former_member2236</dc:creator>
      <dc:date>2022-12-04T04:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit program after database commit of CJ20N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-program-after-database-commit-of-cj20n/m-p/12696351#M2018026</link>
      <description>&lt;P&gt;One of the possibilities is to set a handler on the event TRANSACTION_FINISHED of class CL_SYSTEM_TRANSACTION_STATE, so that to trigger your own method. The event is raised both for COMMIT WORK and ROLLBACK WORK, so test the parameter KIND for the value CL_SYSTEM_TRANSACTION_STATE=&amp;gt;COMMIT_WORK (not rollback).&lt;/P&gt;&lt;P&gt;See the ABAP documentation for more information.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2022 16:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-program-after-database-commit-of-cj20n/m-p/12696351#M2018026</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-12-04T16:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit program after database commit of CJ20N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-program-after-database-commit-of-cj20n/m-p/12696352#M2018027</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;nguyencongson1807_96&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I can basically see two options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;either, call you program directly from the BAdI implementation. Then DB changes are not committed yet and you can read from the PROJ table. Instead your program can use the data provided with the BAdI interface.&lt;/LI&gt;&lt;LI&gt;or use the approach described proposed here &lt;A href="https://answers.sap.com/questions/13768145/what-is-badiexit-to-enhance-cj20n-after-click-save.html?childToView=13768150" target="_blank"&gt;https://answers.sap.com/questions/13768145/what-is-badiexit-to-enhance-cj20n-after-click-save.html?childToView=13768150&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 07:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-program-after-database-commit-of-cj20n/m-p/12696352#M2018027</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2022-12-05T07:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit program after database commit of CJ20N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-program-after-database-commit-of-cj20n/m-p/12696353#M2018028</link>
      <description>&lt;P&gt;Check answers such as &lt;A href="https://answers.sap.com/answers/11655942/view.html"&gt;Trigger Proxy after PRPS table updation via CJ20 , CJ01 and CJ02&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 14:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-program-after-database-commit-of-cj20n/m-p/12696353#M2018028</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-12-05T14:44:43Z</dc:date>
    </item>
  </channel>
</rss>

