2006 Nov 10 10:14 PM
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.
2006 Nov 13 10:25 AM
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.
2006 Nov 10 11:49 PM
Hi,
I believe there is no syntax to add a "Select-Options" in Dynpro..
You can bring range..By giving two fields..
Thanks,
Naren
2006 Nov 11 3:39 AM
2006 Nov 13 3:38 AM
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.
2006 Nov 13 10:25 AM
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.
2006 Nov 13 10:45 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |