How to disable the function in alv tool bar.
Answer Posted / john v.
If you are using Custom interface(PF-STATUS), then populate
IT_EXCLUDE internal table with functions that u don't want
to show out. and use it in the subroutine which is assigned
to the import parameter I_CALLBACK_PF_STATUS_SET.
eg. SET PF-STATUS <Interface Name> EXCLUDING IT_EXCLUDE.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the difference between tables and structures? : abap data dictionary
performance tuning concepts
Events that can be used in both the classical and interactive reports
What are the update types possible? : abap data dictionary
What is the use of start-of-selection.,if not use in report what will happen,?
What does the extract statement do in extract datasets?
Difference between user exit and badis?
Describe the data classes?
What is meant by read lock? : sap abap data dictionary
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
Is there any method apart from bdc for data upload to sap? : abap bdc
Can we create an abap program without using y or z?
How to read 5th record from Hash Internal Table?
What is a view in sap? : abap data dictionary
What are matchcodes?