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
How table control cn be generated using bdc? : abap bdc
What is the difference between upload and ws_upload ? : abap bdc
what is the transaction transaction for setting parameters rdisp/buffermode
Is it possible to pass data to and from include programs explicitly?
How do you document abap/4 programs? Do you use program documentation menu option?
Does every abap/4 have a modular structure?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What is sap script? Describe its components.
Setting up a BDC program where you find information from?
any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?
What is client in the sap system? : sap abap hr
What is a multiple line field?
What are different data types in abap/4?
What are the differences between sap memory and abap memory?
What does the extract statement do in extract datasets?