<?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: Clarification regarding SQL Trace. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-sql-trace/m-p/5932093#M1333129</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;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I could not find any detailed explaination about SQL Trace elsewhere in the SAP Help.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sometimes it is not easy to find, but it is there:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d1/801fa3454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d1/801fa3454211d189710000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d8/a61d94e4b111d194cb00a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d8/a61d94e4b111d194cb00a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2009 08:24:24 GMT</pubDate>
    <dc:creator>HermannGahm</dc:creator>
    <dc:date>2009-07-23T08:24:24Z</dc:date>
    <item>
      <title>Clarification regarding SQL Trace.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-sql-trace/m-p/5932090#M1333126</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;This is regarding SQL Trace analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we set trace, it gives output like the following. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the below trace and you can note that there is a FETCH for table VVBAP and it consumes a lot of time.&lt;/P&gt;&lt;P&gt;As the Statement is blank, I could not analyse it further using ST05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that the below trace information is default standard. But could not understand as to why &lt;/P&gt;&lt;P&gt;STATEMENT is blank for this FETCH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DURATION   	OBJECTNAME	OPERATION		RECORDS		RC		Statement

541		VVBAP		REOPEN		0		0	SELECT WHERE "MANDT" = '100' AND "VBEL
44,279		VVBAP		FETCH		5		1403    
41		VVBAP		REOPEN		0		0	SELECT WHERE "MANDT" = '100' AND "VBEL
45,803		VVBAP		FETCH		5		 1403
41		VVBAP		REOPEN		0		0	SELECT WHERE "MANDT" = '100' AND "VBEL
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Raghunahth L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 03:46:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-sql-trace/m-p/5932090#M1333126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T03:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification regarding SQL Trace.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-sql-trace/m-p/5932091#M1333127</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;the statement is blank, but the FETCH belongs to the REOPEN statement, there can be many FETCHES  44msec is also not really slow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do not use the tracelist, it is much too detailed, on the screen, go to 'Trace List -&amp;gt; Summarize by SQL Statements' to list which shows&lt;/P&gt;&lt;P&gt;all executions in one line is much better for an analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the information is available in the blog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/siegfried.boes/blog/2007/09/05/the-sql-trace-st05-150-quick-and-easy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 05:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-sql-trace/m-p/5932091#M1333127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T05:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification regarding SQL Trace.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-sql-trace/m-p/5932092#M1333128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Siegfried,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for explaining about the FETCH. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And special thanks for your Blog. I could not find any detailed explaination about SQL Trace elsewhere in the SAP Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Raghunahth L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 08:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-sql-trace/m-p/5932092#M1333128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T08:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification regarding SQL Trace.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-sql-trace/m-p/5932093#M1333129</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;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I could not find any detailed explaination about SQL Trace elsewhere in the SAP Help.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sometimes it is not easy to find, but it is there:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d1/801fa3454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d1/801fa3454211d189710000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d8/a61d94e4b111d194cb00a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d8/a61d94e4b111d194cb00a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 08:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-regarding-sql-trace/m-p/5932093#M1333129</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2009-07-23T08:24:24Z</dc:date>
    </item>
  </channel>
</rss>

