<?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_CALLSTACK in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-callstack/m-p/2052171#M423196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no idea is it really so diffucult ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2007 12:20:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-06T12:20:08Z</dc:date>
    <item>
      <title>ABAP_CALLSTACK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-callstack/m-p/2052170#M423195</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;This below shown "form routine" can be called within every "form routine" and it provides the whole callstack concerning the current programm.&lt;/P&gt;&lt;P&gt;My Question is: &lt;/P&gt;&lt;P&gt;Is there a way how to provide also current values of data&lt;/P&gt;&lt;P&gt;objects and all variables except the callstack of the current programm. The struchture abdbg has very interesting components. I didn't find it out. &lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ilhan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM akt.&lt;/P&gt;&lt;P&gt;  TYPES:&lt;/P&gt;&lt;P&gt;    begin of abap_call_stack_entry,&lt;/P&gt;&lt;P&gt;      mainprogram  like sy-repid,&lt;/P&gt;&lt;P&gt;      include      like sy-repid,&lt;/P&gt;&lt;P&gt;      line         type i,&lt;/P&gt;&lt;P&gt;      eventtype    like abdbg-leventtype,&lt;/P&gt;&lt;P&gt;      event        like abdbg-levent,&lt;/P&gt;&lt;P&gt;      flag_system  type c,&lt;/P&gt;&lt;P&gt;    end of abap_call_stack_entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA:&lt;/P&gt;&lt;P&gt;    acse type abap_call_stack_entry,&lt;/P&gt;&lt;P&gt;    tab  type table of abap_call_stack_entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL 'ABAP_CALLSTACK' ID 'DEPTH'     FIELD -1&lt;/P&gt;&lt;P&gt;                        ID 'CALLSTACK' FIELD tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    LOOP AT tab INTO acse FROM 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      WRITE:&lt;/P&gt;&lt;P&gt;      / 'Mainprog:', acse-mainprogram,&lt;/P&gt;&lt;P&gt;      / 'Include: ', acse-include,&lt;/P&gt;&lt;P&gt;      / 'Event:   ', acse-eventtype,&lt;/P&gt;&lt;P&gt;                     acse-event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 10:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-callstack/m-p/2052170#M423195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T10:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP_CALLSTACK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-callstack/m-p/2052171#M423196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no idea is it really so diffucult ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 12:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-callstack/m-p/2052171#M423196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T12:20:08Z</dc:date>
    </item>
  </channel>
</rss>

