‎2008 May 06 10:04 AM
Hi All,
I have a problem in a Z Transaction.When i go into this transaction and put values in the selection fields and execute the transaction i am getting some output.But when i again go into this transaction the same values are coming in the selection fields.
Only when i log off from this environment am I able to see the selection fields cleared.
Can anyone guide me why is this happening.
Thanks in Advance,
Saket,
‎2008 May 06 10:17 AM
Hi,
the 'parameters id' of the input is getting set. clear the
parameter id at the 'PBO' / 'at selection-screen output' event of the selection screen.
‎2008 May 06 10:11 AM
Hi,
Use /nxxx (u r Tcode).I think values are automatically cleared.
Regards,
Narasimha
‎2008 May 06 10:15 AM
No that's the problem.Even when I do /nXXX(T-code) , it does not help.
‎2008 May 06 10:17 AM
Hello!
In the initialization statment you have do the following:
ini_KDY = ' '.
set parameter id 'KDY' field ini_KDY.
Where KDY is the parameter ID that you want to clear.
Bye!
‎2008 May 06 10:14 AM
Other wise you use clear statement in INITILIZATION statement.
IT WILL WORK FINE.
regards,
Madan.
‎2008 May 06 10:17 AM
Hi,
the 'parameters id' of the input is getting set. clear the
parameter id at the 'PBO' / 'at selection-screen output' event of the selection screen.
‎2008 May 06 11:46 AM
Actually the fields which are coming with same values have been set through Memory ID like this
p_werks LIKE wa_mast-werks OBLIGATORY MEMORY ID wrk.
Can this be a reason.
‎2011 Mar 24 11:21 AM