<?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: Importing from Memory Id in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766116#M331253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In both teh cases the variable WLV_BERNR willhold thevalue imported..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just use write: / WLV_BERNR .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Dec 2006 16:00:16 GMT</pubDate>
    <dc:creator>suresh_datti</dc:creator>
    <dc:date>2006-12-27T16:00:16Z</dc:date>
    <item>
      <title>Importing from Memory Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766115#M331252</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;Please tell me how the following command works and how can we see the contents which are being returned from this memory Id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT /ICO/MO_RUP-BERNR TO WLV_BERNR FROM MEMORY ID 'ZOR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, &lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'ZOR' FIELD WLV_BERNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Archana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 15:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766115#M331252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T15:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Importing from Memory Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766116#M331253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In both teh cases the variable WLV_BERNR willhold thevalue imported..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just use write: / WLV_BERNR .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 16:00:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766116#M331253</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-12-27T16:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Importing from Memory Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766117#M331254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But, understand that these are two different memory areas.   If the values are begin EXPORTed, then you must IMPORT them using the statement, if it is a parameter id and being SET some where, then you must GET it using the statement.  You can not mix and match statements here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 16:05:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766117#M331254</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-12-27T16:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Importing from Memory Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766118#M331255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know the variable WLV_BERNR  will hold the value, and also this is being used in a User Exit so cannot use the write statement.&lt;/P&gt;&lt;P&gt;I can manage to see the value being imported in the variable while debugging but I want to see the value which is in the memory id and if the value which is there is the correct one which is to be imported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Archana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 16:06:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766118#M331255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T16:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Importing from Memory Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766119#M331256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;I can manage to see the value being imported in the variable while debugging but I want to see the value which is in the memory id and if the value which is there is the correct one which is to be imported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot get into the memory id.. the only way is to IMPORT from it.. just clear the variable before you IMPORT.. &amp;amp; whatever value it holds after the IMPORT is what is in the memory..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 16:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766119#M331256</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-12-27T16:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Importing from Memory Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766120#M331257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way to see the values is to IMPORT them using the IMPORT statement.  There is no other way to see it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you were using Shared Objects, then that is a different story, you would be able to see the value without actually accessing it from your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 16:12:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766120#M331257</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-12-27T16:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Importing from Memory Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766121#M331258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Thanks guys this gives me some hint...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again...&lt;/P&gt;&lt;P&gt;Archana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 16:20:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766121#M331258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T16:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Importing from Memory Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766122#M331259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 .check what is the screen field for parameter id ZOR in that transaction, say VBAP-VBELN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.so when debugging the user-exit or  transaction check the value of the that screen field , that value will be stored&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 16:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766122#M331259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T16:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Importing from Memory Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766123#M331260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Archana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If you want to see what you're importing, if it's correct, you can start debugging in the start os the transaction and create a breakpoint related to the command EXPORT. Then you probably can see if the content exported to memory it's correct.&lt;/P&gt;&lt;P&gt;  If you use this solution, don't stop debugging at the 1st EXPORT command, because it can be repeated before you import it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paulo Sousa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 17:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/importing-from-memory-id/m-p/1766123#M331260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T17:35:18Z</dc:date>
    </item>
  </channel>
</rss>

