<?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 BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291534#M1220604</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;You have to explicitly mention to continue execution, not to terminate batch input execution after commit statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See &lt;STRONG&gt;RACOMMIT&lt;/STRONG&gt; in OPTIONS addition of CALL TRANSACTION statement.&lt;/P&gt;&lt;P&gt;You have to set value of RACOMMIT to true to continue execution of BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Mar 2009 07:14:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-02T07:14:15Z</dc:date>
    <item>
      <title>Commit Work in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291529#M1220599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are creating a customer through Z programs and we are using BDC for updating the master tables.&lt;/P&gt;&lt;P&gt;When we are creating a customer we are creating the order block through BDC and then we are saying Commit Work and wait.&lt;/P&gt;&lt;P&gt;After that i'm using BDC to update the credit master too. But  it is not getting exectud. Once it reaches the Commit work it is fetching another record in excel instead of creating credit master data for the 1st record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Bharathi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 05:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291529#M1220599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T05:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Commit Work in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291530#M1220600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is nothing to do with Commit work in this, you need to doulbe check your program, if the logic is in right place or not. If possible paste the code or debug the program step by step.&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;I am not sure about Screen flow, is both in the same transaction or different transactions? If different transactions it should work otherwise it wil go and fetch next record from excel. You can loop the same record and call the transaction again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Phanindra Annaparthi on Mar 2, 2009 7:05 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 06:05:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291530#M1220600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T06:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Commit Work in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291531#M1220601</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;On debugging the program only i've come to know that after commit it is not executing the remaining part of the program. and no data is coming to the credit master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bharathi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 06:06:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291531#M1220601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T06:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Commit Work in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291532#M1220602</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;try using only wait stmt and comment the commit work .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note: if u get a message while populating the next record , that &lt;STRONG&gt;the user is currently editing&lt;/STRONG&gt;. then u can use wait stmt only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if else checkwith the code or else post the logic u used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;kat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 06:09:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291532#M1220602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T06:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Commit Work in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291533#M1220603</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;Pl. check from your BDC with ALL Screen Mode and see whether any error message is coming, so that  no update is happening at the Commit statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If everything is fine, I suggest to wait for 3 to 5 seconds after commit and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 06:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291533#M1220603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T06:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Commit Work in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291534#M1220604</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;You have to explicitly mention to continue execution, not to terminate batch input execution after commit statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See &lt;STRONG&gt;RACOMMIT&lt;/STRONG&gt; in OPTIONS addition of CALL TRANSACTION statement.&lt;/P&gt;&lt;P&gt;You have to set value of RACOMMIT to true to continue execution of BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 07:14:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291534#M1220604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T07:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Commit Work in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291535#M1220605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharathi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this Function Module for processing Watch:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   PERCENTAGE       = 20&lt;/P&gt;&lt;P&gt;   TEXT             = 'PROCESS DATA '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 07:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291535#M1220605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T07:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Commit Work in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291536#M1220606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try to run BDC by 'A' MODE, step by step to find the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 07:26:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291536#M1220606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T07:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Commit Work in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291537#M1220607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bharathi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why do you need to have commit work in your BDC program? &lt;/P&gt;&lt;P&gt;The commit work is supposed to be part of the SAP application, which normally gets executed when we BDC the 'SAVE' button. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We normally use commit work and its variant ONLY when we use BAPI or function module in update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your problem may be caused by BDCDATA internal table is not populated well, or error during call transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lim...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 07:38:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291537#M1220607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T07:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Commit Work in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291538#M1220608</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;  I remembered, i hope you need to use RACOMMIT in Call Transaction statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RACOMMIT: Do not end transaction at COMMIT WORK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use COMMIT WORK transaction will be end automatically, so continue execution you need to use RACOMMIT in OPTIONS of Call transaction statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Satyasuresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 07:52:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291538#M1220608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T07:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Commit Work in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291539#M1220609</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;I believe you have inserted the commit and wait command so that you can edit the same record that &lt;/P&gt;&lt;P&gt;you have created.&lt;/P&gt;&lt;P&gt;The problem is you can never be sure as to how much time the update progs will run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A better approach would be to create all records first ( in first loop ) and then change them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will also enhance your performance as the 'wait' wouls not be inside the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 07:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291539#M1220609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T07:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Commit Work in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291540#M1220610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 11:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-bdc/m-p/5291540#M1220610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-16T11:18:35Z</dc:date>
    </item>
  </channel>
</rss>

