cancel
Showing results for 
Search instead for 
Did you mean: 

How to create OVS Help for WD_SELECT_OPTIONS_20

0 Kudos

Hi All,

Can you please suggest answer for my question.

Regards,

Srinivas Namamula

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Srinivasa,

If you are using the component "WDR_SELECT_OPTIONS" for generating your dynamic select options, then you can create a event handler method for "ON_OVS" for the select options component and write the code as you normally do for the OVS Search help.

Regards,

Shafique Shaikh

Former Member
0 Kudos

Hi,

1. Save sel_opt_handler that is returned init_select_options( ) to a controller attribute.
2. Make a Event Handler for ON_OVS event of WD_SELECT_OPTIONS_20.
3. Write OVS code in a general way EXCEPT phase 3.
4. In phase 3, Call sel_opt_handler->set_input_per_row( ) instead of context_element->set_attribute( ).

regards,
Derby Lim

former_member184578
Active Contributor
0 Kudos

Hi,

Check this article for your reference. http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/707f0d73-94f0-2d10-97a2-a3776e211...

This id for WDR_SELECT_OPTIONS, you can try for SELECT_OPTIONS_20

Regards,

Kiran

0 Kudos

Hi Kiran,

I am not asking about Normal select-options.I am asking OVS for  SELECT_OPTIONS_20(Dynamic select-options ).Any way thanks for the suggestion.

Thanks&Regards,

Srinivas Namamula