<?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: SAP Memory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory/m-p/3844236#M924255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Munjunath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABAP Memory:&lt;/STRONG&gt; is a memory which is used as internal memory which allocates in internal session only. Internal memory is allocated for programs performing in a internal session.Every program has its own ABAP memory.we can pass data between programs by using IMPORT and EXPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAP Memory:&lt;/STRONG&gt; is a memory which can be allocated between sesions.Every session has programs.SAP memory is allocated for for every session. it is used to pass data from one program to another program in another session by using SET/GET Parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it useful, reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank U,&lt;/P&gt;&lt;P&gt;Prasad G.V.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 May 2008 13:55:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-13T13:55:25Z</dc:date>
    <item>
      <title>SAP Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory/m-p/3844232#M924251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the difference between SAP Memory &amp;amp; ABAP MEmory ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 13:43:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory/m-p/3844232#M924251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T13:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory/m-p/3844233#M924252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;SAP memory is a memory area to which all main sessions within a SAPgui have access. You can use SAP memory either to pass data from one program to another within a session, or to pass data from one session to another. Application programs that use SAP memory must do so using SPA/GPA parameters (also known as SET/GET parameters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP memory is a memory area that all ABAP programs within the same internal session can access using the EXPORT and IMPORT statements. Data within this area remains intact during a whole sequence of program calls. To pass data to a program which you are calling, the data needs to be placed in ABAP memory before the call is made. The internal session of the called program then replaces that of the calling program. The program called can then read from the ABAP memory. If control is then returned to the program which made the initial call, the same process operates in reverse. For further information, refer to Data Clusters in ABAP Memory &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 13:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory/m-p/3844233#M924252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T13:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory/m-p/3844234#M924253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="754448"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="727387"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 13:46:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory/m-p/3844234#M924253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T13:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory/m-p/3844235#M924254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABAP Memmory &amp;amp; SAP Memmory&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Memory is a global memory area which all sessions within a SAP GUI have access to. This allows for passing data between sessions. The SET PARAMETER ID and GET PARAMETER ID statements are used to manipulate the SAP Memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'MAT' field p_matnr.&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'MAT' field p_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Memory is a memory area which all programs in the call stack&lt;/P&gt;&lt;P&gt;within the same internal session can access. The EXPORT and IMPORT statements are used here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;export p_matnr = p_matnr to memory id 'ZTESTMAT'.&lt;/P&gt;&lt;P&gt;import p_matnr = p_matnr from memory id 'ZTESTMAT'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 13:47:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory/m-p/3844235#M924254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T13:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory/m-p/3844236#M924255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Munjunath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABAP Memory:&lt;/STRONG&gt; is a memory which is used as internal memory which allocates in internal session only. Internal memory is allocated for programs performing in a internal session.Every program has its own ABAP memory.we can pass data between programs by using IMPORT and EXPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAP Memory:&lt;/STRONG&gt; is a memory which can be allocated between sesions.Every session has programs.SAP memory is allocated for for every session. it is used to pass data from one program to another program in another session by using SET/GET Parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it useful, reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank U,&lt;/P&gt;&lt;P&gt;Prasad G.V.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 13:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory/m-p/3844236#M924255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T13:55:25Z</dc:date>
    </item>
  </channel>
</rss>

