<?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: program runtime log in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-runtime-log/m-p/7736442#M1581413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction SE30 (ABAP Runtime analysis) is your friend. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use it to monitor reads and updates of internal tables, as well as database accesses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be sure to set up your own variant (don't use the SAP standard). Choose a large 'Max size of file' (eg 10,000 KB)&lt;/P&gt;&lt;P&gt;and also choose Aggregation = none. On the 'Statements' tab, tick the 'Internal tables' boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you a clear idea of which internal tables are causing problems. Then use the debugger to examine more closely what the actual problems are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most READ problems on internal can be solved with a 'binary search' extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;Paul Bakker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Apr 2011 00:51:45 GMT</pubDate>
    <dc:creator>paul_bakker2</dc:creator>
    <dc:date>2011-04-04T00:51:45Z</dc:date>
    <item>
      <title>program runtime log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-runtime-log/m-p/7736439#M1581410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have one program in PRD is taking more time.&lt;/P&gt;&lt;P&gt;we want to identity the no of records and processing time for each internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please guide me how to get the below information ..&lt;/P&gt;&lt;P&gt;after running the program in background&lt;/P&gt;&lt;P&gt;1.processing time for each internal table and database table.&lt;/P&gt;&lt;P&gt;2.no of records in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2011 11:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-runtime-log/m-p/7736439#M1581410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-02T11:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: program runtime log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-runtime-log/m-p/7736440#M1581411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The runtime depends on various factors like data volume in PRD system , hardware used  etc...&lt;/P&gt;&lt;P&gt;Check the SQL trace and you may also have a look at the SAT transaction for aggregates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2011 11:24:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-runtime-log/m-p/7736440#M1581411</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2011-04-02T11:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: program runtime log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-runtime-log/m-p/7736441#M1581412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;we are using 4.6C .&lt;/P&gt;&lt;P&gt;we don't have SAT t code.&lt;/P&gt;&lt;P&gt;Coming to ST05 we can get only select statement details.&lt;/P&gt;&lt;P&gt;but i need internal table details like no of records and processing time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2011 11:29:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-runtime-log/m-p/7736441#M1581412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-02T11:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: program runtime log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-runtime-log/m-p/7736442#M1581413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction SE30 (ABAP Runtime analysis) is your friend. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use it to monitor reads and updates of internal tables, as well as database accesses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be sure to set up your own variant (don't use the SAP standard). Choose a large 'Max size of file' (eg 10,000 KB)&lt;/P&gt;&lt;P&gt;and also choose Aggregation = none. On the 'Statements' tab, tick the 'Internal tables' boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you a clear idea of which internal tables are causing problems. Then use the debugger to examine more closely what the actual problems are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most READ problems on internal can be solved with a 'binary search' extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;Paul Bakker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 00:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-runtime-log/m-p/7736442#M1581413</guid>
      <dc:creator>paul_bakker2</dc:creator>
      <dc:date>2011-04-04T00:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: program runtime log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-runtime-log/m-p/7736443#M1581414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Problem is our program is taking 9 hrs to complete.so we have to run the program in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Can we measure the Run time analasys using SE30 by running program in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes please guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.can you please tell me the steps for max file size setting and aggregation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are using 4.6c Version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 02:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-runtime-log/m-p/7736443#M1581414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-04T02:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: program runtime log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-runtime-log/m-p/7736444#M1581415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Be sure to set up your own variant (don't use the SAP standard). Choose a large 'Max size of file' (eg 10,000 KB)&lt;/P&gt;&lt;P&gt;&amp;gt; and also choose Aggregation = none. On the 'Statements' tab, tick the 'Internal tables' boxes.&lt;/P&gt;&lt;P&gt;sorry, the aggregation none is rarely and not in this case. Together with internal table it will create easily an overflow (latest in display, which can not be inpluenced by setting).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.6c ... &lt;/P&gt;&lt;P&gt;Use aggregation, forget increase 10.000kb (larger ones will hard to handle).&lt;/P&gt;&lt;P&gt;Background .... manually either with debugger or in parallel session and manual activation.&lt;/P&gt;&lt;P&gt;The more convenient solutions come with newer releases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 08:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-runtime-log/m-p/7736444#M1581415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-04T08:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: program runtime log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-runtime-log/m-p/7736445#M1581416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case run this report in SE30 as was suggested, but on quality system with not so big amount of data. You wll still get results like what part took the most of runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Marcin Cholewczuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 07:51:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-runtime-log/m-p/7736445#M1581416</guid>
      <dc:creator>marcin_cholewczuk</dc:creator>
      <dc:date>2011-04-08T07:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: program runtime log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-runtime-log/m-p/7736446#M1581417</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;if the standard tools dont do the job /  trick, you always have the option to write your &lt;/P&gt;&lt;P&gt;own log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course this may mean modification of standard SAP coding, but who said, that the &lt;/P&gt;&lt;P&gt;modification needs to be there forever.&lt;/P&gt;&lt;P&gt;If you encapsulate your coding very tightly, you should not have any side effects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With kind regards&lt;/P&gt;&lt;P&gt;Uwe Gebhardt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 12:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-runtime-log/m-p/7736446#M1581417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-14T12:04:21Z</dc:date>
    </item>
  </channel>
</rss>

