<?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: export / import problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-problem/m-p/5654277#M1286385</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;Import and Export are for the same sessions only. So if you're creating a new session those variables won't be available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For several session you need to use SAP Memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID&lt;/P&gt;&lt;P&gt;GET PARAMETER ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you will need to define import parameters of the function/program you're calling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 May 2009 16:42:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-14T16:42:51Z</dc:date>
    <item>
      <title>export / import problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-problem/m-p/5654276#M1286384</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;If I export a value to a memory ID in a program,&lt;/P&gt;&lt;P&gt;later that program opens a new session where another program is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(this is done using &lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'TH_CREATE_MODE'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        TRANSAKTION = 'YGPT2')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I import the values in this program in the new session?&lt;/P&gt;&lt;P&gt;The thing is that it is not working, but I am starting to doubt if this will ever work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 16:24:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-problem/m-p/5654276#M1286384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T16:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: export / import problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-problem/m-p/5654277#M1286385</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;Import and Export are for the same sessions only. So if you're creating a new session those variables won't be available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For several session you need to use SAP Memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID&lt;/P&gt;&lt;P&gt;GET PARAMETER ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you will need to define import parameters of the function/program you're calling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 16:42:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-problem/m-p/5654277#M1286385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T16:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: export / import problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-problem/m-p/5654278#M1286386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to Export the memory using the DATABASE. Since it is calling a new transaction, it will clear all internal ABAP memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
EXPORT tab = itab 
  TO DATABASE indx(XY) 
  FROM wa_indx 
  CLIENT cl 
  ID 'TABLE'. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 16:44:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-problem/m-p/5654278#M1286386</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2009-05-14T16:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: export / import problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-problem/m-p/5654279#M1286387</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;I am using &lt;/P&gt;&lt;P&gt;                  export tab = w_inb_dates&lt;/P&gt;&lt;P&gt;                         to database indx(34)&lt;/P&gt;&lt;P&gt;                         from w_index_dates&lt;/P&gt;&lt;P&gt;                         id 'IBDDATES'.&lt;/P&gt;&lt;P&gt;in BAPI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am importing this value in &lt;/P&gt;&lt;P&gt;        import tab = w_inb_dates&lt;/P&gt;&lt;P&gt;               from database indx(34)&lt;/P&gt;&lt;P&gt;               to w_index_dates&lt;/P&gt;&lt;P&gt;               id 'IBDDATES'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in BAID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here the code is working fine, but the memory is not getting freed.&lt;/P&gt;&lt;P&gt;Can you please how can we refresh memory in above case ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;Venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 10:42:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-problem/m-p/5654279#M1286387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-01T10:42:36Z</dc:date>
    </item>
  </channel>
</rss>

