<?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 abap program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program/m-p/2244125#M484194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;  i have 10,000 lines of code in program , is it possible to performance checking for that program ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 May 2007 14:52:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-20T14:52:13Z</dc:date>
    <item>
      <title>abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program/m-p/2244125#M484194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;  i have 10,000 lines of code in program , is it possible to performance checking for that program ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2007 14:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program/m-p/2244125#M484194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-20T14:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program/m-p/2244126#M484195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do performance analysis on any program whether it be 5 lines of code or 100000 lines of code, it really doesn't matter how many lines of code it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that ST03 is the runtime analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2007 14:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program/m-p/2244126#M484195</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-05-20T14:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program/m-p/2244127#M484196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;you can check the peformance of that program by using se30(RUN TIME ANALYSIS) or st05(SQL TRACER) or SLIN(EPC) what ever may be the number of lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 10:34:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program/m-p/2244127#M484196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T10:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program/m-p/2244128#M484197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Go to transaction se38 enter the program name,&lt;/P&gt;&lt;P&gt;in the menu bar click on program&lt;/P&gt;&lt;P&gt;in the drop down menu&lt;/P&gt;&lt;P&gt;execute-&amp;gt;runtime analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 05:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program/m-p/2244128#M484197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T05:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program/m-p/2244129#M484198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhagavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First find out where the greater amount of time is taking using the transaction SE30.&lt;/P&gt;&lt;P&gt;Steps:&lt;/P&gt;&lt;P&gt;1) In SE30, give the transaction or prog.name and click on execute button.&lt;/P&gt;&lt;P&gt;2) Once the execution of the prog. or transaction is over, click on back button to come back to the Runtime Analysis screen. Now you will get an information message in the status bar that 'Runtime analysis has finished'.&lt;/P&gt;&lt;P&gt;3)Now click on Analyze button. This will give the % of execution time for ABAP statements, Database fetch etc..&lt;/P&gt;&lt;P&gt;4)If the Time spent on database is high (if shown in red color), then we need to find out the select statement where it is taking time...We need to find out the database index which is getting picked up&lt;/P&gt;&lt;P&gt;5) Now click on Hitlist button to get the statements which are getting executed ..Sort them according to Net % or Net time taken... You can click on Source code button to find out the corresponding ABAP code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; For finding out the index that is getting picked up, you need to use ST04 Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this has been of some help to you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 05:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program/m-p/2244129#M484198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T05:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program/m-p/2244130#M484199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use either ST05 or SE30 Transactions.  Or read ABAP BC490 SAP Course Material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/26/7d104202795a33e10000000a155106/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/26/7d104202795a33e10000000a155106/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program/m-p/2244130#M484199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T10:53:09Z</dc:date>
    </item>
  </channel>
</rss>

