<?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: memory id in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id/m-p/1636226#M283685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MEMORY ID U CAN MAKE  IN TABLE &amp;lt;b&amp;gt;TPARA&amp;lt;/b&amp;gt; USING SM30&lt;/P&gt;&lt;P&gt;Memory ID refers to the use of ABAP Memory which is specific to an external session(window). When you have multiple sessions open, each of the concurrent sessions(windows) has it's own ABAP Memory. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Memory can thus, only be used to share data between internal sessions, that is programs/transactions that have been called by other programs/transactions in the same external session(window). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP memory is cleared(and correspondingly all Memory IDs), when the session is deleted(window is closed), not when the transaction ends. The only exception to this rule when a transaction ends through the use of &lt;/P&gt;&lt;P&gt;LEAVE TO TRANSACTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is when the entire external session is flushed and the ABAP Memory is cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically there are 2 memory&lt;/P&gt;&lt;P&gt;SAP Memory and ABAP Memory &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sap memory.&lt;/P&gt;&lt;P&gt;set parameter/ get parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Sep 2006 06:07:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-28T06:07:23Z</dc:date>
    <item>
      <title>memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id/m-p/1636225#M283684</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;can anybody tell me what is the function of 'memory id' in selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have in one report:&lt;/P&gt;&lt;P&gt; select-options:&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;    rg_zl    for vbak-kunnr memory id vag,&amp;lt;----&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then afterwards used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select single *&lt;/P&gt;&lt;P&gt;    from vbpa&lt;/P&gt;&lt;P&gt;    into wa_zlvbpa&lt;/P&gt;&lt;P&gt;   where vbeln = lv_vbeln&lt;/P&gt;&lt;P&gt;     and posnr = lv_posnr&lt;/P&gt;&lt;P&gt;     and parvw = 'ZL'.&lt;/P&gt;&lt;P&gt;  check wa_zlvbpa-kunnr in rg_zl.&amp;lt;----&lt;/P&gt;&lt;HR originaltext="----------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me understand this .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 06:06:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id/m-p/1636225#M283684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-28T06:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id/m-p/1636226#M283685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MEMORY ID U CAN MAKE  IN TABLE &amp;lt;b&amp;gt;TPARA&amp;lt;/b&amp;gt; USING SM30&lt;/P&gt;&lt;P&gt;Memory ID refers to the use of ABAP Memory which is specific to an external session(window). When you have multiple sessions open, each of the concurrent sessions(windows) has it's own ABAP Memory. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Memory can thus, only be used to share data between internal sessions, that is programs/transactions that have been called by other programs/transactions in the same external session(window). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP memory is cleared(and correspondingly all Memory IDs), when the session is deleted(window is closed), not when the transaction ends. The only exception to this rule when a transaction ends through the use of &lt;/P&gt;&lt;P&gt;LEAVE TO TRANSACTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is when the entire external session is flushed and the ABAP Memory is cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically there are 2 memory&lt;/P&gt;&lt;P&gt;SAP Memory and ABAP Memory &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sap memory.&lt;/P&gt;&lt;P&gt;set parameter/ get parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 06:07:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id/m-p/1636226#M283685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-28T06:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id/m-p/1636227#M283686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kunal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose is to allocate a cluster/memory area to YOUR SESSION. Once you allocate a memory, you can dump the values which are required across different programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say Report 1 wants to pass PLANT paramter to REPORT 2.&lt;/P&gt;&lt;P&gt;SO Report 1 will save it on the Memory ID. Report 2 will retrieve the Plant from that Memory ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a Unique key to refer to a memory area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 06:09:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id/m-p/1636227#M283686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-28T06:09:07Z</dc:date>
    </item>
  </channel>
</rss>

