<?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: Pass Internal Table to Memory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-to-memory/m-p/7127300#M1511959</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;You try with Import &amp;amp; Export Statements as follows ---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : t_itab LIKE TABLE OF spfli.
EXPORT t_itab TO MEMORY ID 'ABCD'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After sending the internal table to ABAP memory you need to get that by IMPORT in the called session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IMPORT t_itab FROM MEMORY ID 'ABCD'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jul 2010 11:20:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-30T11:20:41Z</dc:date>
    <item>
      <title>Pass Internal Table to Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-to-memory/m-p/7127298#M1511957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a User-Exit for Travel  that is called from a program standard with use the T.Code TRIP. The program standard use a structure that when entry in the user exit not is. I need use this structure in the user exit. (p_t_req_head). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had read abour SAP and ABAP Memory but from the program standar How can Pass Internal Table to Memory SAP or ABAP from the program standard to user-exit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am doing debugging in the program Standard and this call to the user exit, I use ()namestructure for example ()p_t_req_head  and I get the datas of the structure, But In the Source Code ABAP, How can do this with instructions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 11:10:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-to-memory/m-p/7127298#M1511957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-30T11:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pass Internal Table to Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-to-memory/m-p/7127299#M1511958</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;You can make use of statement for abap memory,&lt;/P&gt;&lt;P&gt;EXPORT &amp;lt;internal table&amp;gt; TO MEMORY-ID &amp;lt;ID-name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dheeraj Gosain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 11:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-to-memory/m-p/7127299#M1511958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-30T11:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pass Internal Table to Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-to-memory/m-p/7127300#M1511959</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;You try with Import &amp;amp; Export Statements as follows ---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : t_itab LIKE TABLE OF spfli.
EXPORT t_itab TO MEMORY ID 'ABCD'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After sending the internal table to ABAP memory you need to get that by IMPORT in the called session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IMPORT t_itab FROM MEMORY ID 'ABCD'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 11:20:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-to-memory/m-p/7127300#M1511959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-30T11:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pass Internal Table to Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-to-memory/m-p/7127301#M1511960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the table is defined in the Global data declaration of the standard program, you can access this in the ABAP stack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Classic example : &lt;SPAN __jive_macro_name="thread" id="991834"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 11:28:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-to-memory/m-p/7127301#M1511960</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-07-30T11:28:47Z</dc:date>
    </item>
  </channel>
</rss>

