How to deactivate the sort button from the alv output
Answer Posted / d p mallick
In IT_EXCLUDING parameter of 'REUSE_ALV_GRID_DISPLAY'
append the sort function key (&OUP(for sorting in
ascending) and &ODN for sorting in descending). It will
disable or deactivate the sort pushbutton.
IT_EXCLUDING parameter is used for excluding function keys
of standard ALV toolbar.
IT_EXCLUDING short text
Table of inactive function codes
Description
Optional IMPORTING parameter IT_EXCLUDING 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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can we determine a vendor is Bloc/Unblock from the table LFA1?
What is Buffering Concept? When should a Table be buffered?
What are null values?
What is is a match code? : abap data dictionary
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What is an “on input filed” statements?
What is the difference between a substructure and an append structure?
How to debug a script in abap?
What is the difference between call transaction method and the session method? : abap bdc
What is luw?
What does an exec sql statement do in abap?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
Explain the difference between a pool table and a transparent table?
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
What are the aggregate objects in the dictionary? : abap data dictionary