2005 Oct 30 11:04 PM
Hi colleagues,
I am just asking me if there is a chance to get select-options on my Dynpro like we use it in the report programming. Sure I can develop it manually, but it would be much easier to have a "select-options" statement on the dynpro side with an automatically defined internal table with the low and high values.
Maybe there are any function modules available.
Thanks in advance!
Regards
Thomas
2005 Oct 30 11:28 PM
Hi colleagues,
I am just asking me if there is a chance to get select-options on my Dynpro like we use it in the report programming. Sure I can develop it manually, but it would be much easier to have a "select-options" statement on the dynpro side with an automatically defined internal table with the low and high values.
Maybe there are any function modules available.
Thanks in advance!
Regards
Thomas
2005 Oct 30 11:10 PM
Use FM - COMPLEX_SELECTIONS_DIALOG
Please awards points accordingly once points system is working again.
2005 Oct 30 11:28 PM
2005 Oct 31 1:16 AM
Sure, even easier way is to have a "selection-screen" embedded in a subscreen on your dynpro. On your dynpro, create a subscreen area. In your TOP include code a selection screen but use the extension AS SUBSCREEN, then in the PBO of your dynpro, say CALL SUBSCREEN.....
All of the functionality that you want for your select-options will be available. This has worked very good me in the past.
By the way, welcome to SDN!!!
Regards,
Rich Heilman
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |