Hi,
You can enhance component AIC_INCIDENT_H in transaction BSP_WD_CMPWB
View AIC_INCIDENT_H/IncidentOV
do this in Toolbar related Methods "IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS"
CODE:
CALL METHOD super->if_bsp_wd_toolbar_callback~get_buttons
RECEIVING
rt_buttons = rt_buttons.
You may rename buttons in table rt_buttons.
Regards Dan