Register Login

Select-Option in a Dynpro

Updated May 18, 2018

Does Anybody know how could i simulate a "SELECT-OPTION" in a dynpro ????.

1. CALL SELECTION-SCREEN scr.

It may take a bit of lengthy coding to do this, an alternative would be to use:
CALL SELECTION-SCREEN scr.
and have all your select-option type parameters defined in a selection screen that you call.

Let me know if you have any questions about the use of this command.

Regards,

2. COMPLEX_SELECTIONS_DIALOG

 You might cut down the 'lengthy'-part by investigating Function module
COMPLEX_SELECTIONS_DIALOG to provide everything but the first _low and _high

field and the pushbutton. So maybe :)


 3. Export the selection to the memory

Everithing is programable, but in your case I would call a report with the
select-options that your users want then export the selection to the memory.
Then return to the program as simple import the data in the memory. It is
simple ant it works fine.

Bye


×