How we can Hide buttons on application toolbar.?

Answer Posted / sukriti saha

You can hide specific buttons on application toolbar by
using the command SET PF-STATUS .... EXCLUDING .....

eg.

DATA: fcode TYPE STANDARD TABLE OF sy-ucomm.

APPEND 'SAVE' TO fcode.
APPEND 'PRINT' TO fcode.

->SET PF-STATUS 'PF' EXCLUDING fcode.

Is This Answer Correct ?    39 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which infotype records can not be deleted ? : abap hr

610


What is the differences between abap and ooabap. In which situation we useooabap?

715


What functions does a data dictionary perform? : abap data dictionary

622


What is the project you are currently working and work that you are doing

1026


when are objects are passed from task to the change request?

1671






What are user exits? What is involved in writing them? What precations are needed?

602


How the at-user command serves mainly in lists?

620


How will you transfer data into a file in application server?

595


Can we call reports and transactions from interactive reporting lists?

628


How would you define the exponents for a type ‘f’ field?

626


What is sequence of event triggered in report?

607


What is an update task? : abap modularization

594


What is a data element?

540


How many tables are there in sap?

647


I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc

2573