<?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: Limit on wait time for a program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/limit-on-wait-time-for-a-program/m-p/8514789#M1655164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri&lt;/P&gt;&lt;P&gt; By technical acknowledge i ment that PI send back acknowledgement back to ECC when the data has been delivered by the communication channel on the target system. we have achived this using SAP standard classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have workaround in which we will be creating another report which will fetch the nessage id from the ztable where we will be storing the msd id for a message payload. if a acknowledgement is recived for that message we will do the further processsing.&lt;/P&gt;&lt;P&gt;Let hope this will solve our problem&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Soumit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Feb 2012 09:08:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-15T09:08:27Z</dc:date>
    <item>
      <title>Limit on wait time for a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/limit-on-wait-time-for-a-program/m-p/8514785#M1655160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts, &lt;/P&gt;&lt;P&gt;We have a unique situation in which we have to wait for an acknowledgement from PI which does not come back immediately bakc to the SAP ECC and hence we have to put a wait statment in the code. this program will run in background will send the PO detail to SAP PI and wait for an acknowledgement from PI. Is their any limitation on the time we can put in the program which is going to run in background. I am aware this is going to cause a performance issue but this program will never run in foreground mode . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request you suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 11:40:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/limit-on-wait-time-for-a-program/m-p/8514785#M1655160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-14T11:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Limit on wait time for a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/limit-on-wait-time-for-a-program/m-p/8514786#M1655161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello Experts, &lt;/P&gt;&lt;P&gt;&amp;gt; We have a unique situation in which we have to wait for an acknowledgement from PI which does not come back immediately bakc to the SAP ECC and hence we have to put a wait statment in the code. this program will run in background will send the PO detail to SAP PI and wait for an acknowledgement from PI. Is their any limitation on the time we can put in the program which is going to run in background. I am aware this is going to cause a performance issue but this program will never run in foreground mode . &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Request you suggestions.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello Soumit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what kind of acknowledgement (technically) are you waiting for? What interface to PI do you use?&lt;/P&gt;&lt;P&gt;IDoc? RFC? something else?&lt;/P&gt;&lt;P&gt;I strongly advise you not to use WAIT statement in your background program. In Dialog the WAIT statement is not dangerous because the context will roll out and work process will be free for other tasks. Batch job cannot roll out. It will stay in the batch work process for the whole time of WAIT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I were you, I'd try to implement asynchronous update when an acknowledgement from PI is received.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Yuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 12:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/limit-on-wait-time-for-a-program/m-p/8514786#M1655161</guid>
      <dc:creator>yuri_ziryukin</dc:creator>
      <dc:date>2012-02-14T12:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Limit on wait time for a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/limit-on-wait-time-for-a-program/m-p/8514787#M1655162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt; We have a ABAP proxy scenario and the acknowledgement is technical acknowledgement. If you don't recommend a wait statement what other solution do you suggest. do we need to create a workflow ? i am not sure about asynchronous update&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 18:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/limit-on-wait-time-for-a-program/m-p/8514787#M1655162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-14T18:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Limit on wait time for a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/limit-on-wait-time-for-a-program/m-p/8514788#M1655163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&amp;gt;  We have a ABAP proxy scenario and the acknowledgement is technical acknowledgement. If you don't recommend a wait statement what other solution do you suggest. do we need to create a workflow ? i am not sure about asynchronous update&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Soumit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is this technical acknowledgement?&lt;/P&gt;&lt;P&gt;Show me how you check for it right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 08:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/limit-on-wait-time-for-a-program/m-p/8514788#M1655163</guid>
      <dc:creator>yuri_ziryukin</dc:creator>
      <dc:date>2012-02-15T08:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Limit on wait time for a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/limit-on-wait-time-for-a-program/m-p/8514789#M1655164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri&lt;/P&gt;&lt;P&gt; By technical acknowledge i ment that PI send back acknowledgement back to ECC when the data has been delivered by the communication channel on the target system. we have achived this using SAP standard classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have workaround in which we will be creating another report which will fetch the nessage id from the ztable where we will be storing the msd id for a message payload. if a acknowledgement is recived for that message we will do the further processsing.&lt;/P&gt;&lt;P&gt;Let hope this will solve our problem&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Soumit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 09:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/limit-on-wait-time-for-a-program/m-p/8514789#M1655164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-15T09:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Limit on wait time for a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/limit-on-wait-time-for-a-program/m-p/8514790#M1655165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's a better option than WAIT statement in the batch job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 09:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/limit-on-wait-time-for-a-program/m-p/8514790#M1655165</guid>
      <dc:creator>yuri_ziryukin</dc:creator>
      <dc:date>2012-02-15T09:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Limit on wait time for a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/limit-on-wait-time-for-a-program/m-p/8514791#M1655166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soumit, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your solution I just want to add some more points which will improve performance as well as make solution more appropriate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we have ceratin cut off time to receive the ack. from PI. than let us put date and time also in a Ztable than only you come to know that in given time frame for which you have recived the acknowledgement and for which not., and then reprocess accordingly comparing the time delay. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise how you come to know that for which records u need to reprocess, you are not able to distinguished between just sent which are waiting for ack. or earlier sent which are waiting for ack..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 10:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/limit-on-wait-time-for-a-program/m-p/8514791#M1655166</guid>
      <dc:creator>umashankar_sahu</dc:creator>
      <dc:date>2012-02-15T10:23:24Z</dc:date>
    </item>
  </channel>
</rss>

