<?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: Time Out Error in Modify statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-modify-statement/m-p/6902462#M1481560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Apr 2010 10:33:04 GMT</pubDate>
    <dc:creator>abapdeveloper20</dc:creator>
    <dc:date>2010-04-28T10:33:04Z</dc:date>
    <item>
      <title>Time Out Error in Modify statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-modify-statement/m-p/6902458#M1481556</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;While executing the following statement in standard program,  timeout error occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program                                 SAPLSBAL_DB_INTERNAL&lt;/P&gt;&lt;P&gt;Include                                 LSBAL_DB_INTERNALU02&lt;/P&gt;&lt;P&gt;Row                                     72&lt;/P&gt;&lt;P&gt;Module type                             (FUNCTION)&lt;/P&gt;&lt;P&gt;Module Name                             BAL_DB_INTERNAL_NO_UPDATE_TASK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;update all tables specified&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;***********************************************************************&lt;/P&gt;&lt;P&gt;  IF NOT c_s_db_tables-baldat_u IS INITIAL.&lt;/P&gt;&lt;P&gt;    MODIFY baldat CLIENT SPECIFIED FROM TABLE c_s_db_tables-baldat_u.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal Table c_s_db_tables-baldat_u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDANT	RELID	LOG_HANDLE	                 BLOCK	SRTF2	CLUSTR    CLUSTD&lt;/P&gt;&lt;P&gt;120	AL	FYsqIm1SE6hX00002WF87m	112	0	512              hfdfgdfgdfdgd........&lt;/P&gt;&lt;P&gt;120	AL	FYsqIm1SE6hX00002WF87m	112	1	512             ...&lt;/P&gt;&lt;P&gt;120	AL	FYsqIm1SE6hX00002WF87m	112	2	512&lt;/P&gt;&lt;P&gt;120	AL	FYsqIm1SE6hX00002WF87m	112	3	512&lt;/P&gt;&lt;P&gt;120	AL	FYsqIm1SE6hX00002WF87m	112	4	370&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLUSTD having  values like the one below FF060201020280003431303300000000218F0000121F9D02A37CF3F98DE2C8E2784D777B3CA3A0687E787E705919E3181F38B867EC9E6E8903C6C6369293187B00FB149265132271C0594780C4011C58&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 09:05:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-modify-statement/m-p/6902458#M1481556</guid>
      <dc:creator>abapdeveloper20</dc:creator>
      <dc:date>2010-04-28T09:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Time Out Error in Modify statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-modify-statement/m-p/6902459#M1481557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How big are the tables BAL* ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need this report a.s.a.p. you might want to consider to change parameter rdisp/max_wprun_time for a little while untile the report has finished or you run it in background (if possible)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the long run though, I recommend you think about archiving -&amp;gt; here: object BC_SBAL to reduce the number of lines in those tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 09:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-modify-statement/m-p/6902459#M1481557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-28T09:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Time Out Error in Modify statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-modify-statement/m-p/6902460#M1481558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually the table BALDAT is having 544.405 entries and Backround option is not possible because it is related to appraisal templates via PHAP_ADMIN transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my doubt is "Modify statement will change the content of the standard table as per the internal table entries" . So, if internal table entries are matched with the standard table then it should change/modify those directly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also Archiving is good idea. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 10:05:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-modify-statement/m-p/6902460#M1481558</guid>
      <dc:creator>abapdeveloper20</dc:creator>
      <dc:date>2010-04-28T10:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Time Out Error in Modify statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-modify-statement/m-p/6902461#M1481559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not a developper, so I cannot answer your question about the modify-directly-on-db-issue - but look at the FM BAL_DB_INTERNAL_NO_UPDATE_TASK - as the shorttext says: Application-Log: Database: Internal: Protocolls without Update Task - maybe it has to do with the way this modify is processed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just so. It will not help you - of course you can open a Call with SAP on this special function and see if they come up with an explanation and/or a correction - in the meantime, consider my proposals as possible workarounds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another thought: if you are so interested in that FM, why not post a question in the Abap-performance forum - there's a tough group of guys over there who might be interested to study that FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 10:27:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-modify-statement/m-p/6902461#M1481559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-28T10:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Time Out Error in Modify statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-modify-statement/m-p/6902462#M1481560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 10:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-modify-statement/m-p/6902462#M1481560</guid>
      <dc:creator>abapdeveloper20</dc:creator>
      <dc:date>2010-04-28T10:33:04Z</dc:date>
    </item>
  </channel>
</rss>

