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 two statements are required in an abap program to output an icon using a written statement?
What is an rfc?
What is sap luw or update transaction?
What is the max no of match code id’s that can be defined for one match code object?
How do you activate a function exit?
What is an abap?
How do you get the number of lines in an internal table?
What is pretty printer?
How are the date abd time field values stored in sap?
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What are the differences between the table and the structure in the data dictionary in the sap abap?
What function does data dictionary perform?
Explain the different types of data dictionary objects?
How many main windows are allowed in sapscript?