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 function of the transport system and workbench organiser? : abap data dictionary

616


What is full form of bdc session? : abap bdc

678


How to call other programs?

622


What are logical data bases used in hr module? : abap hr

639


What are the data types of the external layer?

584






What are pooled tables?

622


What is a projection view? : abap data dictionary

594


What are the dis-advantages of logical databases? : abap hr

611


How do you populate data into a multiple line field? : abap bdc

622


What are the functional areas?

617


In sap script how to print bar code in vertical manner

2632


Explain the function module in bdc?

582


What are the attributes of a field that can be activated or deactivated during runtime?

566


How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.

1707


Explain what is an rdbms?

569