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
What is the table buffer?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
What are logical databases?
What is luw?
What are the types of subroutines?
Update types in Call transaction method. What is the difference?
Can you delete data element, which is being used by table fields?
What are the two different ways of building a match code object?
What are the Synchronous and asynchronous methods in bdc ?
How to combine multiple order in one Delivery ( Step by Step)?
What are different types of parameters?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
What are the different methods of passing data? : abap modularization
while implementing badi what are the tables u find??