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

Report sel. screen checkbox unchecked problem

Former Member
0 Likes
627

Hello,

I have writen a report and on its selection screen, the logic is if checkbox is checked, one parameter field should be made as "required".

I did it at selection screen output and using screen-required field as '1'. It works.

But if user un-checks the checkbox after checking it, still the parameter field stays as required. It does not become a optional field.

What should I do to remove this required parameter?

I tried at-selection-screen on field for both checkbox and parameter field. But it does not work.

Pls advice.

Thanks,

Rupali.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
559

Hi,

Try clearing the field after the operation is finished.

Regards,

Abhinab Mishra

Hello,

I have writen a report and on its selection screen, the logic is if checkbox is checked, one parameter field should be made as "required".

I did it at selection screen output and using screen-required field as '1'. It works.

But if user un-checks the checkbox after checking it, still the parameter field stays as required. It does not become a optional field.

What should I do to remove this required parameter?

I tried at-selection-screen on field for both checkbox and parameter field. But it does not work.

Pls advice.

Thanks,

Rupali.

3 REPLIES 3
Read only

Former Member
0 Likes
560

Hi,

Try clearing the field after the operation is finished.

Regards,

Abhinab Mishra

Read only

0 Likes
559

Sorry. But I did not get your answer.

I am still on the selection-screen.

1) When I check the checkbox, the field becoms required. I get the message to enter some value for that field, when I press F8. ( Which is correct.).

2) I decide not to enter any value. But I uncheck the checkbox.

3) Still the parameter field is required entry field. But I do not know what value to enter into that.

So I am stuck at selection-screen.

Thanks.

Read only

0 Likes
559

I believe you must be playing with the SCREEN internal Table for making the input field Mandatory.

You must be making the Input Field Mandatory in the At-Selection Screen output.

For Making the Field Optional in case the User uncheck the checkbox, please update the SCREEN internal Table in the At Selection Screen on CheckBox.