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 lock objects? : sap abap data dictionary
What are the disadvantages of using explicit enhancement?
What are logical databases? : abap hr
What is synchronous update?
where do we store all custom programs in SD module?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
What is the significance of the screen number ‘0’?
Can you create an internal table dynamically?(at run time)
What are the function modules used to create batch input session? : abap bdc
From excel to abap - is batch mode possible ? : abap bdc
How do you activate a function exit?
What is Field group?
What are the requirements a dialog program must fulfill?
How many main windows will be there in a page window?
What is view? Explain the different types of view?