cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Help on Select options

former_member189058
Active Contributor
0 Kudos

Hi,

I have a select-options field on a view. I have used WDR_SELECT_OPTIONS and added the selection field on the view. Now there is no standard search help with this field. I have to use a popup to show this search help. I have created a view and embedded it in a new window.

To test the working, i created a button and on click of that opened the popup and it works fine.

How can I associate this pop-up with my select-options selection field. basically, I just need an event there so that I can invoke the pop-up.

Regards,

Reema.

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You will need to turn your popup into one of the forms of Value Help - Either a Freely Programmed Search Help or OVS. You then can attach this Search Help to the Select Option when you call the add_selection_field method by using the parameters I_VALUE_HELP_TYPE and I_VALUE_HELP_ID. There is no standard event thrown for value help out of the Select Option component. You must use this method to attach a value help to it.

Answers (2)

Answers (2)

former_member189058
Active Contributor
0 Kudos

Done

Former Member
0 Kudos

Hi Reema

For using the custom help you can use this link

[https://wiki.sdn.sap.com/wiki/display/WDABAP/Freelyprogrammedinput+help]

Thanks and regards

Tamilselvan.K