<?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: Shared Memory vs  memory id in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-vs-memory-id/m-p/1115830#M107365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are  three types of memories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ABAP MEMORY&lt;/P&gt;&lt;P&gt;2. SAP MEMORY&lt;/P&gt;&lt;P&gt;3. EXTERNAL MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.we will use EXPORT/ IMPORT TO/ FROM MEMORY-ID when we want to transfer between ABAP memory&lt;/P&gt;&lt;P&gt;2. we will use GET PARAMETER ID/ SET PARAMETER ID to transfer between SAP MEMORY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. we will use EXPORT/IMPORT TO/FROM SHARED BUFFER to transfer between external memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP MEMORY : we can say that two reports in the same session will be in ABAP MEMORY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP MEMORY: TWO DIFFERENT SESSIONS WILL BE IN SAP MEMORY.&lt;/P&gt;&lt;P&gt;for ex: IF WE CALL TWO DIFFERENT TRANSACTIONS SE38, SE11&lt;/P&gt;&lt;P&gt;then they both are in SAP MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXTERNAL MEMORY: TWO different logons will be in EXTERNAL MEMORY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2006 04:59:06 GMT</pubDate>
    <dc:creator>hymavathi_oruganti</dc:creator>
    <dc:date>2006-01-25T04:59:06Z</dc:date>
    <item>
      <title>Shared Memory vs  memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-vs-memory-id/m-p/1115827#M107362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What is the use of using shared memory over memory id,in&lt;/P&gt;&lt;P&gt;terms of performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;kaushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 04:40:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-vs-memory-id/m-p/1115827#M107362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T04:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory vs  memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-vs-memory-id/m-p/1115828#M107363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shared memory is memory that can be addressed by different processes as opposed to private memory that can only be addressed by the process that creates it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 04:46:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-vs-memory-id/m-p/1115828#M107363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T04:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory vs  memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-vs-memory-id/m-p/1115829#M107364</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 this SAP help link..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can get some inputs..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2d40358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2d40358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 04:53:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-vs-memory-id/m-p/1115829#M107364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T04:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory vs  memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-vs-memory-id/m-p/1115830#M107365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are  three types of memories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ABAP MEMORY&lt;/P&gt;&lt;P&gt;2. SAP MEMORY&lt;/P&gt;&lt;P&gt;3. EXTERNAL MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.we will use EXPORT/ IMPORT TO/ FROM MEMORY-ID when we want to transfer between ABAP memory&lt;/P&gt;&lt;P&gt;2. we will use GET PARAMETER ID/ SET PARAMETER ID to transfer between SAP MEMORY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. we will use EXPORT/IMPORT TO/FROM SHARED BUFFER to transfer between external memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP MEMORY : we can say that two reports in the same session will be in ABAP MEMORY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP MEMORY: TWO DIFFERENT SESSIONS WILL BE IN SAP MEMORY.&lt;/P&gt;&lt;P&gt;for ex: IF WE CALL TWO DIFFERENT TRANSACTIONS SE38, SE11&lt;/P&gt;&lt;P&gt;then they both are in SAP MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXTERNAL MEMORY: TWO different logons will be in EXTERNAL MEMORY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 04:59:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-vs-memory-id/m-p/1115830#M107365</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-01-25T04:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory vs  memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-vs-memory-id/m-p/1115831#M107366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Memory-ID is used to save and retrieve the last entered data in the field.&lt;/P&gt;&lt;P&gt;Eg: PARAMETERS p_vbeln for vbak-vbeln memory-id pid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shared memory is the area that can be used to share data between different processes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 05:06:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-vs-memory-id/m-p/1115831#M107366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T05:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory vs  memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-vs-memory-id/m-p/1115832#M107367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know, i may be wrong !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Memory id concept is a part of shared memory itself.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   &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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 05:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-vs-memory-id/m-p/1115832#M107367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T05:08:21Z</dc:date>
    </item>
  </channel>
</rss>

