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 maximum number of match code id's that can be defined for one match code object? : abap data dictionary
What is the difference between Check and Continue?
Why lsmw does not support call transaction method? : abap bdc
How many types of buffering? : abap data dictionary
where are the passwords for ITS stores?
In select-options, how to get the default values as current month first date and last date by default?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What is synchronous update?
How can we upload a text file having delimiters in to legacy system?
Explain how many types of tables exist and what are they in data dictionary?
How do you process errors in call transaction method? : abap bdc
what is code to upload cost centers through call trans. and procedure
Hi every one ! You people are doing a great job here , Im going to attend Tata Technologies interivew on this sunday,Can anyone who has already attended this company interivew or other companies interivews in abap pls share ur experience with me and help me to get into job my id ushareddyabap@gmail.com. Thankyou verymcuh
What is the difference between sum and collect?
How you attach search help to data element? : sap abap data dictionary