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 in Dynpros

Former Member
0 Likes
983

I need to add a "Select-Options" in Dynpros. I need the functionality to multiple selection, individual selection and intervals. I can put fields, but without the multiple selection functionality. I will appreciate any help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
949

Hullo,

it's bot possible to declare a 'SELECT-OPTIONS' in a set of dynpro's.

But IIRC it is possible to declare a 'RANGE' and use the <range>-low and <range>-high fields on your dynpro. You should use some ABAP-logic to program the <range>-sign and <range>-option fields (i.e. use "I" and "BT" when both low and high fields are filled).

And to add the multiple selection button, add a button with the corresponding icon on your dynpro and have it call the function module "COMPLEX_SELECTIONS_DIALOG".

This would get you the look and feel of an select-option as well as the functionality. It's been years since I've tried this, but I recal it is possible.

Please let me know how it works out.

I need to add a "Select-Options" in Dynpros. I need the functionality to multiple selection, individual selection and intervals. I can put fields, but without the multiple selection functionality. I will appreciate any help.

5 REPLIES 5
Read only

Former Member
0 Likes
949

Hi,

I believe there is no syntax to add a "Select-Options" in Dynpro..

You can bring range..By giving two fields..

Thanks,

Naren

Read only

0 Likes
949

Hi, easiest way is to define the select-options in a selection, then embed this selection screen in your subscreen area in a dynpro. See this thread.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
949

Hello Carlos,

I see that you have just registered with and this is your first post on SDN. I'd like to welcome you here and wish you some good times here.

Concerning your question, it is not possible to add a select-options on a normal screen. You can look at Rich's post above for the solution.

Regards,

Anand Mandalika - Moderator @ SDN.

Read only

Former Member
0 Likes
950

Hullo,

it's bot possible to declare a 'SELECT-OPTIONS' in a set of dynpro's.

But IIRC it is possible to declare a 'RANGE' and use the <range>-low and <range>-high fields on your dynpro. You should use some ABAP-logic to program the <range>-sign and <range>-option fields (i.e. use "I" and "BT" when both low and high fields are filled).

And to add the multiple selection button, add a button with the corresponding icon on your dynpro and have it call the function module "COMPLEX_SELECTIONS_DIALOG".

This would get you the look and feel of an select-option as well as the functionality. It's been years since I've tried this, but I recal it is possible.

Please let me know how it works out.

Read only

Former Member
0 Likes
949

Hello and welcome to sdn.

yeah, it is not possible to add a select-options on a screen. You can refer to Rich's thread for solution.

Regards,

Shehryar Dahar