‎2009 Aug 20 10:46 AM
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
‎2009 Aug 21 8:10 AM
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.
‎2009 Aug 21 8:10 AM
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.