<?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: Import &amp; Export in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export/m-p/3572388#M859917</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*"For exporting the internal table data&lt;/P&gt;&lt;P&gt;      EXPORT i_output FROM i_output TO MEMORY ID 'TAB'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IMPORT i_output TO i_output FROM MEMORY ID 'TAB'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For export: here we are exporting the internal table in to the memory id 'TAB'.&lt;/P&gt;&lt;P&gt;and after the different program we are importing the internal tbale data from the memory id 'tab'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and as ur asking how we check the memory values, so for that  : in first first program in which u r using the export statement, in the same proram some where u will also use the submit the other proram in which u r using the import statemet.meand the second proram shold be calling some where.&lt;/P&gt;&lt;P&gt;and then try to debug the program once the value comes in the internal table , after export it wull stored in memort id tab and when u r using the submit , then another program will be calling and once the import staement will occurs there u can see the memory id value, that will same as when u export this values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2008 06:08:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-26T06:08:46Z</dc:date>
    <item>
      <title>Import &amp; Export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export/m-p/3572386#M859915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having small doubts can u explan it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)In Export &amp;amp; import we use memory id .actually what is memory id . when i am Exporting  an internal table to what shoul i use in the memoryid place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) after Exporint the data object &amp;amp; before going to import it how to check whether Export is Successful OR Not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points are rewaded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 05:51:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export/m-p/3572386#M859915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T05:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Import &amp; Export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export/m-p/3572387#M859916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sharan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can use any name(ur own name) for the mamory id.&lt;/P&gt;&lt;P&gt;it will hold the data in ABAP memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you cant see it, it will display some chunk matter if you want see it in memory id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you can see it in de-bugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and no need to check abt the data whether the data exported/imported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 06:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export/m-p/3572387#M859916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T06:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Import &amp; Export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export/m-p/3572388#M859917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*"For exporting the internal table data&lt;/P&gt;&lt;P&gt;      EXPORT i_output FROM i_output TO MEMORY ID 'TAB'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IMPORT i_output TO i_output FROM MEMORY ID 'TAB'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For export: here we are exporting the internal table in to the memory id 'TAB'.&lt;/P&gt;&lt;P&gt;and after the different program we are importing the internal tbale data from the memory id 'tab'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and as ur asking how we check the memory values, so for that  : in first first program in which u r using the export statement, in the same proram some where u will also use the submit the other proram in which u r using the import statemet.meand the second proram shold be calling some where.&lt;/P&gt;&lt;P&gt;and then try to debug the program once the value comes in the internal table , after export it wull stored in memort id tab and when u r using the submit , then another program will be calling and once the import staement will occurs there u can see the memory id value, that will same as when u export this values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 06:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export/m-p/3572388#M859917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T06:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Import &amp; Export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export/m-p/3572389#M859918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EXPORT t_sflight1 TO MEMORY ID 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_sflight is ur internal table , memory id is ur own name whatever u like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and u can use import statment in any program and use that internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT t_sflight1 FROM  MEMORY ID 'ABC'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 07:19:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export/m-p/3572389#M859918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T07:19:10Z</dc:date>
    </item>
  </channel>
</rss>

