Hi, My question is " How to display 3rd highest salary
record from the internal table. The internal table has 2
fields named emno(Employee number) and salary.".
Send answer to my mail shaiksha.it@gmail.com.
Thanking you.
Answer Posted / deepak kumar
SORT THE INTERNAL TABLE IN DECENDING ORDER
READ TABLE ITAB INTO WA_ITAB INDEX 3.
WRITE:/ WA_ITAB-FIELDNAME.
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
Final class
How to read 5th record from Hash Internal Table?
How the transaction that are programmed by the user can be protected?
What is the structure of bdcmsgcoll? : abap bdc
Define database layer?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
How to read files and process BDC's automatically ?
Differentiate between report and dialog program
performance tuning concepts
How to create any functions? How to go about it?
What is an on”*-input filed” statement?
What are control tables?
When value table becomes check table?
What is elementary search help? : sap abap data dictionary
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?