<?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: Put Delay on Batch Processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/put-delay-on-batch-processing/m-p/1260476#M147413</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;are you sure you need time ? Cause most of time SAP wait the good end of the transaction to make comit. Maybe you have to access two times to your transaction, first time to make the first screen, and second time for the others things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Apr 2006 06:51:09 GMT</pubDate>
    <dc:creator>FredericGirod</dc:creator>
    <dc:date>2006-04-07T06:51:09Z</dc:date>
    <item>
      <title>Put Delay on Batch Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/put-delay-on-batch-processing/m-p/1260474#M147411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Im currently using CALL TRANSACTION command to process my BDC. However I need to put delay when shifting from one screen to another in order to give time to the previous screen to update some SAP Tables. Currently the Batch Processing is too fast that some SAP Tables are not updated enough which results to errrors. Is there a way to put delay on Batch Processing using BDC/CALL TRANSACTION?&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, 07 Apr 2006 06:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/put-delay-on-batch-processing/m-p/1260474#M147411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T06:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Put Delay on Batch Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/put-delay-on-batch-processing/m-p/1260475#M147412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi use &amp;lt;b&amp;gt;UPDATE 'S'&amp;lt;/b&amp;gt; instead of &amp;lt;b&amp;gt;UPDATE 'A'&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 06:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/put-delay-on-batch-processing/m-p/1260475#M147412</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-04-07T06:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Put Delay on Batch Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/put-delay-on-batch-processing/m-p/1260476#M147413</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;are you sure you need time ? Cause most of time SAP wait the good end of the transaction to make comit. Maybe you have to access two times to your transaction, first time to make the first screen, and second time for the others things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 06:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/put-delay-on-batch-processing/m-p/1260476#M147413</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-04-07T06:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Put Delay on Batch Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/put-delay-on-batch-processing/m-p/1260477#M147414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think delay is a good option as the processing time would increase or decrease with load on the server. Instead i would suggest u try and access the database tables which are getting updated or check fo locks which could possible help u to resolve the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 07:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/put-delay-on-batch-processing/m-p/1260477#M147414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T07:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Put Delay on Batch Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/put-delay-on-batch-processing/m-p/1260478#M147415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not best practice but sometime I do need to use this FM &amp;lt;b&amp;gt;SWE_CD_TST_DELAY&amp;lt;/b&amp;gt; to delay some processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'SWE_CD_TST_DELAY'
  EXPORTING
    DELAY = '10'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 12:24:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/put-delay-on-batch-processing/m-p/1260478#M147415</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-04-07T12:24:12Z</dc:date>
    </item>
  </channel>
</rss>

