<?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 execution trace in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-trace/m-p/862129#M48268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marian,&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;          The best way to trace a program would be by looking at the call stack and the overview details in the debugging mode.If you want to analyse the performance of selects in the program then use the transaction ST05.If you are still not satisfied then run through the entire execution process by entering into the debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answers that you have recieved so far should be sufficient to close the thread.Please reward some points and kindly close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Nishanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2005 07:26:19 GMT</pubDate>
    <dc:creator>nishanthbhandar</dc:creator>
    <dc:date>2005-06-16T07:26:19Z</dc:date>
    <item>
      <title>Program execution trace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-trace/m-p/862125#M48264</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 exist any tool how to trace whole path a program was going through ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marian,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2005 06:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-trace/m-p/862125#M48264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-16T06:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Program execution trace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-trace/m-p/862126#M48265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST05  SQL trace&lt;/P&gt;&lt;P&gt;ST11  Dev trace&lt;/P&gt;&lt;P&gt;ST01  System trace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2005 06:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-trace/m-p/862126#M48265</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2005-06-16T06:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Program execution trace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-trace/m-p/862127#M48266</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;If you want to check the execution of the entire program,execute the program in debugging mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2005 06:53:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-trace/m-p/862127#M48266</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-06-16T06:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Program execution trace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-trace/m-p/862128#M48267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I knwo that this is not exactly what you have asked for, but I think it is a good idea to see the Call Hierarchy for the program. Goto transaction SE48. this will tell you which are all the subroutines and Function Modules that are being used in your program. Once you get that, then you can place breakpoints at appropriate places and run the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2005 07:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-trace/m-p/862128#M48267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-16T07:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Program execution trace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-trace/m-p/862129#M48268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marian,&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;          The best way to trace a program would be by looking at the call stack and the overview details in the debugging mode.If you want to analyse the performance of selects in the program then use the transaction ST05.If you are still not satisfied then run through the entire execution process by entering into the debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answers that you have recieved so far should be sufficient to close the thread.Please reward some points and kindly close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Nishanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2005 07:26:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-trace/m-p/862129#M48268</guid>
      <dc:creator>nishanthbhandar</dc:creator>
      <dc:date>2005-06-16T07:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Program execution trace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-trace/m-p/862130#M48269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You also have Coverage Analyzer in WAS.&lt;/P&gt;&lt;P&gt;You can check the documentation of the relevant tools here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/10/6d1c370c468b7be10000009b38f936/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/10/6d1c370c468b7be10000009b38f936/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2005 12:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-trace/m-p/862130#M48269</guid>
      <dc:creator>Peter_Inotai</dc:creator>
      <dc:date>2005-06-16T12:14:28Z</dc:date>
    </item>
  </channel>
</rss>

