cancel
Showing results for 
Search instead for 
Did you mean: 

No-Extension is not working in Select-option with OVS

Former Member
0 Kudos

Hi All,

I am using select-options with OVS, I want to select multple single values,

I Dont want to Range. I tried with following code.

   wd_this->m_sel_opt->ADD_SELECTION_FIELD(

                       I_ID                         = 'KUNNR'

                       I_DESCRIPTION                = 'Customer'

                       i_within_block               = `BL01`

                       IT_RESULT                    = lr_field

                       I_COMPLEX_RESTRICTIONS       = ls_complex_restrictions

                       I_USE_COMPLEX_RESTRICTION    = ABAP_TRUE

                       I_NO_EXTENSION               = ABAP_FALSE

                       I_NO_INTERVALS               = ABAP_TRUE  ").

                       i_value_help_type            =

                       if_wd_value_help_handler=>co_prefix_ovs ).

But it is not working.. Pelase help on this. How to restrict multiple single selection.

Thanks,

Venkat.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Check this thread: http://scn.sap.com/thread/1752492

This will help u.,

Thanks & Regards,

Kiran

Former Member
0 Kudos

Hi Kiran,

Thanks for your reply.. I already gone through this. Still not working.

Select-options with OVS.. is not working.

thanks,

Venkat.

former_member184578
Active Contributor
0 Kudos

Hi,

Check this article : OVS in Select Options in WDA

Regards,

Kiran