How to disable the function in alv tool bar.
Answer Posted / anil salekar
In Functional Module 'REUSE_ALV_GRID_DISPLAY', there is an
Optional IMPORTING parameter IT_EXCLUDING. It is an
internal table. You must only fill this table if the caller
uses the standard interface of the list tool but does not
need certain interface functions and therefore wants to
disable them.
In this case, you must enter the function codes of these
standard functions into the table.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
Difference between Field groups and internal tables?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What are the functional areas? User groups? and how does ABAP query work in relation to these?
Is it possible to pass data to and from include programs explicitly?
When will the current screen processing terminates?
What is the difference between a structure and an append structure?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
What are critical issues you have faced in your project
What is hotspot?
What is a database view? : abap data dictionary
What is a predefined type in abap?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
What are the requirements a dialog program must fulfill?
Explain about sap fico testing and the tools used? : abap bdc