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
Explain the different types of mode (run code) in call transaction method?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
Do we create table fields with out data elements and domains?
Explain the systems fields used for interactive lists and lists?
Which function module would you use to check the user’s authorization to access files before opening a file?
What is elementary search help? : sap abap data dictionary
What are the various types of selection screen event?
Is sap xi intended to replace ale?
What are the differences between session method and call transaction method? : abap bdc
Abstract class and interface, multiple inheritance, live example
Are you familiar with all steps for setting up a workflow?
What are conversion & interface programs in sap?
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
Value table VS check Table.
How do you take care of performance issues in your ABAP programs?