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
What is the use of a pretty printer?
What is the disadvantage of a call by reference?
On which even we can validate the input fields in module progams?
What is a matchcode?
How will you link form with the event driven in sap scripts?
What is a database view? : abap data dictionary
How can we declare a table control in the abap/4 program?
What are the attributes of the data in data dictionary? : abap data dictionary
What is elementary search help? : sap abap data dictionary
What is meant by read lock? : sap abap data dictionary
How can we create callable modules of program code within one abap/4 program?
What is full form of bdc session? : abap bdc
What are the steps in a bdc session? : abap bdc
What are differences between at selection-screen and at selection-screen output?
What are the events in abap/4 language? : abap hr