<?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: ABAP call stack in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-call-stack/m-p/7728032#M1580717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhakar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see the call stack in the new debugger, in desktop2(standard setting).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Mar 2011 12:23:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-17T12:23:04Z</dc:date>
    <item>
      <title>ABAP call stack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-call-stack/m-p/7728031#M1580716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we are executing any standard/custom application, is there any place where i can see the complete call stack that system is executing . lets say i execute a ABAP webdynpro application, i want to see what are the classes, methods that system has executed from the start to the end. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 11:57:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-call-stack/m-p/7728031#M1580716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-17T11:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP call stack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-call-stack/m-p/7728032#M1580717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhakar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see the call stack in the new debugger, in desktop2(standard setting).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 12:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-call-stack/m-p/7728032#M1580717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-17T12:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP call stack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-call-stack/m-p/7728033#M1580718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sudhakar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following function module to get the call stack programattically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruce&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Example of using the system callstack function&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;data: i_callstack  type  sys_callst,&lt;/P&gt;&lt;P&gt;      w_callstack type  SYS_CALLS.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;  call function 'SYSTEM_CALLSTACK'&lt;/P&gt;&lt;P&gt;    importing&lt;/P&gt;&lt;P&gt;      et_callstack = i_callstack.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 19:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-call-stack/m-p/7728033#M1580718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-17T19:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP call stack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-call-stack/m-p/7728034#M1580719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhakar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see a TRACE with Tx ST05. First start the TRACE , then ejecute your proces then stop the  TRACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this proves helpful. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 19:59:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-call-stack/m-p/7728034#M1580719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-17T19:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP call stack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-call-stack/m-p/7728035#M1580720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Togehter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a non aggregated trace with transaction SAT (SE30 in older releases) should give an impressive picture what stuff gets executed to dispay a single Web Dynpro view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on your use case it may be possible to enable SAT/SE30 tracing within the transaction itself or via the SICF transaction. That basically depends whether the Component is executed with your account or via an anymous user specified in the SICF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can more information on this topic in the forum WebDynpro for ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;  Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 20:21:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-call-stack/m-p/7728035#M1580720</guid>
      <dc:creator>former_member183804</dc:creator>
      <dc:date>2011-03-17T20:21:38Z</dc:date>
    </item>
  </channel>
</rss>

