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
Tell me a scenario where did you use secondary index?
what are Hana Basics
How to Raise a Particular Ticket in Realtime ?
What is the significance of the screen number ‘0’?
What is table buffer?
What two statements are required in an abap program to output an icon using a write statement?
What is off cycle payroll run
What are the user interfaces of interactive lists?
Why are insert and append statement used in sap abap?
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
when are objects are passed from task to the change request?
Difference between Read and Get cursor?
What are the fields in a bdc_tab table? : abap bdc
What are the three hierarchical levels of data types and objects?
What is meant by write lock? : sap abap data dictionary