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

Possible Subscreen with dynamic select-options ?

Former Member
0 Likes
856

Hi all

is it possible to create Subscreen with dynamic parameter and select-options ?

I know the table with some keys from the User on my program, now i would create with each key-field from the table to create a dynamic Subscreen with all of the Select-options and the correct field text.

thanks for help

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
499

Hi,

Please check till the creation of subscreens.

Coming to creation of select options in the screens, use the function module 'COMPLEX_SELECTIONS_DIALOG'.

Pass the fields as below.

text = Required text

tab_and_field = pass the work area of its type having the values as field name and table name for the required field.

In the import parameter, you will have all the values selected. Based on this code as required.

Regards,

Santhosh.

1 REPLY 1
Read only

Former Member
0 Likes
500

Hi,

Please check till the creation of subscreens.

Coming to creation of select options in the screens, use the function module 'COMPLEX_SELECTIONS_DIALOG'.

Pass the fields as below.

text = Required text

tab_and_field = pass the work area of its type having the values as field name and table name for the required field.

In the import parameter, you will have all the values selected. Based on this code as required.

Regards,

Santhosh.