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
Polymorphism real time scenario
Cds views
Explain the difference between tables and structures?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
Explain what are the system fields? Explain?
What is the use of at new statement ?
What is logo in sap script?
What is table attribute? : abap data dictionary
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
What is the meaning of client independent?
What is an abap data dictionary? : abap data dictionary
What are the system fields? Explain?
What are the page windows?
Explain the difference between domain and data element? What are aggregate object?