Entering content frameSyntax documentationdelete_button Locate the document in its SAP Library structure

You use this method to delete a pushbutton from the toolbar.

CALL METHOD toolbar->DELETE_BUTTON

     exporting  fcode      = fcode

     exceptions CNTL_ERROR = 1.

Parameter

Meaning

fcode

Function code of the pushbutton that you want to delete.

Note

If you created more than one pushbutton with the same function code, the system only deletes the last one.

 

Leaving content frame