<?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: RFC Error Timeout in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error-timeout/m-p/3202979#M763453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you have noted, it takes 3 minutes to run and you have to upload 10 files you it will take at least 30 minutes. As SAP stanadard practise we have the Default TIME_OUT for 10 minutes. SO, in your case you corss the TIME_OUT and limit and system gives you the message back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would suggest is you can put the COMMIT WORK after processing of 2nd or 3rd file. It will reset the time counter to zero. But please keep in mind that the use of COMMIT WORK in loop may cause the resource problem becuase COMMIT work requires lot of resouces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2007 20:46:55 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2007-12-10T20:46:55Z</dc:date>
    <item>
      <title>RFC Error Timeout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error-timeout/m-p/3202978#M763452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a RFC of an external system to SAP which executes a BAPI  &lt;/P&gt;&lt;P&gt;in order to update the master record of materials.&lt;/P&gt;&lt;P&gt;The function module SAP  (BAPI) &lt;/P&gt;&lt;P&gt;consumes a file .txt to update approx 10 thousand items.&lt;/P&gt;&lt;P&gt;The process takes approximately 3 minutes for one single file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The operation, requires to send 10 RFC  at the same time for 10 files.&lt;/P&gt;&lt;P&gt;When I try to do this, an error happends, the firsts  6 or 7 files are not processed  but the last 3 are processed ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RFC's not processed sends the following error message.  &lt;/P&gt;&lt;P&gt;App Spec Info:IZTIMEOUT:. ]   To failure there are happened in the callback function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea of the cause / origin of it, and any proposal? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 18:40:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error-timeout/m-p/3202978#M763452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T18:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Error Timeout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error-timeout/m-p/3202979#M763453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you have noted, it takes 3 minutes to run and you have to upload 10 files you it will take at least 30 minutes. As SAP stanadard practise we have the Default TIME_OUT for 10 minutes. SO, in your case you corss the TIME_OUT and limit and system gives you the message back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would suggest is you can put the COMMIT WORK after processing of 2nd or 3rd file. It will reset the time counter to zero. But please keep in mind that the use of COMMIT WORK in loop may cause the resource problem becuase COMMIT work requires lot of resouces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 20:46:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error-timeout/m-p/3202979#M763453</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-12-10T20:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Error Timeout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error-timeout/m-p/3202980#M763454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a loop to read the file and to fill the structures of the bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the process is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;External system generate one file and execute the RFC than consumes the file generated with help of a BAPI. BAPI_PRDSRVAPS_SAVEMULTI2 in order to update the master record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10 calls to RFC with different files can be generated at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i can do the COMMIT WORK in the BAPI ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 22:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error-timeout/m-p/3202980#M763454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T22:21:06Z</dc:date>
    </item>
  </channel>
</rss>

