<?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 Update Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-update-problem/m-p/4847071#M1133628</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; use the Options statement in the call Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ... MODE mode &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ... UPDATE upd &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. ... OPTIONS FROM opt &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. ... MESSAGES INTO itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fill the folowing fileds Options structure type CTU_PARAMS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISMODE Processing mode for batch input processing. Values as for the MODE addition. &lt;/P&gt;&lt;P&gt;UPMODE Processing mode for batch input processing. Values as for the UPDATE addition. &lt;/P&gt;&lt;P&gt;RACOMMIT  = 'X'&lt;/P&gt;&lt;P&gt;Selection as to whether the COMMIT WORK statement terminates batch input processing or not. Values: " " (COMMIT WORK terminates processing), "X" ( COMMIT WORK does not terminate processing).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Nov 2008 06:45:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-28T06:45:36Z</dc:date>
    <item>
      <title>Commit Work Update Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-update-problem/m-p/4847069#M1133626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      I am facing a problem while commit to the Ztable.&lt;/P&gt;&lt;P&gt;Out of 90 times running of the program it is not commiting 1 or 2 times and it is not happing dailly also.And the senario where it is not commiting those cases are same as other where the program is running fine.&lt;/P&gt;&lt;P&gt;I have checked sm13 also and it is not showing any update problems through my Tcode.Is there any other Tcode where i can see the successful/unsuccessful update to the database.Transaction is a Z transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing :&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'VL01NO' USING it_bdcdata MODE lv_mode&lt;/P&gt;&lt;P&gt;                                                UPDATE 'S'&lt;/P&gt;&lt;P&gt;                                                MESSAGES INTO it_bdcmsgcoll.&lt;/P&gt;&lt;P&gt;READ TABLE it_bdcmsgcoll INTO wa_bdcmsgcoll WITH KEY msgtyp = 'S'&lt;/P&gt;&lt;P&gt;                                                         msgid  = 'VL'&lt;/P&gt;&lt;P&gt;                                                         msgnr  = '311'.&lt;/P&gt;&lt;P&gt; IF sy-subrc EQ 0. "Get the Delivery No&lt;/P&gt;&lt;P&gt; UPDATE zsd_order SET delivery_no =  wa_bdcmsgcoll-msgv2&lt;/P&gt;&lt;P&gt;                                WHERE  &amp;lt;&amp;lt;Condition&amp;gt;.&lt;/P&gt;&lt;P&gt;      IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;        COMMIT WORK AND WAIT.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 06:38:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-update-problem/m-p/4847069#M1133626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T06:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Commit Work Update Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-update-problem/m-p/4847070#M1133627</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;Watch out for TX SM13 ,  here you can see the status of your update work processes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 06:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-update-problem/m-p/4847070#M1133627</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2008-11-28T06:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Commit Work Update Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-update-problem/m-p/4847071#M1133628</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; use the Options statement in the call Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ... MODE mode &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ... UPDATE upd &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. ... OPTIONS FROM opt &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. ... MESSAGES INTO itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fill the folowing fileds Options structure type CTU_PARAMS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISMODE Processing mode for batch input processing. Values as for the MODE addition. &lt;/P&gt;&lt;P&gt;UPMODE Processing mode for batch input processing. Values as for the UPDATE addition. &lt;/P&gt;&lt;P&gt;RACOMMIT  = 'X'&lt;/P&gt;&lt;P&gt;Selection as to whether the COMMIT WORK statement terminates batch input processing or not. Values: " " (COMMIT WORK terminates processing), "X" ( COMMIT WORK does not terminate processing).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 06:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-update-problem/m-p/4847071#M1133628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T06:45:36Z</dc:date>
    </item>
  </channel>
</rss>

