<?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 &amp; IMPORT Memory ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-memory-id/m-p/4317296#M1028880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that the problem comes from the scope issue.&lt;/P&gt;&lt;P&gt;Nither set / get parameters and import / export parameters don't do the job although it's the sames names, sizes and the like.&lt;/P&gt;&lt;P&gt;The first program does not activating the second one, there is no CALL TRANSACTION or SUBMIT command.&lt;/P&gt;&lt;P&gt;I'm searching for a general solution that is not depends on anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rebeka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2008 09:40:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-19T09:40:52Z</dc:date>
    <item>
      <title>EXPORT &amp; IMPORT Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-memory-id/m-p/4317291#M1028875</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 have a strange problem:&lt;/P&gt;&lt;P&gt;Within the PI-Sheet I get a serial number and activate a FM that has the following command:&lt;/P&gt;&lt;P&gt;EXPORT LWA_SERIAL-SERIALNO TO MEMORY ID 'SER'.&lt;/P&gt;&lt;P&gt;(LWA_SERIAL-SERIALNO has the requested value).&lt;/P&gt;&lt;P&gt;At the end of the process I activate a FM that has the command IMPORT LV_SERNR FROM MEMORY ID 'SER'.&lt;/P&gt;&lt;P&gt;For some reason field LV_SERNR doesn't get the value and sy-subrc equal 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both LWA_SERIAL-SERIALNO  and LV_SERNR  are the same type (GERNR).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know why's that ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Rebeka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 09:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-memory-id/m-p/4317291#M1028875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T09:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT &amp; IMPORT Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-memory-id/m-p/4317292#M1028876</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;The problem is not a strange problem... its a common problem if the variable names are different during EXPORT and IMPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the value from memory id it is a must that both have the same name as well as the same type and also of the same length.. so that is why you could export the value to memory... but during retrieving the value from the memory the above mentioned are the prerequisites.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In you case Both LWA_SERIAL-SERIALNO and LV_SERNR should be of same type (GERNR) and should be of the same variable name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace the variable name during export or import.. so as you are using the table field during export declared that while importing as declared during exporting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Narin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 09:08:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-memory-id/m-p/4317292#M1028876</guid>
      <dc:creator>narin_nandivada3</dc:creator>
      <dc:date>2008-08-19T09:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT &amp; IMPORT Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-memory-id/m-p/4317293#M1028877</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 in the debugging mode called program, wethere the Exported data is present or not. If not, then it is not exported properly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT LWA_SERIAL-SERIALNO TO MEMORY ID 'SER'&lt;/P&gt;&lt;P&gt; submit &amp;lt;calledprogram name&amp;gt;.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IMPORT LWA_SERIAL-SERIALNO FROM MEMORY ID 'SER'. 

Here the Name shoud be same.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lekha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 09:10:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-memory-id/m-p/4317293#M1028877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T09:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT &amp; IMPORT Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-memory-id/m-p/4317294#M1028878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using the following syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT LWA_SERIAL-SERIALNO TO lv_serial_no FROM MEMORY ID 'SER'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 09:10:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-memory-id/m-p/4317294#M1028878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T09:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT &amp; IMPORT Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-memory-id/m-p/4317295#M1028879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have now 2 commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT LV_SERNR TO       MEMORY ID 'SER'.&lt;/P&gt;&lt;P&gt;and after that (in a different program).&lt;/P&gt;&lt;P&gt;IMPORT  LV_SERNR FROM MEMORY ID 'SER'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The import command doesn't work (subrc = 4).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 09:30:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-memory-id/m-p/4317295#M1028879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T09:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT &amp; IMPORT Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-memory-id/m-p/4317296#M1028880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that the problem comes from the scope issue.&lt;/P&gt;&lt;P&gt;Nither set / get parameters and import / export parameters don't do the job although it's the sames names, sizes and the like.&lt;/P&gt;&lt;P&gt;The first program does not activating the second one, there is no CALL TRANSACTION or SUBMIT command.&lt;/P&gt;&lt;P&gt;I'm searching for a general solution that is not depends on anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rebeka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 09:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-memory-id/m-p/4317296#M1028880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T09:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT &amp; IMPORT Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-memory-id/m-p/4317297#M1028881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sfdsf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Aug 2008 08:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-memory-id/m-p/4317297#M1028881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-31T08:05:03Z</dc:date>
    </item>
  </channel>
</rss>

