<?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: get,set &amp; import,export in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-set-import-export/m-p/1992206#M404649</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;refer to this thread&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2007 12:07:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-21T12:07:18Z</dc:date>
    <item>
      <title>get,set &amp; import,export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-set-import-export/m-p/1992204#M404647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could u plz explain in detail about GPA,SPA and import,export parameters.&lt;/P&gt;&lt;P&gt;thank u in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 12:02:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-set-import-export/m-p/1992204#M404647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T12:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: get,set &amp; import,export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-set-import-export/m-p/1992205#M404648</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;In Short&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Using SPA/GPA parameters (SAP memory) &lt;/P&gt;&lt;P&gt;- Using EXPORT/IMPORT data (ABAP/4 memory) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Long&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can pass data to a called program using SPA/GPA parameters. SPA/GPA parameters are field values saved globally in memory. Each parameter is identified by a three-character code: you can define these parameters in the object browser by selecting other objects on the first screen. The SPA/GPA storage is user-specific and valid throughout all the user's sessions. By using the SET PARAMETER or GET PARAMETER statements these statements let you store and retrieve SPA/GPA values from an ABAP/4 program. If the selection screens for the two transactions do not share the same required fields, use these statements to store screen fields explicitly by name. Before calling the new transaction from a PAI module, store the caller transaction's fields under one name: &lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'RID' FIELD &amp;lt;FIELD NAME1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system stores the value in &amp;lt;field name1&amp;gt; in the&lt;/P&gt;&lt;P&gt;SPA parameter 'RID'. The three-character identifier 'RID' must be defined in the SAP table TPARA. If the SPA parameter 'RID' already contains a value, the SET PARAMETER statement overwrites it (with the contents of &amp;lt;FIELD NAME1&amp;gt;). &lt;/P&gt;&lt;P&gt;In the PBO module for the called transaction, retrieve the fields under the other name: &lt;/P&gt;&lt;P&gt;GET PARAMTER ID 'RID' FIELD &amp;lt;FIELD NAME2&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**&lt;STRONG&gt;Please reward suitable points&lt;/STRONG&gt;***&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Navin Khedikar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 12:04:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-set-import-export/m-p/1992205#M404648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T12:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: get,set &amp; import,export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-set-import-export/m-p/1992206#M404649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;refer to this thread&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 12:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-set-import-export/m-p/1992206#M404649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T12:07:18Z</dc:date>
    </item>
  </channel>
</rss>

