<?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: retrieving internal table info. during runtime from callstack in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-internal-table-info-during-runtime-from-callstack/m-p/1347527#M174842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should be made a sticky (or be put into the wiki) &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; I keep forgetting how to do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2009 10:59:43 GMT</pubDate>
    <dc:creator>rob_smeets2</dc:creator>
    <dc:date>2009-08-24T10:59:43Z</dc:date>
    <item>
      <title>retrieving internal table info. during runtime from callstack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-internal-table-info-during-runtime-from-callstack/m-p/1347523#M174838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; i need to retireve internal table info in an exit during runtime. i'm able to see the values in that internal table from the corresponding program in call stack ,however, i couldnt get this table inside my exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to access this internal table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;venu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 16:30:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-internal-table-info-during-runtime-from-callstack/m-p/1347523#M174838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T16:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving internal table info. during runtime from callstack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-internal-table-info-during-runtime-from-callstack/m-p/1347524#M174839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use field symbols to do this.  In your user exit, you need to do something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: field(50) type c.
data: xmarc type marc.
field-symbols: &amp;lt;imarc&amp;gt; type marc_upl_tt.

* Assign an internal table
  field = '(ZRICH_0006)IMARC[]'.
  assign (field) to &amp;lt;imarc&amp;gt;.

* You can now access IMARC from other program
  loop at &amp;lt;imarc&amp;gt; into xmarc.
    write: / xmarc-werks.
  endloop.


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&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>Thu, 18 May 2006 17:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-internal-table-info-during-runtime-from-callstack/m-p/1347524#M174839</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-05-18T17:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving internal table info. during runtime from callstack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-internal-table-info-during-runtime-from-callstack/m-p/1347525#M174840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich,&lt;/P&gt;&lt;P&gt; Thanks. it solved my problem.&lt;/P&gt;&lt;P&gt; do we have any documentation where i can find advanced topics related to field symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;venu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 18:24:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-internal-table-info-during-runtime-from-callstack/m-p/1347525#M174840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T18:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving internal table info. during runtime from callstack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-internal-table-info-during-runtime-from-callstack/m-p/1347526#M174841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not that I know,  little tricks like this will come with experience and hanging out in the ABAP forum on SDN.  &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&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>Thu, 18 May 2006 18:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-internal-table-info-during-runtime-from-callstack/m-p/1347526#M174841</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-05-18T18:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving internal table info. during runtime from callstack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-internal-table-info-during-runtime-from-callstack/m-p/1347527#M174842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should be made a sticky (or be put into the wiki) &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; I keep forgetting how to do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 10:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-internal-table-info-during-runtime-from-callstack/m-p/1347527#M174842</guid>
      <dc:creator>rob_smeets2</dc:creator>
      <dc:date>2009-08-24T10:59:43Z</dc:date>
    </item>
  </channel>
</rss>

