cancel
Showing results for 
Search instead for 
Did you mean: 

'COPY' Button on Select Options

former_member182048
Active Contributor
0 Kudos

Hi there,

Does anyone know how to remove the 'Copy' button from displaying on a selection screen.

The other buttons can be managed with.


  wd_this->m_handler->set_global_options( i_display_btn_cancel = abap_false
                                                               i_display_btn_reset  = abap_false
                                                               i_display_btn_check  = abap_false
                                                               i_display_btn_execute = abap_true ).
 

Does anyone know how to turn this function off?

Cheers

JSP

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

The i_display_btn_execute actually controls the visibility of the 'COPY' Button. Makes perfect sense right.

Former Member
0 Kudos

Hi,

I am using WD_SELECT_OPTIONS_20 component, I am also facing the same issue, I want to hide that PLUS button.

Able to hide the MINUS button, but the PLUS is not getting hidden.

Please help me out.

Thanks,

Vaibhav