<?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 ABAP memory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/8063940#M1612937</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 am exporting the data from user exit ZXVEDU03 while processing an inbound idoc using the below statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT v_e1edk03-datum TO MEMORY ID 'VBEG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i am able to export the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the user exit  MV45AFZZ i am trying to import the data from the same memory ID using the below statment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT v_vbeg FROM MEMORY ID 'VBEG'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i am not able to import the data. the SY-SUBRC is zero after the import data and the variable v_vbeg is empty &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please let me know what is wrong in the above statements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jul 2011 13:17:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-26T13:17:14Z</dc:date>
    <item>
      <title>ABAP memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/8063940#M1612937</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 am exporting the data from user exit ZXVEDU03 while processing an inbound idoc using the below statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT v_e1edk03-datum TO MEMORY ID 'VBEG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i am able to export the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the user exit  MV45AFZZ i am trying to import the data from the same memory ID using the below statment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT v_vbeg FROM MEMORY ID 'VBEG'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i am not able to import the data. the SY-SUBRC is zero after the import data and the variable v_vbeg is empty &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please let me know what is wrong in the above statements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 13:17:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/8063940#M1612937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-26T13:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/8063941#M1612938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 13:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/8063941#M1612938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-26T13:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/8063942#M1612939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IMPORT v_e1edk03-datum FROM MEMORY ID 'VBEG'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using IMPORT/EXPORT memory access you MUST use the same variable name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jose Maria Otero on Jul 26, 2011 3:32 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 13:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory/m-p/8063942#M1612939</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-07-26T13:31:56Z</dc:date>
    </item>
  </channel>
</rss>

