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 is a match code? : abap data dictionary
What happens Update command is used without where clause ?
How many types of views are there? : abap data dictionary
What is the client concept in sap?
Can i know some of the Realtime tickets that anyone has been faced ?
Difference between top-of-page and top-of-page during at line- selection?
What are lock objects?
What are authorization objects and what statement is used to perform an authorization check in an abap program?
What is an abap/4 query? : abap hr
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
Is sap xi intended to replace ale?
What is the full form of spro? : sap abap hr
What are two methods of modifying sap standard tables?
Update types in Call transaction method. What is the difference?
What are two methods of modifying sap standard tables? : abap data dictionary