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

Problem in Selection Screen

Former Member
0 Likes
835

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,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
806

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.

7 REPLIES 7
Read only

Former Member
0 Likes
806

Hi,

Use /nxxx (u r Tcode).I think values are automatically cleared.

Regards,

Narasimha

Read only

0 Likes
806

No that's the problem.Even when I do /nXXX(T-code) , it does not help.

Read only

0 Likes
806

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!

Read only

Former Member
0 Likes
806

Other wise you use clear statement in INITILIZATION statement.

IT WILL WORK FINE.

regards,

Madan.

Read only

Former Member
0 Likes
807

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.

Read only

0 Likes
806

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.

Read only

Former Member
0 Likes
806

Thanks for all inputs provided