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 / naresh
Sort the internal table by descending order based on
salary.then read the table with index 3.
read table itab into w_itab index = 3.
| Is This Answer Correct ? | 34 Yes | 4 No |
Post New Answer View All Answers
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
How do you get the number of lines in an internal table?
What is its?
What is the tcode to create indexes?
Explain the difference between free and refresh?
What are the different abap/4 editors?
How do you delete duplicate records from internal table?
What is a multiple line field?
MY DOMAIN IS SAP-ABAP COMPARE TO WEBDYNPRO AND CRM-TECHNICAL WHICH IS BEST?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
What is meant by search help? : sap abap data dictionary
How to combine multiple billing into one RV document ( Step by Step)?
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
Explain the different types of mode (run code) in call transaction method?