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

Select-options on Dynpro?

Former Member
0 Likes
665

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
590

Check function DYNP_VALUES_READ.. Cheers..

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

3 REPLIES 3
Read only

Former Member
0 Likes
590

Use FM - COMPLEX_SELECTIONS_DIALOG

Please awards points accordingly once points system is working again.

Read only

Former Member
0 Likes
591

Check function DYNP_VALUES_READ.. Cheers..

Read only

0 Likes
590

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