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 are the types of bdc s?
What is the disadvantage of a call by reference? : abap modularization
How would you set the formatting options statically and dynamically within a report?
Explain what are the events used for logical database?
What are the events used in interactive reports?
GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
If your project is support project ? when is your implementation has completed ?
What are two different ways to add fields to sap tables?
Some Realtime Examples on Exits .
What are local objects?
What is the difference between a substructure and an append structure?
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
How will you read from internal table records in a given value range (without using loop)
What is meant by hot spots? : abap data dictionary