<?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 Time out problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-problem/m-p/2620079#M601619</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;I have converted a report program to into /pbs/ program.&lt;/P&gt;&lt;P&gt;The converted /pbs/ program is getting timeout because of these below stmts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT IT_BELNR_OTH .                                    "PBS&lt;/P&gt;&lt;P&gt;CALL FUNCTION '/PBS/SELECT_INTO_TABLE'       "PBS&lt;/P&gt;&lt;P&gt;     EXPORTING                                                     "PBS&lt;/P&gt;&lt;P&gt;         ARCHIV     = 'CFI'                                          "PBS&lt;/P&gt;&lt;P&gt;         OPTION     = ''                                               "PBS&lt;/P&gt;&lt;P&gt;         TABNAME    = 'BSEG'                                   "PBS&lt;/P&gt;&lt;P&gt;         CLR_ITAB   = ''                                              "PBS&lt;/P&gt;&lt;P&gt;         SCHL1_NAME = 'BUKRS'                              "PBS&lt;/P&gt;&lt;P&gt;         SCHL1_VON  = IT_BELNR_OTH-BUKRS        "PBS&lt;/P&gt;&lt;P&gt;         SCHL1_BIS  = IT_BELNR_OTH-BUKRS          "PBS&lt;/P&gt;&lt;P&gt;         SCHL2_NAME = 'BELNR'                               "PBS&lt;/P&gt;&lt;P&gt;         SCHL2_VON  = ' '                                          "PBS&lt;/P&gt;&lt;P&gt;         SCHL2_BIS  = 'z'                                           "PBS&lt;/P&gt;&lt;P&gt;         SCHL3_NAME = 'GJAHR'                               "PBS&lt;/P&gt;&lt;P&gt;         SCHL3_VON  = IT_BELNR_OTH-GJAHR         "PBS&lt;/P&gt;&lt;P&gt;         SCHL3_BIS  = IT_BELNR_OTH-GJAHR           "PBS&lt;/P&gt;&lt;P&gt;     TABLES                                                            "PBS&lt;/P&gt;&lt;P&gt;         I_TABELLE  = TAB885                                   "PBS&lt;/P&gt;&lt;P&gt;     EXCEPTIONS  EOF    = 4                                  "PBS&lt;/P&gt;&lt;P&gt;                 OTHERS = 2.                                        "PBS&lt;/P&gt;&lt;P&gt;ENDLOOP.                                                            "PBS  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please provide solution for avoiding timeout problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Preethi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2007 13:56:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-25T13:56:34Z</dc:date>
    <item>
      <title>Time out problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-problem/m-p/2620079#M601619</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;I have converted a report program to into /pbs/ program.&lt;/P&gt;&lt;P&gt;The converted /pbs/ program is getting timeout because of these below stmts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT IT_BELNR_OTH .                                    "PBS&lt;/P&gt;&lt;P&gt;CALL FUNCTION '/PBS/SELECT_INTO_TABLE'       "PBS&lt;/P&gt;&lt;P&gt;     EXPORTING                                                     "PBS&lt;/P&gt;&lt;P&gt;         ARCHIV     = 'CFI'                                          "PBS&lt;/P&gt;&lt;P&gt;         OPTION     = ''                                               "PBS&lt;/P&gt;&lt;P&gt;         TABNAME    = 'BSEG'                                   "PBS&lt;/P&gt;&lt;P&gt;         CLR_ITAB   = ''                                              "PBS&lt;/P&gt;&lt;P&gt;         SCHL1_NAME = 'BUKRS'                              "PBS&lt;/P&gt;&lt;P&gt;         SCHL1_VON  = IT_BELNR_OTH-BUKRS        "PBS&lt;/P&gt;&lt;P&gt;         SCHL1_BIS  = IT_BELNR_OTH-BUKRS          "PBS&lt;/P&gt;&lt;P&gt;         SCHL2_NAME = 'BELNR'                               "PBS&lt;/P&gt;&lt;P&gt;         SCHL2_VON  = ' '                                          "PBS&lt;/P&gt;&lt;P&gt;         SCHL2_BIS  = 'z'                                           "PBS&lt;/P&gt;&lt;P&gt;         SCHL3_NAME = 'GJAHR'                               "PBS&lt;/P&gt;&lt;P&gt;         SCHL3_VON  = IT_BELNR_OTH-GJAHR         "PBS&lt;/P&gt;&lt;P&gt;         SCHL3_BIS  = IT_BELNR_OTH-GJAHR           "PBS&lt;/P&gt;&lt;P&gt;     TABLES                                                            "PBS&lt;/P&gt;&lt;P&gt;         I_TABELLE  = TAB885                                   "PBS&lt;/P&gt;&lt;P&gt;     EXCEPTIONS  EOF    = 4                                  "PBS&lt;/P&gt;&lt;P&gt;                 OTHERS = 2.                                        "PBS&lt;/P&gt;&lt;P&gt;ENDLOOP.                                                            "PBS  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please provide solution for avoiding timeout problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Preethi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 13:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-problem/m-p/2620079#M601619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T13:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Time out problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-problem/m-p/2620080#M601620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a progress indicator FM SAPGUI_PROGRESS_INDICATOR&lt;/P&gt;&lt;P&gt;Or increase the permitted time to run a program (there's a profile in RZ11 don;t know the name right now but search for dialog timeout or something like that)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rob Dielemans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 14:40:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-problem/m-p/2620080#M601620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T14:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Time out problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-problem/m-p/2620081#M601621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This FM doesn't exist in our system, but based on what it &amp;lt;i&amp;gt;looks&amp;lt;/i&amp;gt; like it's doing, you might want to change the internal table so that it contains ranges of ducuments and include them in the call to the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 14:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-problem/m-p/2620081#M601621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T14:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Time out problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-problem/m-p/2620082#M601622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Preethi,&lt;/P&gt;&lt;P&gt;As you are looping at a table with many records, you r facing this problem.&lt;/P&gt;&lt;P&gt;There are 2 ways to overcome this&lt;/P&gt;&lt;P&gt;1) Extend your Internal memory in RZ11 transaction.&lt;/P&gt;&lt;P&gt;2) Loop at the Internal table upto some records first and then loop from the remaining to the last. Break your loop into 2-3 loops.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is of some help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ismail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 08:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-problem/m-p/2620082#M601622</guid>
      <dc:creator>former_member182190</dc:creator>
      <dc:date>2007-07-31T08:00:30Z</dc:date>
    </item>
  </channel>
</rss>

