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

Selection Screens with optional selections

Former Member
0 Likes
638

How do you deal with selection screens that have optional selections? I guess my question is do you have a select statement for each possible combinations or is there a way to dynamically create the select statements depending on the user's choices on the selection screen.

Regards,

Davis.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
618

If you use SELECT-OPTIONS, you can simply include them all in the select statement. The select will ignore any SELECT-OPTIONS that are empty. IE it will select all entries for the SELECT-OPTION.

Rob

3 REPLIES 3
Read only

amit_khare
Active Contributor
0 Likes
618

Hi,

We create select satement dynamically.

Please review RPLICO10 report for more on dynamic selections, it is one of the best and easiest report o go through.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
619

If you use SELECT-OPTIONS, you can simply include them all in the select statement. The select will ignore any SELECT-OPTIONS that are empty. IE it will select all entries for the SELECT-OPTION.

Rob

Read only

0 Likes
618

Thanks for the reply. I didn't think about doing it that way.

Thanks again!

Davis