‎2010 Sep 09 7:25 AM
I have used parameter memory in selection screen of module pool program,
The problem is when I exit from the program and re execute the transaction the parameter memory not initializing and the same value come again in the selection screen .
‎2010 Sep 09 7:47 AM
Hi,
Please read the help on Parameter memory. The parameter is filled with the value in the memory.
Regards,
Srini.
‎2010 Sep 09 9:23 AM
Thats the normal behaviour, it will retain the vaue which is in the memory.
If you want to clear it, use FREE MEMORY ID 'ABC'. This will clear it.
‎2010 Sep 09 9:34 AM
parameter id should be cleared manually..
so what you can do is to clear it in initialization event of your selection scrreen of module pool.
‎2010 Sep 09 9:48 AM
Hi,
The initialization not triggered in the module pool program.