How to deactivate the sort button from the alv output
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / madhu
goto "reuse_alv_grid_display"
there sort option is there
give status ' '
Is This Answer Correct ? | 2 Yes | 4 No |
Elements of Main window and is Main window compulsory in Sap script ?
What function does data dictionary perform?
Can we execute the script individually? If yes How? Else what we need to do so?
What is the difference between the function module and a normal abap/4 subroutine?
singleton class
what is the functionality of Runtime Analysis?
8)when u create sales report what u can see in that report ? what rthose field names or data element names? 9)when u create purchase order details report what u can see in that report ?what rthose fieldnames or dataelements? 10)when u create material stock report in material master grouped by material type and plant what u can see in report ?what rthose field names or dataelement ? 11)when u create shipping forecast report what u can see in that report ?what rthose data elements or field names?
WHAT IS THE DIFFERENCE BETWEEN CHECK TABLE AND VALUE TABLE?
In which table the material master data is stored?
What is a table attribute? : abap data dictionary
how to upload logo in the smart forms
What is the use of AT Selection Screen output when we have At selection screen?Can u explain?