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 should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
How do you use structures in the abap programs?
Of the two call transaction and session method, which is faster?
what is the transaction transaction for setting parameters rdisp/buffermode
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
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 ?
Explain what are the various types of selection screen event?
Can a constructor be redefined?
How do you find the information on the current screen? : abap bdc
What will happen when we use single buffered selected?
Is there any method apart from bdc for data upload to sap? : abap bdc
How can you distinguish between different kinds of parameters?
How do you find if a logical database exists for your program requrements?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
Can we define our own match code id's for sap matchcodes? : abap data dictionary