How to sort internal table?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / maharudraswamy
sort itab by <field name> ascending.
sort itab by <field name> descending.
Is This Answer Correct ? | 11 Yes | 4 No |
What is transparent table?
What is inheritance and multi-level inheritance? Explain with example ?
What are the abap/4 commands that link to a layout set?
What is the program flow of BADI(step by step)?
Can we create a search help for a particular user ? if yes..How ?
Tcode for SNIP?
How to analysis Background Job for performance Issue?
what is actaul procedure of session method of bdc. pls me complete steps.
What is the significance of the screen number ‘0’?
How to change selection screen dynamically?
What are the kinds of foreign key fields?
How can we use multiple transactions by using bdc_insert? : abap bdc