Answer Posted / sathya
You can sort Internal table with fields both asending and
descending.
SORT ITAB BY <FIELD_NAME> ASCENDING <FIELD_NAME> DESCENDING.
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What is the maximum number of structures that can be included in a table or structure
What happens if a function module runs in an update task?
What are conversion routines? : abap data dictionary
What are the commands used for interactive reports?
What is filter dependent BADI?
What is full form of bdc session? : abap bdc
What is a logical database?
Explain about sap fico testing and the tools used? : abap bdc
What are the events we use in dialog programming and explain them?
What are logical databases? : abap hr
How can we access the correction and transport system? : abap data dictionary
Explain the uses of the simple maintenance interface? : sap abap hr
What is the difference between sy-tabix and sy-index? Where it is used?
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
What is the difference between a structure and a table?