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 / tiki patra
SORT itab DECENDING salary.
DELETE ADJACENT DUPLICATE COMPARING salary.
READ TABLE itab into wa INDEX 3.
WRITE:/ wa-salary.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What does hide statement do?
Do you know any other patterns if yes.. explain
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
java script for push button in adobe forms.
What is screen flow logic? What are the sections in it?
How to combine multiple order in one Delivery ( Step by Step)?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
What happens if we use leave to list-processing without using suppress-dialog?
In sap script how to print bar code in vertical manner
What is the table & field to identify the no of items (bottles) stored in one case?
How many types of size categories and data classes are there? : abap data dictionary
how to track records from data dictionary?
What is the difference between the exits created in M.M and S&D?
Print options in smartforms?
What are the check tables and value tables?