<?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 how to export/import internal table to memory ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-internal-table-to-memory/m-p/9268355#M1722569</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 am trying to export/import an internal table from memory but without sucsses, &lt;/P&gt;&lt;P&gt;i am writing this code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**** include Z_IMPORT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: memory_address(40) value 'TABLE'.&lt;/P&gt;&lt;P&gt;data:&amp;nbsp; itab_tmp type table of pa0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT itab_tmp TO MEMORY ID memory_address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ******************************************************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**** include Z_EXPORT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: memory_address(40) value 'TABLE'.&lt;/P&gt;&lt;P&gt;data:&amp;nbsp; itab_tmp type table of pa0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT itab TO itab_tmp FROM MEMORY ID memory_address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does any one had an idea why there is no data in itab_tmp after the import ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks Ami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2013 06:51:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-02-06T06:51:02Z</dc:date>
    <item>
      <title>how to export/import internal table to memory ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-internal-table-to-memory/m-p/9268355#M1722569</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 am trying to export/import an internal table from memory but without sucsses, &lt;/P&gt;&lt;P&gt;i am writing this code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**** include Z_IMPORT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: memory_address(40) value 'TABLE'.&lt;/P&gt;&lt;P&gt;data:&amp;nbsp; itab_tmp type table of pa0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT itab_tmp TO MEMORY ID memory_address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ******************************************************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**** include Z_EXPORT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: memory_address(40) value 'TABLE'.&lt;/P&gt;&lt;P&gt;data:&amp;nbsp; itab_tmp type table of pa0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT itab TO itab_tmp FROM MEMORY ID memory_address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does any one had an idea why there is no data in itab_tmp after the import ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks Ami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 06:51:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-internal-table-to-memory/m-p/9268355#M1722569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-06T06:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to export/import internal table to memory ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-internal-table-to-memory/m-p/9268356#M1722570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ami,&lt;/P&gt;&lt;P&gt;in zexport you need to submit the report zimport then only itab will have entry...&lt;/P&gt;&lt;P&gt;hope it helps,&lt;/P&gt;&lt;P&gt;Vinoth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 07:01:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-internal-table-to-memory/m-p/9268356#M1722570</guid>
      <dc:creator>vinoth_aruldass</dc:creator>
      <dc:date>2013-02-06T07:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to export/import internal table to memory ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-internal-table-to-memory/m-p/9268357#M1722571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls try &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px; background-color: #ffffff;"&gt;IMPORT itab_tmp FROM MEMORY ID memory_address.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 07:10:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-internal-table-to-memory/m-p/9268357#M1722571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-06T07:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to export/import internal table to memory ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-internal-table-to-memory/m-p/9268358#M1722572</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 have to SUBMIT first program into Second program befor IMPORT Statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 07:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-internal-table-to-memory/m-p/9268358#M1722572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-06T07:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to export/import internal table to memory ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-internal-table-to-memory/m-p/9268359#M1722573</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;try this&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**** include Z_IMPORT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:&amp;nbsp; itab_tmp type table of pa0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT itab_tmp TO MEMORY ID 'AAA'.&lt;/P&gt;&lt;P&gt;submit&amp;nbsp; z_export.&lt;/P&gt;&lt;P&gt; ******************************************************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**** include Z_EXPORT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:&amp;nbsp; itab_tmp type table of pa0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT&amp;nbsp; itab_tmp FROM MEMORY ID 'AAA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 09:30:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-internal-table-to-memory/m-p/9268359#M1722573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-06T09:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to export/import internal table to memory ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-internal-table-to-memory/m-p/9268360#M1722574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Guest I think you are making wrong syntax. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT &amp;lt;target&amp;gt; FROM &amp;lt;val1&amp;gt; TO MEMORY ID &amp;lt;memory_ID&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT &amp;lt;target&amp;gt; TO &amp;lt;val2&amp;gt; FROM MEMORY ID &amp;lt;memory_ID&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From here "&amp;lt;target&amp;gt;" is where the contents stored in the memory id. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 10:08:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-internal-table-to-memory/m-p/9268360#M1722574</guid>
      <dc:creator>former_member186413</dc:creator>
      <dc:date>2013-02-06T10:08:18Z</dc:date>
    </item>
  </channel>
</rss>

