<?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: Perofrmance tuning in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451561#M213837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to avoid this select statement, you can pick all the records at one shot by&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select * from ESTRH into table i_ESTRH for all entries of itab where ......&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use read statement in the LOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jun 2006 18:49:30 GMT</pubDate>
    <dc:creator>Manohar2u</dc:creator>
    <dc:date>2006-06-15T18:49:30Z</dc:date>
    <item>
      <title>Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451550#M213826</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;when i execute my program it taking lot of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i do runtime analysis it showing Abap 99% and Database 1%... what is it exactly mean...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where is the problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i find which statement has the problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in debug i didn't get the statement which has problem directly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what shud be a ideal run time analysis graph shud be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;P&gt;Basha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 17:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451550#M213826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T17:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451551#M213827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Basha,&lt;/P&gt;&lt;P&gt;  Run &amp;lt;b&amp;gt;ST05&amp;lt;/b&amp;gt; Transaction ... i.e, SQL Trace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SQL trace&amp;lt;/b&amp;gt;http://help.sap.com/saphelp_47x200/helpdata/en/d1/801f7c454211d189710000e8322d00/content.htm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 18:02:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451551#M213827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T18:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451552#M213828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since 99% of the time is spent in ABAP, I think your processing logic is very complicated or improper logic(not to be confused with incorrect!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your loops in particular. Go in debugging and see which particular routine, it is spending much time on. In your runtime analysis, see if much the 99% is spent in a particular piece of code. Publish that code here for us to help you in optimizing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 18:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451552#M213828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T18:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451553#M213829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi syed,&lt;/P&gt;&lt;P&gt;check the links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapta002.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapta002.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/c6/617cafe68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/c6/617cafe68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/faq/faqsql.pdf" target="test_blank"&gt;http://www.sappoint.com/faq/faqsql.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/usefull_transactions.htm" target="test_blank"&gt;http://www.planetsap.com/usefull_transactions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;award if helpful.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 18:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451553#M213829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T18:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451554#M213830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;99% in ABAP means your program is taking almost all the time for executing your application logic at the application server level.Means there is no problem at your database server level ie,your OPEN SQL is very much fine.&lt;/P&gt;&lt;P&gt;How to solve this?&lt;/P&gt;&lt;P&gt;This is mostly due to the incorrect looping at your program.replace the nested loops and use the below variants..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB1.&lt;/P&gt;&lt;P&gt; READ TABLE ITAB2...&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't call any function module  between LOOP and ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you plz paste your code here.so that we could give you the exact solution to your problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 18:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451554#M213830</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-06-15T18:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451555#M213831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Syed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check which statements are taking more time in ST05 by looking at the trace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can look at STAD also how the tables are read and number of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can go to performance analysis and take a look at more details just besides graph by creating your own variant in SE30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can paste the code we can tell you how you can optimize it for better performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Naren Somen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 18:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451555#M213831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T18:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451556#M213832</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 think this routine has problem........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check it once...&lt;/P&gt;&lt;P&gt; let me know where i have to modify it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: syed basha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 18:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451556#M213832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T18:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451557#M213833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course that is the culprit. You have like 10 nested loops in there. Is there any way you can avoid them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 18:26:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451557#M213833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T18:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451558#M213834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Syed,&lt;/P&gt;&lt;P&gt;Remove all your nested loops  and you could use the suggestion which i have given above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 18:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451558#M213834</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-06-15T18:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451559#M213835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot simply replace LOOPs with READ if there are going to be more than one record in the table that satisfies the criteria and if there is exactly one, then it doesn't make much of a difference whether it is a LOOP or a READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed, why do you have so many loops? You also have some BAPI calls and also some SELECTs. You have to really work on this piece of code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 18:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451559#M213835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T18:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451560#M213836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i debugged again......... the statement select single * from estrh and also move statements taking long time than others...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody have idea... how can i write those move statements and select statements&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 18:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451560#M213836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T18:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451561#M213837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to avoid this select statement, you can pick all the records at one shot by&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select * from ESTRH into table i_ESTRH for all entries of itab where ......&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use read statement in the LOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 18:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451561#M213837</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-06-15T18:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451562#M213838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The program is pretty complex. If you post the requirements or specs you have, that might be better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 18:51:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451562#M213838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T18:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451563#M213839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the input paprametes are rep_cat and matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rep_cat is obligatory...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i provide particular matnr... then output is very fast with all the loops and select statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bcos of matnr is optional if we leave it blank .. it taking much time to sort out and look for all matnr in rep_ cat category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be this can help for u to suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 18:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451563#M213839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T18:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451564#M213840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like even though you introduced SELECT ENDSELECT loops, you are interested in only one set of values. Why don't you then exit from the all the 3 selects as soon as you find one record? Also see if you can use join instead of nested selects and UP TO 1 ROWS option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 18:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451564#M213840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T18:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451565#M213841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at these nested LOOPs. Why are appending and refreshing the internal tables in these loops? This does not look correct at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  LOOP AT t_listsub." from 3 to 3.
    REFRESH: t_prop_header, &amp;lt;b&amp;gt;&amp;lt;--refreshing here&amp;lt;/b&amp;gt;
             t_prop_val,
             t_prop_data,
             t_prop_comp,
             t_prop_usage,
             t_sub_header. &amp;lt;b&amp;gt;&amp;lt;--refreshing here&amp;lt;/b&amp;gt;
    CLEAR:   t_prop_header,
             t_prop_val,
             t_prop_data,
             t_prop_comp,
             t_prop_usage,
             t_sub_header,
             t_ret.
    t_sub_header-record_no = t_listsub-recnroot.
    t_sub_header-recno_root = t_listsub-recnroot.
    APPEND t_sub_header. &amp;lt;b&amp;gt;&amp;lt;-- appending here&amp;lt;/b&amp;gt;

    REFRESH: t_prop_header, t_ret. &amp;lt;b&amp;gt;&amp;lt;--refreshing here&amp;lt;/b&amp;gt;
    LOOP AT t_estvh. 
&amp;lt;b&amp;gt;&amp;lt;-- no linking between this loop and superior loop. 
so why is this here inside the other loop.&amp;lt;/b&amp;gt;
      CLEAR: t_prop_header.
      t_prop_header-recno_root = t_listsub-recnroot.
      t_prop_header-subchacat = t_estvh-estcat.
      APPEND t_prop_header. &amp;lt;b&amp;gt;&amp;lt;-- appending here&amp;lt;/b&amp;gt;
    ENDLOOP.
  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 19:00:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451565#M213841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T19:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451566#M213842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya, problem in that only... we have a standard sap report.. name REHS_SARA31X when i execute it and then run time analysis then it showing ABAP 97% DATABASE 1.5% and SYSTEM 1.5%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is showing ABAP 97% is OK for standard program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think my case is with select statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know how can i join those 4 select and endselect statements and also 4 move statements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 19:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451566#M213842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T19:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451567#M213843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why is it simply not like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  REFRESH: t_prop_header,
           t_prop_val,
           t_prop_data,
           t_prop_comp,
           t_prop_usage,
           t_sub_header.
  CLEAR:   t_prop_header,
           t_prop_val,
           t_prop_data,
           t_prop_comp,
           t_prop_usage,
           t_sub_header,
           t_ret.
  LOOP AT t_listsub." from 3 to 3.
    t_sub_header-record_no = t_listsub-recnroot.
    t_sub_header-recno_root = t_listsub-recnroot.
    APPEND t_sub_header.
    CLEAR t_sub_header.
  ENDLOOP.

  LOOP AT t_estvh.
    CLEAR: t_prop_header.
    t_prop_header-recno_root = t_listsub-recnroot.
    t_prop_header-subchacat = t_estvh-estcat.
    APPEND t_prop_header.
  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 19:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451567#M213843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T19:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451568#M213844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also see if there are any function modules that give you all this data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 19:03:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451568#M213844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T19:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Perofrmance tuning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451569#M213845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cos in t_listsub there are more values......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after every time clearing the memory....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 19:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perofrmance-tuning/m-p/1451569#M213845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T19:08:16Z</dc:date>
    </item>
  </channel>
</rss>

