<?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: SAP Memory  - GET PARAMETER statement doesn't work in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691808#M1451237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My system doesn't have a parameter id ABCD.  Did you create this (in se80)??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Feb 2010 12:20:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-25T12:20:53Z</dc:date>
    <item>
      <title>SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691807#M1451236</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've searched the forum and SAP Notes but couldn't find a hint to explain the following system's behavior.&lt;/P&gt;&lt;P&gt;I've got 2 simple reports :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"===========================&lt;/P&gt;&lt;P&gt;REPORT  yca_set_param.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt;  p_value TYPE c LENGTH 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  SET PARAMETER ID 'ABCD' FIELD p_value.&lt;/P&gt;&lt;P&gt;  WRITE 'Parameter Set'.&lt;/P&gt;&lt;P&gt;"===========================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"===========================&lt;/P&gt;&lt;P&gt;REPORT  yca_param_monitor.&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt; lv_value TYPE c LENGTH 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHILE lv_value IS INITIAL.&lt;/P&gt;&lt;P&gt;  GET PARAMETER ID 'ABCD' FIELD lv_value.&lt;/P&gt;&lt;P&gt;ENDWHILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: 'Value:', lv_value.&lt;/P&gt;&lt;P&gt;"===========================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see there is a loop in yca_param_monitor report which will continue until lv_value is initial.&lt;/P&gt;&lt;P&gt;First I run report yca_param_monitor.&lt;/P&gt;&lt;P&gt;Next (in a separate session) I run yca_set_param and set the parameter to '1234' for example.&lt;/P&gt;&lt;P&gt;What is surprising to me is that yca_param_monitor cannot read the parameter value from the SAP memory and it'll never exit the loop.&lt;/P&gt;&lt;P&gt;If I run yca_param_monitor in debug mode everything works as expected (GET PARAMETER gets the value).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you repeat this behavior in your systems?&lt;/P&gt;&lt;P&gt;Can you explain this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Jacek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 12:14:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691807#M1451236</guid>
      <dc:creator>Jacek_Dev</dc:creator>
      <dc:date>2010-02-25T12:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691808#M1451237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My system doesn't have a parameter id ABCD.  Did you create this (in se80)??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 12:20:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691808#M1451237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T12:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691809#M1451238</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;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"===========================&lt;/P&gt;&lt;P&gt;REPORT yca_set_param.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt;p_value TYPE c LENGTH 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'ABCD' FIELD p_value.&lt;/P&gt;&lt;P&gt;WRITE 'Parameter Set'.&lt;/P&gt;&lt;P&gt;"===========================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"===========================&lt;/P&gt;&lt;P&gt;submit yca_param_monitor and  return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT yca_param_monitor.&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;lv_value TYPE c LENGTH 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHILE lv_value IS INITIAL.&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'ABCD' FIELD lv_value.&lt;/P&gt;&lt;P&gt;ENDWHILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: 'Value:', lv_value.&lt;/P&gt;&lt;P&gt;"===========================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************************************8&lt;/P&gt;&lt;P&gt;Now you can get the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nehruu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 12:21:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691809#M1451238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T12:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691810#M1451239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nehruu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"submit yca_param_monitor and return" will call the report in the same internal session and I want this to work in two different sessions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Jacek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 12:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691810#M1451239</guid>
      <dc:creator>Jacek_Dev</dc:creator>
      <dc:date>2010-02-25T12:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691811#M1451240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to compile and run the reports without adding the parameter to TPARA table.&lt;/P&gt;&lt;P&gt;Are you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Jacek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 12:50:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691811#M1451240</guid>
      <dc:creator>Jacek_Dev</dc:creator>
      <dc:date>2010-02-25T12:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691812#M1451241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In debugging mode check the sap memory wether the parameter id is getting creatid and containing values or not..&lt;/P&gt;&lt;P&gt;Hope it helps..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 12:54:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691812#M1451241</guid>
      <dc:creator>anup_deshmukh4</dc:creator>
      <dc:date>2010-02-25T12:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691813#M1451242</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;In the debug mode it works as expected, it fails only in "normal run" mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Jacek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 13:00:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691813#M1451242</guid>
      <dc:creator>Jacek_Dev</dc:creator>
      <dc:date>2010-02-25T13:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691814#M1451243</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;&lt;/P&gt;&lt;P&gt;First You create your Parameter ID ABCD with SE80 and create ABCD (or other good transaction)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After in your first program make this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT yca_set_param.

PARAMETERS:
p_value TYPE c LENGTH 4 memory ID ABCD   " without Quote
* The set is implicite

*START-OF-SELECTION.
*SET PARAMETER ID 'ABCD' FIELD p_value.
*WRITE 'Parameter Set'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In second report&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT yca_param_monitor.
DATA:
lv_value TYPE c LENGTH 4.

WHILE lv_value IS INITIAL.
GET PARAMETER ID ABCD FIELD lv_value. " without Quote
ENDWHILE.

WRITE: 'Value:', lv_value.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 13:03:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691814#M1451243</guid>
      <dc:creator>StMou</dc:creator>
      <dc:date>2010-02-25T13:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691815#M1451244</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 tried same code as your's and its working fine.&lt;/P&gt;&lt;P&gt;First run the report where you are setting the parameter id, that is report where you have used SET PARAMETER ID &lt;/P&gt;&lt;P&gt;, and then report with GET PARAMETER ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Tejaswini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 13:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691815#M1451244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T13:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691816#M1451245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;jacek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;strange things are happening obviously. I copied and pasted your reports and did exactly the same you are doing now. And it works just fine (not only  in debugging mode).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correction: I did NOT exactly do what you did. You first ran the MONITOR report. Well I guess, that just won't work since you first have to set the parameter ID before retrieving it with a GET PARAMETER. Not quite sure how to explain this, but when you are running the MONITOR report without setting the parameter ID first, you can not access the SAP memory that is meanwhile set in another (same) user session. The MONITOR report will still access the not filled parameter ID in the SAP memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't think this makes it any clearer now does it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Micky Oestreich on Feb 25, 2010 2:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 13:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691816#M1451245</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2010-02-25T13:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691817#M1451246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  yca_param_monitor.
 DATA:
  lv_value TYPE c LENGTH 4.
 
 WHILE lv_value IS INITIAL.
   GET PARAMETER ID 'ABCD' FIELD lv_value.
   WAIT UP TO 1 SECONDS .
 ENDWHILE.
 
 WRITE: 'Value:', lv_value.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Try with this WAIT statement after GET PARAMETER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pawan Kesari on Feb 25, 2010 6:51 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 13:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691817#M1451246</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2010-02-25T13:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691818#M1451247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tejaswini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that this works fine if I first run the report with SET PARAMETER statement but the problem is that I need this to work other way round &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This is what I want to achieve:&lt;/P&gt;&lt;P&gt;I run one report with a loop that checks if a parameter is set (GET PARAMETER). It'll exit the loop only if it finds the parameter in the SAP Memory.&lt;/P&gt;&lt;P&gt;I've got another report which will export a value to the SAP Memory (SET PARAMETER) while the first report is still running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that the first report cannot see the exported parameter, it seems that the SAP Memory is not updated while the program is running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other ideas what might be the solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jacek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 13:21:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691818#M1451247</guid>
      <dc:creator>Jacek_Dev</dc:creator>
      <dc:date>2010-02-25T13:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691819#M1451248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to try with Shared memory, but not sure if it works the way you want it to work, namely the other way around, first trying to retrieve the data and meanwhile setting it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 13:26:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691819#M1451248</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2010-02-25T13:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691820#M1451249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Instead of using SET GET Function Try IMPORT EXPORT Memory Function. That will help u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 13:31:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691820#M1451249</guid>
      <dc:creator>mukundkansara</dc:creator>
      <dc:date>2010-02-25T13:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691821#M1451250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may be a statement of the obvious, but SAP Memory (SPA/GPA Parameters) is always allocated to a single user. If you run the reports using different users then this would explain your problem. If this is the case then IMPORT/EXPORT may be the better alternative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 13:32:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691821#M1451250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T13:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691822#M1451251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried that too &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; It worked also for me but I would prefer to avoid  WAIT UP TO 1 SECONDS..&lt;/P&gt;&lt;P&gt;I'd like know the exact time (with milliseconds accuracy) when the parameter was set - and if I use WAIT UP TO 1 seconds I could measure it only with 1 second accuracy).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...but anyway thanks for your advice.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Jacek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 13:32:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691822#M1451251</guid>
      <dc:creator>Jacek_Dev</dc:creator>
      <dc:date>2010-02-25T13:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691823#M1451252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Micky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Were you able to reproduce the behavior on your system?&lt;/P&gt;&lt;P&gt;&lt;/P&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;Not quite sure how to explain this, but when you are running the MONITOR report without setting the parameter ID first, you can not access the SAP memory that is meanwhile set in another (same) user session. The MONITOR report will still access the not filled parameter ID in the SAP memory.&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, this is what I suspect too. The strange thing is that it works fine in the debug mode. &lt;/P&gt;&lt;P&gt;I thought that the parameter set in the SAP Memory will be immediately available to other programs, but it seems it's not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running out of ideas.&lt;/P&gt;&lt;P&gt;Anyone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Jacek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 14:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691823#M1451252</guid>
      <dc:creator>Jacek_Dev</dc:creator>
      <dc:date>2010-02-25T14:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691824#M1451253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jacek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think there is any delay (ignoring any delay less than micro/nano sec) in setting the parameter, its the monitor program which needs interuption before it can see the parameter value. It seems, the monitor program is too busy with GET PARAMETER execution to read the updated value of PARAMETER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your monitor program stops after 1 sec of setting the parameter, will that affect any functional aspect ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI you can not specify less than 1 sec in WAIT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pawan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 14:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691824#M1451253</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2010-02-25T14:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691825#M1451254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawan, &lt;/P&gt;&lt;P&gt;                 It all depends on the process allocation, its working in Debugging mode but while u run the same program in foreground the GET params doesn't work or it show's that way as if it is not fetching the value(But it fetches the value and its over written with Space while displaying)....the real cause could be due to the Memory overlapping which could be set right with the help of Basis Guys.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Shravanthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 15:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691825#M1451254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T15:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Memory  - GET PARAMETER statement doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691826#M1451255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are going across sessions like that, you will need to use the shared memory buffer.  I believe this has already been suggested, but here is some sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT yca_set_param.

PARAMETERS:
p_value TYPE c LENGTH 4.

START-OF-SELECTION.
export p_value = p_value to shared buffer indx(st) id 'ABCD'.  
*SET PARAMETER ID 'ABCD' FIELD p_value.
WRITE 'Parameter Set'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT yca_param_monitor.
DATA:
lv_value TYPE c LENGTH 4.

WHILE lv_value IS INITIAL.
*GET PARAMETER ID 'ABCD' FIELD lv_value.
  import p_value = lv_value           "&amp;lt;-- notice here that we are delaring P_VALUE as the imported variable into(=) LV_VALUE
              from shared buffer indx(st) id 'ABCD'.
ENDWHILE.

WRITE: 'Value:', lv_value.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 15:58:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-memory-get-parameter-statement-doesn-t-work/m-p/6691826#M1451255</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2010-02-25T15:58:09Z</dc:date>
    </item>
  </channel>
</rss>

