<?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: passing data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data/m-p/1353342#M176730</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a facility given by the SAP as SAP memory...thats the global memory(Unlike the ABAP memory) and is used to pass the data between two independent programs!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, how does it works??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Set parameter ID 'XYZ' field &amp;lt;your field name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it sets the global memory with ID 'XYZ'(The nomenclature is user's choice)!!The memory gets populated with the data in the field you have mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Extract the data in another program by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set parameter ID 'XYZ' field &amp;lt;your field name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will populate the field with the value in memory ID 'XYZ'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amiya Shrivastava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2006 06:22:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-12T06:22:03Z</dc:date>
    <item>
      <title>passing data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data/m-p/1353340#M176728</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;how to pass data between two independent programs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 06:14:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data/m-p/1353340#M176728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T06:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: passing data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data/m-p/1353341#M176729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;You could use EXPORT and IMPORT. Check on F1 for more info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;ET&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 06:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data/m-p/1353341#M176729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T06:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: passing data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data/m-p/1353342#M176730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a facility given by the SAP as SAP memory...thats the global memory(Unlike the ABAP memory) and is used to pass the data between two independent programs!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, how does it works??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Set parameter ID 'XYZ' field &amp;lt;your field name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it sets the global memory with ID 'XYZ'(The nomenclature is user's choice)!!The memory gets populated with the data in the field you have mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Extract the data in another program by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set parameter ID 'XYZ' field &amp;lt;your field name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will populate the field with the value in memory ID 'XYZ'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amiya Shrivastava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 06:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data/m-p/1353342#M176730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T06:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: passing data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data/m-p/1353343#M176731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is independent program if have to use the option of SET parameter id field &amp;lt;fname&amp;gt; and GET parameter id field&amp;lt;fname&amp;gt;. Here its using the SAP memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a dependent program then you can use EXPORT/IMPORT. here you are using ABAP memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 06:35:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data/m-p/1353343#M176731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T06:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: passing data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data/m-p/1353344#M176732</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;here is sample code check it.&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="51701"&gt;&lt;/A&gt;&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="79355"&gt;&lt;/A&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijay Babu Dudla&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 06:43:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data/m-p/1353344#M176732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T06:43:31Z</dc:date>
    </item>
  </channel>
</rss>

