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
What is the diff between database view and maintenance view?
Differentiate database index and match code.
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
what is the difference between Blocked ALV and interactive ALV?
Write the bdc table structure? : abap bdc
What is size category?
How to add a column to a table control while using alphanumerical layout editor ?
What is filter dependent BADI?
What are the basic objects of the data dictionary?
What are the advantages of logical databases : abap hr
Explain what are standard layouts sets in the sap script?
What are the main uses of the primary key?
What is lock mechanism? How do we create lock objects in abap?
What is sequence of event triggered in report?