<?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: SET/GET Parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2440676#M546245</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;SET/GET PARAMETER stataments are to set/get a value in ABAP MEMORY (not SAP MEMORY), they are often used to tranfer a value from calling program to called program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZREP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: MY_NAME(3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MY_NAME = 'MAX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'ZMY' FIELD MY_NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT ZREP2 AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZREP2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: MY_NAME(3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'ZMY' FIELD MY_NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE MY_NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2007 17:26:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-21T17:26:56Z</dc:date>
    <item>
      <title>SET/GET Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2440675#M546244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Could any one explain me the exact use of these parameters? &lt;/P&gt;&lt;P&gt;I know that these are used for storing/retriving values from SAP memory? But how to use them? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER pid field var. Then I tried to get the value of var stored in SAP memory using : GET PARAMETER pid field var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i could not succeed. Could any one help me out for the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jigar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 17:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2440675#M546244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T17:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: SET/GET Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2440676#M546245</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;SET/GET PARAMETER stataments are to set/get a value in ABAP MEMORY (not SAP MEMORY), they are often used to tranfer a value from calling program to called program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZREP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: MY_NAME(3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MY_NAME = 'MAX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'ZMY' FIELD MY_NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT ZREP2 AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZREP2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: MY_NAME(3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'ZMY' FIELD MY_NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE MY_NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 17:26:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2440676#M546245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T17:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: SET/GET Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2440677#M546246</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;One of the use for SET PARAMETERS is that you can check the type of employee and set certain rules for them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SU01 and give a username. Check the PARAMETER settings for the user. Now execute any program logging as that user and when you GET the parameter id, the value that has been set will be populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID pid FIELD f. is the correct syntax. You have missed ID in the declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;DATA REPID like sy-repid VALUE 'RSPFPAR'. &lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'RID' FIELD REPID. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'RID' FIELD REPID.  in another program and check the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Navneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 17:33:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2440677#M546246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T17:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: SET/GET Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2440678#M546247</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 of SET/GET parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/EN/9f/db9e0435c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/EN/9f/db9e0435c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Navneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 17:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2440678#M546247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T17:42:40Z</dc:date>
    </item>
  </channel>
</rss>

