<?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 executing time (St05 results) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-executing-time-st05-results/m-p/4916585#M1147620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would help to see the original ABAP SELECTs rather than the output from the explain.&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, 08 Dec 2008 19:47:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-08T19:47:46Z</dc:date>
    <item>
      <title>Program executing time (St05 results)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-executing-time-st05-results/m-p/4916582#M1147617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on an issue where a program is taking a huge time to execute...I tried to run the trace on using ST05 and found the following arears which are taking more time, so can you please suggest me what should I do with this to increase the efficiency of the program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. SELECT&lt;/P&gt;&lt;P&gt;   "OBJECTID" "PONUMBER" , "USERNAME" , "UDATE" , "UTIME" , "CHANGENR" ,&lt;/P&gt;&lt;P&gt;   "CHANGE_IND" &lt;/P&gt;&lt;P&gt; FROM&lt;/P&gt;&lt;P&gt;   "CDHDR"&lt;/P&gt;&lt;P&gt; WHERE&lt;/P&gt;&lt;P&gt;   "MANDANT" = ? AND "OBJECTCLAS" = ? AND "OBJECTID" IN ( ? , ? , ? , ? , ? , ?&lt;/P&gt;&lt;P&gt;   , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,&lt;/P&gt;&lt;P&gt;   ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?&lt;/P&gt;&lt;P&gt;   , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,&lt;/P&gt;&lt;P&gt;   ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?&lt;/P&gt;&lt;P&gt;   , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,&lt;/P&gt;&lt;P&gt;   ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?&lt;/P&gt;&lt;P&gt;   , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,&lt;/P&gt;&lt;P&gt;   ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?&lt;/P&gt;&lt;P&gt;   , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,&lt;/P&gt;&lt;P&gt;   ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?&lt;/P&gt;&lt;P&gt;   , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,&lt;/P&gt;&lt;P&gt;   ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?&lt;/P&gt;&lt;P&gt;   , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,&lt;/P&gt;&lt;P&gt;   ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?&lt;/P&gt;&lt;P&gt;   , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,&lt;/P&gt;&lt;P&gt;   ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?&lt;/P&gt;&lt;P&gt;   , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,&lt;/P&gt;&lt;P&gt;   ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?&lt;/P&gt;&lt;P&gt;   , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,&lt;/P&gt;&lt;P&gt;   ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?&lt;/P&gt;&lt;P&gt;   , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )  WITH&lt;/P&gt;&lt;P&gt;   UR    OPTLEVEL( 5 )    QUERY_DEGREE( 1 )    )&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;  T_00 . "EBELN" "PONUMBER" , T_00 . "EBELP" "LINE_NO" , T_00 . "DMBTR" ,&lt;/P&gt;&lt;P&gt;  T_00 .  "CPUTM" , T_00 . "ERNAM" ,&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;  "EKBE" T_00 , ( SELECT * FROM ( VALUES ( CAST ( ? AS VARCHAR(30) ) ),&lt;/P&gt;&lt;P&gt;  ( CAST ( ? AS VARCHAR(30) ) ), ( CAST ( ? AS VARCHAR(30) ) ),&lt;/P&gt;&lt;P&gt;  ( CAST ( ? AS VARCHAR(30) ) ), ( CAST ( ? AS VARCHAR(30) ) ),&lt;/P&gt;&lt;P&gt;  ( CAST ( ? AS VARCHAR(30) ) ), ( CAST ( ? AS VARCHAR(30) ) ),&lt;/P&gt;&lt;P&gt;  ( CAST ( ? AS VARCHAR(30) ) ), ( CAST ( ? AS VARCHAR(30) ) ),&lt;/P&gt;&lt;P&gt;  ( CAST ( ? AS VARCHAR(30) ) ), ( CAST ( ? AS VARCHAR(30) ) ),&lt;/P&gt;&lt;P&gt;  ( CAST ( ? AS VARCHAR(30) ) ), ( CAST ( ? AS VARCHAR(30) ) ),&lt;/P&gt;&lt;P&gt;  ( CAST ( ? AS VARCHAR(30) ) ), ( CAST ( ? AS VARCHAR(30) ) ),&lt;/P&gt;&lt;P&gt;  ( CAST ( ? AS VARCHAR(30) ) ), ( CAST ( ? AS VARCHAR(30) ) ),&lt;/P&gt;&lt;P&gt;  ( CAST ( ? AS VARCHAR(30) ) ), ( CAST ( ? AS VARCHAR(30) ) ),&lt;/P&gt;&lt;P&gt;  ( CAST ( ? AS VARCHAR(30) ) ), ( CAST ( ? AS VARCHAR(30) ) ),&lt;/P&gt;&lt;P&gt;  ( CAST ( ? AS VARCHAR(30) ) ), ( CAST ( ? AS VARCHAR(30) ) ),&lt;/P&gt;&lt;P&gt;  ( CAST ( ? AS VARCHAR(30) ) ), ( CAST ( ? AS VARCHAR(30) ) ),&lt;/P&gt;&lt;P&gt;  ( CAST ( ? AS VARCHAR(30) ) ), ( CAST ( ? AS VARCHAR(30) ) ),&lt;/P&gt;&lt;P&gt;  ( CAST ( ? AS VARCHAR(30) ) ), ( CAST ( ? AS VARCHAR(30) ) ),&lt;/P&gt;&lt;P&gt;  ( CAST ( ? AS VARCHAR(30) ) ) ) AS T_01_TMP ( "C_01" ) GROUP BY  "C_01" ) AS&lt;/P&gt;&lt;P&gt;  T_01&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;  T_00 . "MANDT" = ? AND T_00 . "EBELN" = T_01 . C_01 AND T_00 . "DMBTR" &amp;lt;&amp;gt; ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. &lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;  "MANDANT" , "OBJECTCLAS" , "OBJECTID" , "CHANGENR" , "PAGENO" , "TIMESTMP" ,&lt;/P&gt;&lt;P&gt;  "PAGELG" , "VARDATA"&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;  "CDCLS"&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;  "MANDANT" = ? AND "OBJECTCLAS" = ? AND "OBJECTID" = ? AND "CHANGENR" = ?&lt;/P&gt;&lt;P&gt;ORDER BY&lt;/P&gt;&lt;P&gt;  "MANDANT" , "OBJECTCLAS" , "OBJECTID" , "CHANGENR" ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Rajeev Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 12:56:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-executing-time-st05-results/m-p/4916582#M1147617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T12:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Program executing time (St05 results)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-executing-time-st05-results/m-p/4916583#M1147618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please try, aggregation go to Table -&amp;gt; Summary of SQL Statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each of your statements should be visible as one line. What are the values for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Duration:&lt;/P&gt;&lt;P&gt;Exec:&lt;/P&gt;&lt;P&gt;Rec:&lt;/P&gt;&lt;P&gt;Mintime/R:&lt;/P&gt;&lt;P&gt;Ident:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which database are you using?  Go the system -&amp;gt; status&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 13:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-executing-time-st05-results/m-p/4916583#M1147618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T13:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Program executing time (St05 results)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-executing-time-st05-results/m-p/4916584#M1147619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we are using DB6...but my concern is I haven't developed this program, so I was just wondering if the statements that I put in my post are written in the right way or do I need to do some performance analysis there???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Rajeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 19:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-executing-time-st05-results/m-p/4916584#M1147619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T19:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Program executing time (St05 results)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-executing-time-st05-results/m-p/4916585#M1147620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would help to see the original ABAP SELECTs rather than the output from the explain.&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, 08 Dec 2008 19:47:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-executing-time-st05-results/m-p/4916585#M1147620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T19:47:46Z</dc:date>
    </item>
  </channel>
</rss>

