‎2017 Oct 16 1:30 PM
My requirement is to have a multiple selection button in a module pool screen . I am using the fm-COMPLEX_SELECTIONS_DIALOG.
It is working , but I would like to change the color of the push button to green as in a std select-options.
Can anyone please guide.
Thanks
Riya
‎2017 Oct 17 10:01 AM
‎2017 Oct 16 2:01 PM
Could you post your code to call the function module and what button you expect to be green? The reason I'm asking is because it looks fine to me.
ranges:
r_datum for sy-datum.
call function 'COMPLEX_SELECTIONS_DIALOG'
exporting
text = 'Date'
tables
range = r_datum
exceptions
cancelled = 0
others = 1.
‎2017 Oct 17 6:02 AM
Hi Michele,
I am using ICON_ENTER_MORE for multiple selection button. So I wanted to change to ICON_DISPLAY_MORE inorder to make it green for multiple selecions.
Thanks
Riya
‎2017 Oct 17 10:01 AM