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
GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?
How to creat transactions? : abap data dictionary
What two statements are required in an abap program to output an icon using a written statement?
What is sapnet?
What is an interactive report?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
Concepts of OO ABAP and why we are using it?
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
What are the requirements a dialog program must fulfill?
Can i Have Some Realtime Examples on Badi ?
Polymorphism real time scenario
What is the difference between data elements and domains?
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
What is the function of a data element?
How will you read from internal table records in a given value range (without using loop)