<?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 commit work in the customer exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-the-customer-exit/m-p/3584514#M863030</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;Iam getting this dump in my system.&lt;/P&gt;&lt;P&gt; Exception condition &lt;/P&gt;&lt;P&gt;"DUMP_STATUS_INCONSYSTENCY_FRE" raised.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per this dump one note is there saying you should not use commit work in user exit or customer exit .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i need to update the table at that point so please tell me with out using commit work can i update the table at that point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me its imp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2008 12:19:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-27T12:19:56Z</dc:date>
    <item>
      <title>commit work in the customer exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-the-customer-exit/m-p/3584514#M863030</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;Iam getting this dump in my system.&lt;/P&gt;&lt;P&gt; Exception condition &lt;/P&gt;&lt;P&gt;"DUMP_STATUS_INCONSYSTENCY_FRE" raised.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per this dump one note is there saying you should not use commit work in user exit or customer exit .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i need to update the table at that point so please tell me with out using commit work can i update the table at that point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me its imp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 12:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-the-customer-exit/m-p/3584514#M863030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T12:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: commit work in the customer exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-the-customer-exit/m-p/3584515#M863031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   commit statement in userexit?&lt;/P&gt;&lt;P&gt;You should not do that.&lt;/P&gt;&lt;P&gt;After the user exits code is triggered, the transaction's own commits statements will commit the database anyway&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 12:22:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-the-customer-exit/m-p/3584515#M863031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T12:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: commit work in the customer exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-the-customer-exit/m-p/3584516#M863032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can not use commit work in the user exit or in the BADI because after this in the std program somewhere SAP will update all the records,so SAP will not allow more than one time of commit work for the same action..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sugumar G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 12:24:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-the-customer-exit/m-p/3584516#M863032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T12:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: commit work in the customer exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-the-customer-exit/m-p/3584517#M863033</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 are not allowed to execute the statements SUBMIT, CALL DIALOG, CALL SCREEN, CALL TRANSACTION, COMMIT WORK, ROLLBACK WORK and all other statements that provoke a database commit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 12:24:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-the-customer-exit/m-p/3584517#M863033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T12:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: commit work in the customer exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-the-customer-exit/m-p/3584518#M863034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Commit WORK statement should not used inside the User exits. This will obviosly give the dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Transaction itself will have the commit work which will update ur Database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 12:26:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-the-customer-exit/m-p/3584518#M863034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T12:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: commit work in the customer exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-the-customer-exit/m-p/3584519#M863035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the function Modules ENQUEUE_E_TABLEE and DEQUEUE_E_TABLEE.Update the table between these function modules.&lt;/P&gt;&lt;P&gt;Example : &lt;/P&gt;&lt;P&gt; CALL FUNCTION 'ENQUEUE_E_TABLEE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      mode_rstable   = c_e&lt;/P&gt;&lt;P&gt;      tabname        = c_sold_table&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      foreign_lock   = 1&lt;/P&gt;&lt;P&gt;      system_failure = 2&lt;/P&gt;&lt;P&gt;      OTHERS         = 3.&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;*********&lt;STRONG&gt;End Lock&lt;/STRONG&gt;********&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF i_del_sold[] IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;    DELETE ztsa_ft_soldtp FROM TABLE i_del_sold.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF i_del_ship[] IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;    DELETE ztsa_ft_shiptp FROM TABLE i_del_ship.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF i_db_ship[] IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;    MODIFY ztsa_ft_shiptp FROM TABLE i_db_ship.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF i_db_sold[] IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;    MODIFY ztsa_ft_soldtp FROM TABLE i_db_sold.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Sold to Party Table&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'DEQUEUE_E_TABLEE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      mode_rstable = c_e&lt;/P&gt;&lt;P&gt;      tabname      = c_sold_table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 12:27:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-the-customer-exit/m-p/3584519#M863035</guid>
      <dc:creator>former_member210123</dc:creator>
      <dc:date>2008-03-27T12:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: commit work in the customer exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-the-customer-exit/m-p/3584520#M863036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know i should not use commit work but req was like that .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;finally i got one solution actually i was calling BDC and previously it was in Asychronise udate  now i changed to Synchronise and it solved my problem .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But thanks all for your time and support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 13:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-the-customer-exit/m-p/3584520#M863036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T13:23:11Z</dc:date>
    </item>
  </channel>
</rss>

