<?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: Diffrence between abap memory and sap memory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-abap-memory-and-sap-memory/m-p/1546124#M248308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have few points abt this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference Between SAP and ABAP Memory  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Within a main session, whenever you start an application program, it opens up an internal sessions with in the main session. The internal session has a memory area that contains the ABAP program and its associated data.  So whenever you want to pass data between two internal sessions, then you can use ABAP Memory (i.e. import, export). &lt;/P&gt;&lt;P&gt;When comes to SAP memory (also known as global memory), if the data has to be passed b/w two main sessions, we can use SAP Memory (SPA/GPA Parameters).  SAP Memory can also be used to pass data b/w internal sessions&lt;/P&gt;&lt;P&gt;ABAP/4 Query ABAP/4 Query is a powerful tool to generate simple reports without any coding. ABAP/4 Query can generate the 3 simple reports: Basic List: It is the simple reports. Statistics: Reports with statistical functions like Average, Percentages. Ranked Lists: For analytical reports. - For creating a ABAP/4 Query, we need to create user group and a functional group. Functional group can be created using with or without logical database table. Then assign user group to functional group. Finally, create a query on the functional group generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149;	SQ01   ABAP/4 Query &lt;/P&gt;&lt;P&gt;&amp;#149;	SQ02   Functional Area &lt;/P&gt;&lt;P&gt;&amp;#149;	SQ03   User group &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful..&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Aug 2006 18:18:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-21T18:18:30Z</dc:date>
    <item>
      <title>Diffrence between abap memory and sap memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-abap-memory-and-sap-memory/m-p/1546121#M248305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         Diffrence between abap memory and sap memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp; regards&lt;/P&gt;&lt;P&gt;suri.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 18:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-abap-memory-and-sap-memory/m-p/1546121#M248305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T18:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Diffrence between abap memory and sap memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-abap-memory-and-sap-memory/m-p/1546122#M248306</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;  ABAP memory will hold the values in run time for one session of the program execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SAP memory will hold the values across sessions..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 18:17:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-abap-memory-and-sap-memory/m-p/1546122#M248306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T18:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Diffrence between abap memory and sap memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-abap-memory-and-sap-memory/m-p/1546123#M248307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within a main session, when ever you start an application program, it opens up an internal sessions with in the main session. The internal session has a memory area that contains the ABAP program and its associated data.  So when ever you want to  pass data between two internal sessions, then you can use ABAP Memory (i.e import, export). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When comes to SAP memory (also known as global memory), if the data has to be passed b/w two main sessions, we can use SAP Memory(SPA/GPA Parameters).  SAP Memory can also be used to pass data b/w internal sessions&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;SAP Memory &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). These parameters can be set either for a particular user or for a particular program using the SET PARAMETER statement. Other ABAP programs can then retrieve the set parameters using the GET PARAMETER statement. The most frequent use of SPA/GPA parameters is to fill input fields on screens &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP/4 Memory &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 &lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below link:&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;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 18:18:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-abap-memory-and-sap-memory/m-p/1546123#M248307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T18:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Diffrence between abap memory and sap memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-abap-memory-and-sap-memory/m-p/1546124#M248308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have few points abt this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference Between SAP and ABAP Memory  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Within a main session, whenever you start an application program, it opens up an internal sessions with in the main session. The internal session has a memory area that contains the ABAP program and its associated data.  So whenever you want to pass data between two internal sessions, then you can use ABAP Memory (i.e. import, export). &lt;/P&gt;&lt;P&gt;When comes to SAP memory (also known as global memory), if the data has to be passed b/w two main sessions, we can use SAP Memory (SPA/GPA Parameters).  SAP Memory can also be used to pass data b/w internal sessions&lt;/P&gt;&lt;P&gt;ABAP/4 Query ABAP/4 Query is a powerful tool to generate simple reports without any coding. ABAP/4 Query can generate the 3 simple reports: Basic List: It is the simple reports. Statistics: Reports with statistical functions like Average, Percentages. Ranked Lists: For analytical reports. - For creating a ABAP/4 Query, we need to create user group and a functional group. Functional group can be created using with or without logical database table. Then assign user group to functional group. Finally, create a query on the functional group generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149;	SQ01   ABAP/4 Query &lt;/P&gt;&lt;P&gt;&amp;#149;	SQ02   Functional Area &lt;/P&gt;&lt;P&gt;&amp;#149;	SQ03   User group &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful..&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 18:18:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-abap-memory-and-sap-memory/m-p/1546124#M248308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T18:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Diffrence between abap memory and sap memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-abap-memory-and-sap-memory/m-p/1546125#M248309</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;&amp;lt;b&amp;gt;ABAP Memory:&amp;lt;/b&amp;gt; ABAP memory is available to all internal sessions. ABAP programs can use the EXPORT and IMPORT statements to access it. 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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SAP memory:&amp;lt;/b&amp;gt; This is a memory area to which all 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).  SAP memory is the only connection between the different sessions within a SAPgui.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To see whole &amp;lt;b&amp;gt;memory structure of the ABAP programs&amp;lt;/b&amp;gt;, Please check this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com//saphelp_470/helpdata/EN/fc/eb2d40358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com//saphelp_470/helpdata/EN/fc/eb2d40358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will definitely help you understand the concept of memory structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pragya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 04:46:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-abap-memory-and-sap-memory/m-p/1546125#M248309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T04:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Diffrence between abap memory and sap memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-abap-memory-and-sap-memory/m-p/1546126#M248310</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;Kindly check the following threads:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2055241"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2004474"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points for all helpful answers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Thangesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 05:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-abap-memory-and-sap-memory/m-p/1546126#M248310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T05:12:59Z</dc:date>
    </item>
  </channel>
</rss>

