Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Parameter memory not initializing whwn re execute the program

Former Member
0 Likes
593

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 .

4 REPLIES 4
Read only

Former Member
0 Likes
564

Hi,

Please read the help on Parameter memory. The parameter is filled with the value in the memory.

Regards,

Srini.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
564

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.

Read only

0 Likes
564

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.

Read only

Former Member
0 Likes
564

Hi,

The initialization not triggered in the module pool program.