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
Explain the call transaction method? : abap bdc
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
In a loop of an internal table, what is the use of at first & at last statements?
What is netweaver???what is the relationship with ABAP?
Explain the different types of mode (run code) in call transaction method?
What is an abap dictionary? : abap data dictionary
How to display if the value entered contains records or not?
What are different ABAP editors? What are the differences?
Proxy Programming with ABAP - How to develop the Proxy identification through programming
How many types of size categories and data classes are there?
What is delivery class? : abap data dictionary
How do you document ABAP programs? Do you use program documentation menu option?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
how to modify the standard method as per your requirement
What is function group?