cancel
Showing results for 
Search instead for 
Did you mean: 

Select Options 20 Hide PLUS button

Former Member
0 Kudos

Hi,

I am using WD_SELECT_OPTIONS_20 component.

I want to hide that PLUS button at the end of each row.

I am able to hide the MINUS button, but the PLUS is not getting hidden.

Please help me out.

Thanks,

Vaibhav

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member213957
Participant
0 Kudos

Hi Vaibhav,

When initializing the wd_select_options_20  in your component , you must call a method init_select_options in  view wddoinit method.

So, for this method one of the parameter called general_visibility of type  wdr_so_s_general_visibility.

fill the required attribute of this structure with abap_false and map to the above method.

try with attribute show_mx_nr_rows , if you set maximum rows, may be plus button will not appear, other wise we have no option for hide it.

They is a another way but it's too complicated , ie; create component configuration of the component and change visibility of button.

I hope it works fine.

regards,

Kishorekumar