<?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: call another program and hold data in called program. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856327#M1135636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not need to define the Memory-id, it will be created at the run time i.e. space will be allocated to you as you encounter the statement export and this space will be deleted or marked for deletion as soon as the session in which your program is running in completed. Garbage collector for SAP will clear the SAP memory that you have utilized. Also, do not fear that you will be using enough memory of SAP which would be causing some problem in Production because there would also be other processes running because this will not take much of you SAP memory and will not effect the system much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Nov 2008 10:56:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-28T10:56:34Z</dc:date>
    <item>
      <title>call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856311#M1135620</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 a program ztest1 from which i want to call ztest2 .&lt;/P&gt;&lt;P&gt;In ztest2 there is a Internal table defined It_out whoes data i want to use in ztest1 without actually using ztables.&lt;/P&gt;&lt;P&gt;Pls note my aim is to get the data from program ztest2 to program ztest1.&lt;/P&gt;&lt;P&gt;i tried submit, it works fine , but i am not able to get the data in called program i.e. ztest1.&lt;/P&gt;&lt;P&gt;can anyone pls help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Harish Kurup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 09:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856311#M1135620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T09:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856312#M1135621</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 SUBMIT .. AND RETURN statement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 09:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856312#M1135621</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2008-11-28T09:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856313#M1135622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Memory-ID for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass the internal table to Memory Id using: EXPORT &amp;lt;ITAB&amp;gt; from  MEMORY-ID 'MY MEMORY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the data from the memory in another program using: IMPORT &amp;lt;itab&amp;gt; to MEMORY-ID 'MY MEMORY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will be able to access the programs data if both the program runs in the same session. Memory ID uses the ABAP memory space to hold data and Garbage collector deletes the data after the session is over as it does not finds any pointer pointing to that memry address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 09:34:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856313#M1135622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T09:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856314#M1135623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI&lt;/P&gt;&lt;P&gt;use SET GET parameters to get the data of one program to another program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take the help of KEY word docu there is an example&lt;/P&gt;&lt;P&gt;Use INDX table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 09:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856314#M1135623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T09:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856315#M1135624</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;SUBMIT prog|(field) (AND RETURN)(options).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use AND RETURN, the system stores the data of the calling executable program and returns to the calling after processing the called program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neenu Jose on Nov 28, 2008 10:40 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 09:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856315#M1135624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T09:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856316#M1135625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jayant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u explain it further.i am using ; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit test2 and return. " (test2 has internal table it_out whoes data i want in program test1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do i need any addition in submit statement? and help me with further code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 09:45:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856316#M1135625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T09:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856317#M1135626</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;Press F1 help on submit button to see it....U can get how the data is passed between the programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 09:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856317#M1135626</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2008-11-28T09:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856318#M1135627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Neenu ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where is the data stored in memory and how can i access it in called program after SUBMIT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Harish Kurup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 09:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856318#M1135627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T09:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856319#M1135628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Harish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have asked you to use the Memory ID concept. It works good. Please try and let me know in case of any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 09:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856319#M1135628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T09:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856320#M1135629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;calling program ......ztest1.                    ........here i use import.&lt;/P&gt;&lt;P&gt;called program.......ztest2.     "(It_out)     ......here i use export..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u help with precise code for the same with definitions for the variables used..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 10:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856320#M1135629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T10:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856321#M1135630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use memory concept emport and import and surely it will work .............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see documention for export and import  in abap help and write the code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 10:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856321#M1135630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T10:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856322#M1135631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suppose in ztest2 u have it_out internal table ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u export in ztest2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write export it_out to memory id 'AA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in ztest1 you import the same internal table as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import i_out from memory id 'AA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now the data of it_out table will be available in the program ztest2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 10:26:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856322#M1135631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T10:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856323#M1135632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below statement will put the value in SAP Memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT &amp;lt;your internal table/work area&amp;gt; TO MEMORY ID 'TEST_MEMORY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below statement will get the value stored in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT &amp;lt;your internal table/work area&amp;gt; FROM MEMORY ID 'TEST_MEMORY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is all from the syntax side. You can give any name to your memory id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 10:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856323#M1135632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T10:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856324#M1135633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;u made it very clear.&lt;/P&gt;&lt;P&gt;How shall define "MEMORY ID".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 10:51:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856324#M1135633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T10:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856325#M1135634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i defined as follows,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;memory_id type c.&lt;/P&gt;&lt;P&gt;export it_out from MEMORY_ID 'MEMORY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it says &lt;/P&gt;&lt;P&gt;"Statement concluding with "...'MEMORY'" ended unexpectedly.		"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 10:54:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856325#M1135634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T10:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856326#M1135635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi,&lt;/P&gt;&lt;P&gt;&amp;gt; u made it very clear.&lt;/P&gt;&lt;P&gt;&amp;gt; How shall define "MEMORY ID".&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check Rich's post in the thread below, you have to make minor modifications to meet your requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use IMPORT statement after SUBMIT...AND RETURN statement in the calling program and EXPORT...in&lt;/P&gt;&lt;P&gt;the called program. You can use your own name for the memory ID.&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="75471"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 10:55:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856326#M1135635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T10:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856327#M1135636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not need to define the Memory-id, it will be created at the run time i.e. space will be allocated to you as you encounter the statement export and this space will be deleted or marked for deletion as soon as the session in which your program is running in completed. Garbage collector for SAP will clear the SAP memory that you have utilized. Also, do not fear that you will be using enough memory of SAP which would be causing some problem in Production because there would also be other processes running because this will not take much of you SAP memory and will not effect the system much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 10:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856327#M1135636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T10:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856328#M1135637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Harish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use below statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT &amp;lt;your internal table/work area&amp;gt; TO MEMORY ID 'TEST_MEMORY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 10:57:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856328#M1135637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T10:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856329#M1135638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx Jayant,,,&lt;/P&gt;&lt;P&gt;Thx again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It help me solve the problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx again..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 11:13:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856329#M1135638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T11:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: call another program and hold data in called program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856330#M1135639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gr8. Have a nice time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 11:14:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-another-program-and-hold-data-in-called-program/m-p/4856330#M1135639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T11:14:26Z</dc:date>
    </item>
  </channel>
</rss>

