<?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/Export from Memory ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-from-memory-id/m-p/3584649#M863081</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 cannot import any value from a memory id if u do not have any explicit export statement in any program.&lt;/P&gt;&lt;P&gt;So check that out first. Make sure that u have data in the memory id ur importing values from. U can check this out from the program wherein ur memory id is defined and some values are exported to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2008 11:13:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-18T11:13:37Z</dc:date>
    <item>
      <title>Import/Export from Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-from-memory-id/m-p/3584647#M863079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hie guys &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im in a program that is importing values from a memory id however there are no values being imported and thus i want to find out wer the memory id is being given data. i tryd the wer used list and it dd not give me anything, please assist&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 10:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-from-memory-id/m-p/3584647#M863079</guid>
      <dc:creator>prince_isaac</dc:creator>
      <dc:date>2008-03-18T10:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export from Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-from-memory-id/m-p/3584648#M863080</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;without exporting a value using the syntax,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this statement is in a program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;report ztest1.
DATA : DATA(5) TYPE C VALUE 'TEST'.
EXPORT DATA TO MEMORY ID 'AAA'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;consider another report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;report ztest1.
DATA : DATA(5) TYPE C VALUE 'TEST'.
IMPORT DATA FROM MEMORY ID 'AAA'.

WRITE:/1 DATA.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balakumar.G.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 10:58:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-from-memory-id/m-p/3584648#M863080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T10:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export from Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-from-memory-id/m-p/3584649#M863081</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 cannot import any value from a memory id if u do not have any explicit export statement in any program.&lt;/P&gt;&lt;P&gt;So check that out first. Make sure that u have data in the memory id ur importing values from. U can check this out from the program wherein ur memory id is defined and some values are exported to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 11:13:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-from-memory-id/m-p/3584649#M863081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T11:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Import/Export from Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-from-memory-id/m-p/3584650#M863082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hie guys &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i managed to find the corresponding program where the memory-id was being called and managed to rectify the fault. many thanx for yo contributions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isaac Prince&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 08:32:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-from-memory-id/m-p/3584650#M863082</guid>
      <dc:creator>prince_isaac</dc:creator>
      <dc:date>2009-07-16T08:32:49Z</dc:date>
    </item>
  </channel>
</rss>

