<?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 to Memory ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-memory-id/m-p/3660670#M881724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement in which i need to export a variable to a Fix Memory ID and then retrieve it when required. Now since i am exporting the variable to the same memoryid how will i retrieve the value of a particular variable if it is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case i am using a requirement routiune from where i have to export the variable value to a memory id. This routine is called everytime a delivery is saved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have to import the variable value corresponding to the particular delivery number. So how will we be able to do that. Or is there any other way to achieve this functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharadendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2008 19:24:57 GMT</pubDate>
    <dc:creator>sharadendu_agrawal</dc:creator>
    <dc:date>2008-04-04T19:24:57Z</dc:date>
    <item>
      <title>Export to Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-memory-id/m-p/3660670#M881724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement in which i need to export a variable to a Fix Memory ID and then retrieve it when required. Now since i am exporting the variable to the same memoryid how will i retrieve the value of a particular variable if it is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case i am using a requirement routiune from where i have to export the variable value to a memory id. This routine is called everytime a delivery is saved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have to import the variable value corresponding to the particular delivery number. So how will we be able to do that. Or is there any other way to achieve this functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharadendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 19:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-memory-id/m-p/3660670#M881724</guid>
      <dc:creator>sharadendu_agrawal</dc:creator>
      <dc:date>2008-04-04T19:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Export to Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-memory-id/m-p/3660671#M881725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can export data (variable, internal table) to memory, but you can't just retrieve it at any point in time. Data will stay in memory during session, but next time upon entering a transaction (or whatever you're doing) the memory ID will be 'empty' again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are in same session (for example when doing a submit of a report just after exporting data to memory ID), you can retrieve this data again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternative would be, to store this data in a custom database table, or maybe even use shared memory objects (however I'm in doubt about your particular requirement). Shared memory objects via transaction SHMA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 19:45:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-memory-id/m-p/3660671#M881725</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-04-04T19:45:40Z</dc:date>
    </item>
  </channel>
</rss>

