<?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: Slow system performance caused standard table update delay in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/slow-system-performance-caused-standard-table-update-delay/m-p/1234010#M140146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you running the standard table update in a synchronous or asynchronous process?  You will want to make sure that it run synchronous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will prevent the custom table from being updated UNTIL the standard processing is completed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Mar 2006 03:04:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-31T03:04:44Z</dc:date>
    <item>
      <title>Slow system performance caused standard table update delay</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slow-system-performance-caused-standard-table-update-delay/m-p/1234009#M140145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a program which updates a custom table depends on the values in the standard table which will be updated by submitting standard transaction in the same program. Due to slow system performance, there is a delay on the standard table being updated. For this reason, when the update statement for the custom table is executed, the standard table has not been updated yet, causing the incorrect value in the custom table. Try to use the "wait up to xx seconds" statement but don't think this is the best solution. Also tried commit work after the standard transaction is called, won't work. Does anyone know how to track or commit the database update?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2006 02:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slow-system-performance-caused-standard-table-update-delay/m-p/1234009#M140145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-31T02:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Slow system performance caused standard table update delay</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slow-system-performance-caused-standard-table-update-delay/m-p/1234010#M140146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you running the standard table update in a synchronous or asynchronous process?  You will want to make sure that it run synchronous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will prevent the custom table from being updated UNTIL the standard processing is completed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2006 03:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slow-system-performance-caused-standard-table-update-delay/m-p/1234010#M140146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-31T03:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Slow system performance caused standard table update delay</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slow-system-performance-caused-standard-table-update-delay/m-p/1234011#M140147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had just about the same problem. I sent it to OSS and their solution was "wait up to xx seconds".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't tried it, but a "COMMIT WORK AND WAIT" might also work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2006 03:53:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slow-system-performance-caused-standard-table-update-delay/m-p/1234011#M140147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-31T03:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Slow system performance caused standard table update delay</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slow-system-performance-caused-standard-table-update-delay/m-p/1234012#M140148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its a know problem in SAP. I have faced this kind of problem many times and used either "WAIT UPTO XX SECONDS" or "COMMIT WORK AND WAIT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if you are updating the custom table in the same program where the standard table is being updated, you will not read the updated entry in the standard table ( once the commit work command has been executed ) because the LUW is not completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use "WAIT UPTO XX SECONDS" or "COMMIT WORK AND WAIT" and see if it works. Also let me know how exactly the standard table is being updated ( which transaction ) and how you want to update the custom table. May be i can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2006 04:46:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slow-system-performance-caused-standard-table-update-delay/m-p/1234012#M140148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-31T04:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Slow system performance caused standard table update delay</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slow-system-performance-caused-standard-table-update-delay/m-p/1234013#M140149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi minami,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Such problems are not caused&lt;/P&gt;&lt;P&gt;by slow performance of the system,&lt;/P&gt;&lt;P&gt;rather,&lt;/P&gt;&lt;P&gt;they are caused when&lt;/P&gt;&lt;P&gt;we do not have control&lt;/P&gt;&lt;P&gt;over LUW concept of SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. submitting standard transaction &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. which transaction are u submiting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   are u using call transaction ?&lt;/P&gt;&lt;P&gt;  or submit programname ?&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2006 04:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slow-system-performance-caused-standard-table-update-delay/m-p/1234013#M140149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-31T04:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Slow system performance caused standard table update delay</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slow-system-performance-caused-standard-table-update-delay/m-p/1234014#M140150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The standard transaction that I am called is a series of Product cost run: e.g. CK64, CK66, CK68. These transactions are called by SUBMIT JOB. Once the job is finished, the main program (custom program) will perform the update to several customized tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the COMMIT WORK AND WAIT. Did not work. The standard tables KEKO and CKIS are still updated later than the update perform routing for the custom tables. So far only WAIT UPTO XX seconds work however, won't the XX value be changing depends on the number of records need to be updated in production system? That is my issue. I do not know how long should I put the wait for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2006 19:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slow-system-performance-caused-standard-table-update-delay/m-p/1234014#M140150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-31T19:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Slow system performance caused standard table update delay</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slow-system-performance-caused-standard-table-update-delay/m-p/1234015#M140151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure that the delay will really depend on the number of inserts. (You're waiting for the commit to finish, not the inserts.) We found that our QA system (which is a regularly copied version of the production system) gave us a good indication of how long to wait.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest making XX = 1 and see how that works; if it does, fine, if not, increase it until it does work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2006 19:29:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slow-system-performance-caused-standard-table-update-delay/m-p/1234015#M140151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-31T19:29:16Z</dc:date>
    </item>
  </channel>
</rss>

