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

Is it possible to pass data to and from include programs explicitly?

581


What are the functional areas?

611


What was the requirement of IDoc in your project? How it was working?

1548


There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue

7576


What is a fall back class?

1016






What is sap abap data classes?

599


What is abap work bench?

726


What is netweaver???what is the relationship with ABAP?

1621


What are the domains and data element?

562


In sap script how to print bar code in vertical manner

2630


What is meant by a schema? : sap abap hr

582


Can we make use of flow logic control key words in abap/4 and vice-versa?

591


How to maintain lists?

611


Difference between open sql and native sql? : abap data dictionary

604


What are the disadvantages of using explicit enhancement?

1368