cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding operators drop down in Select options 20(wd_select_options_20).

Former Member
0 Kudos

Hi Experts,

Is it possible to hide operator drop down in new Select Options i.e. WD_SELECT_OPTIONS_20... in Webdynpro ABAP.

Please let me know the process as early.

Thanks in Advance.

Regards,

Pavithranad.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Is your issue resolved?.if yes, please close the thread or revert back with your issues.

Thanks

KH

Former Member
0 Kudos

Hi,

Write the below code.

DATA ls_global_options       TYPE  wdr_so_s_global_options.

ls_global_options-no_operators        = abap_true.

lv_sel_opt_handler = lo_interfacecontroller->init_select_options(

global_options        =  ls_global_options    " wdr_so_s_global_options

).

Hope this helps you

Thanks

KH

Former Member
0 Kudos

Hi Pawithranad,

You can refer this link:

Specifying Attributes for the Selection - Developing Web Dynpro ABAP Applications - SAP Library

Check  the attribute SUPPRESS_PATTERN_SEARCH.

Hope this helps you.

Regards,

Jitendra Sahu