<?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 Export Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement/m-p/5964890#M1338249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How this statement works,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT IT TO MEMORY ID 'ZIT'.&lt;/P&gt;&lt;P&gt;SUBMIT XYZ AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Savita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2009 05:46:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-03T05:46:41Z</dc:date>
    <item>
      <title>Export Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement/m-p/5964890#M1338249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How this statement works,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT IT TO MEMORY ID 'ZIT'.&lt;/P&gt;&lt;P&gt;SUBMIT XYZ AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Savita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 05:46:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement/m-p/5964890#M1338249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-03T05:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Export Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement/m-p/5964891#M1338250</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;Exporte is used to store  the data in ABAP memory .  Where ever it is required we can get by IMport statment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~linganna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 05:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement/m-p/5964891#M1338250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-03T05:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Export Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement/m-p/5964892#M1338251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The value of IT will be stored into memory ID 'ZIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT XYZ AND RETURN. -- it will execute report XYZ and the value/output will be returned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 05:51:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement/m-p/5964892#M1338251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-03T05:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Export Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement/m-p/5964893#M1338252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Savita,&lt;/P&gt;&lt;P&gt;Export it_tab to memory id 'ZIT'.&lt;/P&gt;&lt;P&gt;the above statement transports the internal table to the memory id specified and in the called program using SUBMIT...&lt;/P&gt;&lt;P&gt;u can import the corresponding itab from the memory , using the following statement..&lt;/P&gt;&lt;P&gt;Import it_tab from memory id 'ZIT'.&lt;/P&gt;&lt;P&gt;it_tab must be declared in both the programs with the same structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more info refer the link....&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/9f/db9dd035c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/9f/db9dd035c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;export to memory...&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/Helpdata/EN/fc/eb3bde358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/Helpdata/EN/fc/eb3bde358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 05:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement/m-p/5964893#M1338252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-03T05:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Export Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement/m-p/5964894#M1338253</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;EXPORT TO MEMORY is used to save data objects in ABAP memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the internal table IT is stored under the name ZIT.&lt;/P&gt;&lt;P&gt;Revert if u need further help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 05:55:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement/m-p/5964894#M1338253</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2009-08-03T05:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Export Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement/m-p/5964895#M1338254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Press F1 on SE38 abap editor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- [EXPORT TO|http://help.sap.com/abapdocu/en/ABAPEXPORT_DATA_CLUSTER.htm] [MEMORY ID|http://help.sap.com/abapdocu/en/ABAPEXPORT_DATA_CLUSTER_MEDIUM.htm#!ABAP_ALTERNATIVE_3@3@] store the internal table to Abap memory&lt;/P&gt;&lt;P&gt;- [SUBMIT|http://help.sap.com/abapdocu/en/ABAPSUBMIT.htm] [AND RETURN|http://help.sap.com/abapdocu/en/ABAPSUBMIT.htm#!ABAP_ONE_ADD@1@] will execute another program and resume after this statement - we may suppose that this report, which shares the [Call sequence|http://help.sap.com/abapdocu/en/ABENCALL_SEQUENCE_GLOSRY.htm] of the caller, will execute an [IMPORT FROM|http://help.sap.com/abapdocu/en/ABAPIMPORT_DATA_CLUSTER.htm] [MEMORY ID|http://help.sap.com/abapdocu/en/ABAPIMPORT_MEDIUM.htm#!ABAP_ALTERNATIVE_3@3@]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also read  [Calling ABAP Programs|http://help.sap.com/abapdocu/en/ABENABAP_PROGRAM_CALL.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 06:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement/m-p/5964895#M1338254</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-08-03T06:00:22Z</dc:date>
    </item>
  </channel>
</rss>

