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


Please Help Members By Posting Answers For Below Questions

What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary

813


What is the difference between Check and Continue?

848


Why lsmw does not support call transaction method? : abap bdc

838


How many types of buffering? : abap data dictionary

917


where are the passwords for ITS stores?

1822


In select-options, how to get the default values as current month first date and last date by default?

824


Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.

1958


What is synchronous update?

738


How can we upload a text file having delimiters in to legacy system?

806


Explain how many types of tables exist and what are they in data dictionary?

820


How do you process errors in call transaction method? : abap bdc

911


what is code to upload cost centers through call trans. and procedure

2367


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

1694


What is the difference between sum and collect?

1128


How you attach search help to data element? : sap abap data dictionary

910