<?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: Export/Import from Memory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-from-memory/m-p/5440394#M1247715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;usually the IMPORT/EXPORT will work for current login session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once u login and log off, memory gets refreshed and it will not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2009 15:35:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-01T15:35:41Z</dc:date>
    <item>
      <title>Export/Import from Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-from-memory/m-p/5440391#M1247712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes after I export from one program, user exit, etc., then I import in another program, user exit, etc. the field value does not show up. It is usually in two totally unrelated programs, or other, that are in different function groups, but sometimes it works? I need to capture a value in a PAI screen, that later  goes into another user exit. Has anyone had this issue with Import/Export? Is there another way I can tru to pass this parameter to the second program?&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>Wed, 01 Apr 2009 15:27:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-from-memory/m-p/5440391#M1247712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-01T15:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import from Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-from-memory/m-p/5440392#M1247713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, this can happen if you are in one current session, which is called session memory search for more info..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to get data say variable in another session you need to use &lt;STRONG&gt;set parameter&lt;/STRONG&gt; and &lt;STRONG&gt;get parameter&lt;/STRONG&gt;  and make sure you create the memory by using set parameter &amp;lt;id &amp;gt; space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 15:32:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-from-memory/m-p/5440392#M1247713</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-04-01T15:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import from Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-from-memory/m-p/5440393#M1247714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi TMM, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to consider that the Memory Variables from Program 1 will be released if the session is over and that's why maybe our Program 2 might not get them correctly. If that is the scenario you will need to save your data in maybe a table then use it in program 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 15:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-from-memory/m-p/5440393#M1247714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-01T15:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import from Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-from-memory/m-p/5440394#M1247715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;usually the IMPORT/EXPORT will work for current login session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once u login and log off, memory gets refreshed and it will not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 15:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-from-memory/m-p/5440394#M1247715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-01T15:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import from Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-from-memory/m-p/5440395#M1247716</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;Check this link..&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 15:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-from-memory/m-p/5440395#M1247716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-01T15:36:40Z</dc:date>
    </item>
  </channel>
</rss>

