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
Which bdc you prefer? : abap bdc
What are the different types of the variable in the sap abap?
To find the date difference & excude saturday & sunday in between them
In which particular scenario we use sorted table and which particular scenario we use standard table?
Can a domain, assigned to a data element be changed?
What work you have done in HR module
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
What is sap abap data classes?
What is the bitwise operator in the sap abap?
What is the significance of hide?
What is sap script? Describe its components.
Define subtype ? : abap hr
singleton class
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.