<?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: Trace a program? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-a-program/m-p/4216605#M1007550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is possible with Run time trace of a program from tran. SE30.&lt;/P&gt;&lt;P&gt;It will display all the required things....&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Jul 2008 09:52:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-20T09:52:12Z</dc:date>
    <item>
      <title>Trace a program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-a-program/m-p/4216604#M1007549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i´ve got a problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to trace a programm. But i need not an SQL trace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know what steps was done in the program. Which functions, were called, which forms and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2008 09:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-a-program/m-p/4216604#M1007549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-20T09:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Trace a program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-a-program/m-p/4216605#M1007550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is possible with Run time trace of a program from tran. SE30.&lt;/P&gt;&lt;P&gt;It will display all the required things....&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2008 09:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-a-program/m-p/4216605#M1007550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-20T09:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trace a program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-a-program/m-p/4216606#M1007551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your answer. I got a list, but it doenst help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we move a LE to another lgtype the handling unit of the le is unpacked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hoped to see something like a call of "BAPI_HU_UNPACK" or so in the trace but there is no entry like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another possibility to find out, where the hu is unpacked?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2008 10:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-a-program/m-p/4216606#M1007551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-20T10:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Trace a program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trace-a-program/m-p/4216607#M1007552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From se30 u can display the call list of a prog. To do this u need to create a variant in the se30 screen...&lt;/P&gt;&lt;P&gt;Give a name of the variant and press create button.&lt;/P&gt;&lt;P&gt;In the next screen give description..and then goto tab Duration/Type,&lt;/P&gt;&lt;P&gt;and under Aggregation choose None check box and save the variant.&lt;/P&gt;&lt;P&gt;Now Run a trace for the transaction/prog with this variant...after completion press analysis button and then follow the menu path Goto-&amp;gt;Call hierarchy-&amp;gt;Include display. U will get a list where u can search for ur FM call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try menu paths:&lt;/P&gt;&lt;P&gt;Goto-&amp;gt;Who calls whom&lt;/P&gt;&lt;P&gt;Goto-&amp;gt;Group hit list&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2008 10:42:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trace-a-program/m-p/4216607#M1007552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-20T10:42:29Z</dc:date>
    </item>
  </channel>
</rss>

