<?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: How to make a trace to program ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-trace-to-program/m-p/1891976#M373282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jan 2007 18:00:35 GMT</pubDate>
    <dc:creator>former_member425121</dc:creator>
    <dc:date>2007-01-17T18:00:35Z</dc:date>
    <item>
      <title>How to make a trace to program ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-trace-to-program/m-p/1891972#M373278</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;Does somebody can tell me how can i make a trace to program in order to find in wich code point the process is getting 'stand-by' (does not finish) ; that is, in wich DB access, LOOP, etc. the program is making the work wich takes a lot of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to discover where are the performance problems and how much the program access the DB with SELECTS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 17:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-trace-to-program/m-p/1891972#M373278</guid>
      <dc:creator>former_member425121</dc:creator>
      <dc:date>2007-01-17T17:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a trace to program ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-trace-to-program/m-p/1891973#M373279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transacation ST05 will allow you to do a SQL trace showing all of the DB hits during the program runtime.&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>Wed, 17 Jan 2007 17:19:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-trace-to-program/m-p/1891973#M373279</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-01-17T17:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a trace to program ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-trace-to-program/m-p/1891974#M373280</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;You can use ST05 for SQL trace..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use SE30 for runtime analysis..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 17:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-trace-to-program/m-p/1891974#M373280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T17:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a trace to program ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-trace-to-program/m-p/1891975#M373281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;make use of the transaction code ST05 for the trace of database selects, Just press the Trace on button and run your program, and inthe ST05, press the Trace off button and look at the list, you will understand.&lt;/P&gt;&lt;P&gt;Even you can use the transaction ST04 -&amp;gt; Database performance analyzer&lt;/P&gt;&lt;P&gt;ST03 --&amp;gt;Workload on the System&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 17:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-trace-to-program/m-p/1891975#M373281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T17:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a trace to program ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-trace-to-program/m-p/1891976#M373282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 18:00:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-a-trace-to-program/m-p/1891976#M373282</guid>
      <dc:creator>former_member425121</dc:creator>
      <dc:date>2007-01-17T18:00:35Z</dc:date>
    </item>
  </channel>
</rss>

