<?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: SQL trace and code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-and-code/m-p/9626633#M1761308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this link it may help you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp60_sp/helpdata/EN/17/358df9c9fee2469105731e10756921/content.htm" title="http://help.sap.com/saphelp_erp60_sp/helpdata/EN/17/358df9c9fee2469105731e10756921/content.htm"&gt;http://help.sap.com/saphelp_erp60_sp/helpdata/EN/17/358df9c9fee2469105731e10756921/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jul 2013 06:47:28 GMT</pubDate>
    <dc:creator>former_member209120</dc:creator>
    <dc:date>2013-07-16T06:47:28Z</dc:date>
    <item>
      <title>SQL trace and code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-and-code/m-p/9626628#M1761303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, in ST05, I can find the SQL statement, may I know how to know the corresponding line of code in the original program in SE38?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 03:53:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-and-code/m-p/9626628#M1761303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-16T03:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: SQL trace and code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-and-code/m-p/9626629#M1761304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There is a button by the name &lt;STRONG&gt;Display Call positions in ABAP Programs (F5) &lt;/STRONG&gt;in the toolbar. Place the cursor on a SELECT statement, click on that button and it will take you to the ABAP program where the query has been written.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;~Athreya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 04:05:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-and-code/m-p/9626629#M1761304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-16T04:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: SQL trace and code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-and-code/m-p/9626630#M1761305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you go in the detail list it shows you the name of the program you can find it from there with CTRL + F in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details on ST05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/community/abap/testing-and-troubleshooting/blog/2007/09/05/the-sql-trace-st05-quick-and-easy"&gt;http://scn.sap.com/community/abap/testing-and-troubleshooting/blog/2007/09/05/the-sql-trace-st05-quick-and-easy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 04:06:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-and-code/m-p/9626630#M1761305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-16T04:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: SQL trace and code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-and-code/m-p/9626631#M1761306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the below mentioned steps :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Go to ST05 &amp;amp; Click "Display Trace". &lt;/LI&gt;&lt;LI&gt;Execute the "Display Performance Trace" Report with your selection criteria.&lt;/LI&gt;&lt;LI&gt;Trace will be shown in ALV &amp;amp; third column indicates the "Program Name".&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either you can sort the "Program name" column or filter the column by your respective program name.&lt;/P&gt;&lt;P&gt;So we can see corresponding&amp;nbsp; line of code related to DB statements in the original program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA for you refernece.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/246289" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 04:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-and-code/m-p/9626631#M1761306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-16T04:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: SQL trace and code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-and-code/m-p/9626632#M1761307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want analyze the program performance better try in SE30 Tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anil. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 06:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-and-code/m-p/9626632#M1761307</guid>
      <dc:creator>anilkumar_kalkivai</dc:creator>
      <dc:date>2013-07-16T06:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: SQL trace and code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-and-code/m-p/9626633#M1761308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this link it may help you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp60_sp/helpdata/EN/17/358df9c9fee2469105731e10756921/content.htm" title="http://help.sap.com/saphelp_erp60_sp/helpdata/EN/17/358df9c9fee2469105731e10756921/content.htm"&gt;http://help.sap.com/saphelp_erp60_sp/helpdata/EN/17/358df9c9fee2469105731e10756921/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 06:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace-and-code/m-p/9626633#M1761308</guid>
      <dc:creator>former_member209120</dc:creator>
      <dc:date>2013-07-16T06:47:28Z</dc:date>
    </item>
  </channel>
</rss>

