cancel
Showing results for 
Search instead for 
Did you mean: 

About alv standard toolbar

Former Member
0 Kudos

hi, Experts

I use the following code to ALV can edit.

lr_table_settings ?= l_value.

lr_table_settings->set_read_only( abap_false ).

But in the Toolbar at the same time there have been four standard buttons, how will they hide?

Thanks you for your help!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The problem has been resolved, thank you!

former_member189058
Active Contributor
0 Kudos

Pls. close the thread.

Former Member
0 Kudos

The code below:

lo_value->IF_SALV_WD_STD_FUNCTIONS~SET_EDIT_APPEND_ROW_ALLOWED( abap_false ).

lo_value->IF_SALV_WD_STD_FUNCTIONS~SET_EDIT_CHECK_AVAILABLE( abap_false ).

lo_value->IF_SALV_WD_STD_FUNCTIONS~SET_EDIT_DELETE_ROW_ALLOWED( abap_false ).

lo_value->IF_SALV_WD_STD_FUNCTIONS~SET_EDIT_INSERT_ROW_ALLOWED( abap_false ).