<?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 Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work/m-p/4124092#M986024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you are trying to update a Y or Z table, you have couple of options -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[1]. Set up table maint generator and write a bdc program with call transaction to sm30 for that table update. {Recommended]. If this update is from many places, write a function module with the sm30 bdc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[2]. Use Enqueue and Dequeue syntax encapsulating your update statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In normal circumstances, you will never need to update an SAP table , that is a table not starting with Y or Z. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For SAP tables the only approved way [according to me] is to pass on the requisite values in the temp structures at the appropriate point in the user-exit/badi where one is provided. That is if it is not a BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jul 2008 14:57:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-02T14:57:28Z</dc:date>
    <item>
      <title>commit work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work/m-p/4124089#M986021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i  modified a record but it is taking more time to get updated&lt;/P&gt;&lt;P&gt;in database..i  used commit work with in perform..is that correct... but that is also not working...please help me out such that my record should get updated immediately...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 13:43:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work/m-p/4124089#M986021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T13:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: commit work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work/m-p/4124090#M986022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET UPDATE TASK LOCAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    commit work and wait.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 13:56:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work/m-p/4124090#M986022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T13:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: commit work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work/m-p/4124091#M986023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;If you want to update immediately use database inline update.&lt;/P&gt;&lt;P&gt;ie jus use your UPDATE or MODIFY statements.&lt;/P&gt;&lt;P&gt;If you want to bundle ur updates use PERFORM ON COMMIT or CALL FUNCTION IN UPDATE TASK. techniques.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 13:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work/m-p/4124091#M986023</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2008-07-02T13:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: commit work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work/m-p/4124092#M986024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you are trying to update a Y or Z table, you have couple of options -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[1]. Set up table maint generator and write a bdc program with call transaction to sm30 for that table update. {Recommended]. If this update is from many places, write a function module with the sm30 bdc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[2]. Use Enqueue and Dequeue syntax encapsulating your update statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In normal circumstances, you will never need to update an SAP table , that is a table not starting with Y or Z. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For SAP tables the only approved way [according to me] is to pass on the requisite values in the temp structures at the appropriate point in the user-exit/badi where one is provided. That is if it is not a BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 14:57:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work/m-p/4124092#M986024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T14:57:28Z</dc:date>
    </item>
  </channel>
</rss>

