<?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: pass internal table data from one session to another session in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220412#M1207254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Using &lt;STRONG&gt;Import/Export&lt;/STRONG&gt; you can pass data between two sessions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer Link:[Import/Export|http://help.sap.com/saphelp_nw04/Helpdata/EN/fc/eb3bde358411d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gurpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2009 06:59:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-17T06:59:55Z</dc:date>
    <item>
      <title>pass internal table data from one session to another session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220411#M1207253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've created one push button . if i click on that, new session will be open. now I've to pass internal table data from one session to another session. how can do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 06:58:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220411#M1207253</guid>
      <dc:creator>sureshkumar_pnv</dc:creator>
      <dc:date>2009-02-17T06:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: pass internal table data from one session to another session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220412#M1207254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Using &lt;STRONG&gt;Import/Export&lt;/STRONG&gt; you can pass data between two sessions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer Link:[Import/Export|http://help.sap.com/saphelp_nw04/Helpdata/EN/fc/eb3bde358411d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gurpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 06:59:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220412#M1207254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T06:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: pass internal table data from one session to another session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220413#M1207255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;   you need to use SAP memory using import/export statements&lt;/P&gt;&lt;P&gt;for more info&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/Helpdata/EN/fc/eb3bde358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/Helpdata/EN/fc/eb3bde358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:00:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220413#M1207255</guid>
      <dc:creator>viquar_iqbal</dc:creator>
      <dc:date>2009-02-17T07:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: pass internal table data from one session to another session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220414#M1207256</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;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;SAP memory &lt;/P&gt;&lt;P&gt;The SAP memory, otherwise known as the global memory, is available to a user during the entire duration of a terminal session. Its contents are retained across transaction boundaries as well as external and internal sessions. The SET PARAMETER and GET PARAMETER statements allow you to write to, or read from, the SAP memory. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP/4 memory &lt;/P&gt;&lt;P&gt;The contents of the ABAP/4 memory are retained only during the lifetime of an external session (see also Organization of Modularization Units). You can retain or pass data across internal sessions. The EXPORT TO MEMORY and IMPORT FROM MEMORY statements allow you to write data to, or read data from, the ABAP memory. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope This Info Helps YOU.&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;Rajesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:01:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220414#M1207256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: pass internal table data from one session to another session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220415#M1207257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;You try with Import &amp;amp; Export Statements  as follows ---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : t_itab LIKE TABLE OF spfli.
EXPORT t_itab TO MEMORY ID 'ABCD'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;After sending the internal table to ABAP memory you need to get that by IMPORT in the called session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IMPORT t_itab FROM MEMORY ID 'ABCD'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pinaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220415#M1207257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: pass internal table data from one session to another session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220416#M1207258</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;Use the concept of memory id &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you create the memory id u can store values in that and can import those values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:02:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220416#M1207258</guid>
      <dc:creator>kamesh_g</dc:creator>
      <dc:date>2009-02-17T07:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: pass internal table data from one session to another session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220417#M1207259</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;&lt;/P&gt;&lt;P&gt;go with following tested  code....&lt;/P&gt;&lt;P&gt;IN FIRST INTERNAL SESSSION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT T_TABLE TO MEMORY ID 'MY_ID'.&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;IN SECOND SESSION YOU CAN SAY...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT T_TABLE FROM MEMORY ID 'MY_ID'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:03:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220417#M1207259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: pass internal table data from one session to another session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220418#M1207260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;       export itab to memory id abc.[session 1]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      import itab from memory id abc.[session 2]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab structure shd b same in both the programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sudheer b on Feb 17, 2009 8:04 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:04:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220418#M1207260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: pass internal table data from one session to another session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220419#M1207261</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  the below Link&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="283665"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anki Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 09:27:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-internal-table-data-from-one-session-to-another-session/m-p/5220419#M1207261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T09:27:54Z</dc:date>
    </item>
  </channel>
</rss>

