How we can Hide buttons on application toolbar.?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / adnan khan
Hy every one
Answer of Sukriti Saha is correct.
good Sukriti Saha
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / bandivenkateswarlu
by using the these ways are we can hide the buttons in
application toolbar.
syntax: HIDE <Field>
if u double click on the field it will opened another
pop-window.
Is This Answer Correct ? | 1 Yes | 29 No |
What is the use of the raising exception? : abap modularization
How do you write a squential file
What are the differences between primary and secondary indexes?
What is sequence number
CAN WE DEBUG A IDOC? IF YES HOW TO DEBUG IN INBOUND SIDE AND OUTPUT SIDE.
What are control commands in sap scripts?
what are the different event functions used in SAP Scripts?
in the final display list how can i change rows to columns and vice versa
What are the ABAP commands that link to a layout set?
What do you mean by batch data communications programming?
What are the domains and data element?
What is the use of abap data dictionary? : abap data dictionary