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

Clear parameters at a selection screen

Former Member
0 Likes
838

Hi

I've a report with three parameters, but when i change one of them the value of last doesn't desappear. I try with clean [others values of parameters], but doesn't work.

Can help me ?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
803

Hi,

Try to clean the parameters in Selection-Screen Events.

AT SELECTION_SCREEN.

AT SELECTION_SCREEN OUTPUT.

Apart from selection screen events parameters wont change.

Hope this resolves your issue.

Esle,Copy & Paste your codes.

Regards,

Gurpreet

Hi,

Try to clean the parameters in Selection-Screen Events.

AT SELECTION_SCREEN.

AT SELECTION_SCREEN OUTPUT.

Apart from selection screen events parameters wont change.

Hope this resolves your issue.

Esle,Copy & Paste your codes.

Regards,

Gurpreet

5 REPLIES 5
Read only

Former Member
0 Likes
803

please explain more

Read only

faisalatsap
Active Contributor
0 Likes
803

Hi,

Please use

Clear: P_name.

Please Explain your Question,

Kind Regards,

Faisal

Read only

Former Member
0 Likes
804

Hi,

Try to clean the parameters in Selection-Screen Events.

AT SELECTION_SCREEN.

AT SELECTION_SCREEN OUTPUT.

Apart from selection screen events parameters wont change.

Hope this resolves your issue.

Esle,Copy & Paste your codes.

Regards,

Gurpreet

Read only

Former Member
0 Likes
803

Hi:

please use the event at selection-screen and then clear it.

have a look for selection screen

[Link|http://help.sap.com/saphelp_nw04/Helpdata/EN/56/1eb6c705ad11d2952f0000e8353423/content.htm]

Regards

Shashi

Read only

Former Member
0 Likes
803

Hi,

i think in At selection-screen output event you specified value of the parameter and if it is not so then Try the clear statement ---

CLEAR  p_field.

Regards

Pinaki