<?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: Using EXPORT / IMPORT between 2 Programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-export-import-between-2-programs/m-p/7193606#M1520227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis Cheng,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls rewrite the EXPORT statement as given below. You can use any one of the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) EXPORT (ITAB) to Memory id 'TEST'.&lt;/P&gt;&lt;P&gt;2) EXPORT ITAB from ITAB1[] to memory id 'TEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Aug 2010 10:41:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-03T10:41:38Z</dc:date>
    <item>
      <title>Using EXPORT / IMPORT between 2 Programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-export-import-between-2-programs/m-p/7193603#M1520224</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;I'm using EXPORT / IMPORT between 2 programs. One is a custom program, and the other is tcode FOIO. &lt;/P&gt;&lt;P&gt;In my custom program, I have the following code:&lt;/P&gt;&lt;P&gt;EXPORT it_recnvzzkopo[] TO MEMORY ID 'TEST'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In transaction code FOIO, i edited it to have the following:&lt;/P&gt;&lt;P&gt;IMPORT GT_RECNVZZKOPO[] FROM MEMORY ID 'TEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it is not working. sy-subrc is 0 for both, but the data is not being passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be wrong with this code? Or is it NOT possible to pass data in between a custom program and a standard SAP tcode like FOIO?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to hear from you soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 10:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-export-import-between-2-programs/m-p/7193603#M1520224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-03T10:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using EXPORT / IMPORT between 2 Programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-export-import-between-2-programs/m-p/7193604#M1520225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The internal table names for export and import must be excatly same, only then it will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 10:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-export-import-between-2-programs/m-p/7193604#M1520225</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-08-03T10:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using EXPORT / IMPORT between 2 Programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-export-import-between-2-programs/m-p/7193605#M1520226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make the variable/internal table exactly same and try again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 10:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-export-import-between-2-programs/m-p/7193605#M1520226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-03T10:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using EXPORT / IMPORT between 2 Programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-export-import-between-2-programs/m-p/7193606#M1520227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis Cheng,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls rewrite the EXPORT statement as given below. You can use any one of the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) EXPORT (ITAB) to Memory id 'TEST'.&lt;/P&gt;&lt;P&gt;2) EXPORT ITAB from ITAB1[] to memory id 'TEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 10:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-export-import-between-2-programs/m-p/7193606#M1520227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-03T10:41:38Z</dc:date>
    </item>
  </channel>
</rss>

