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


Please Help Members By Posting Answers For Below Questions

can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table

1782


What is database view ? : sap abap data dictionary

600


What are the personnel administration related infotypes? : abap hr

602


What is its?

655


Difference between BDC vs Direct Loads?

655






Explain get pernr concept when we use logical data base? : abap hr

742


What are the different kinds of lock modes?

556


What is collective search help? : sap abap data dictionary

599


What is evaluation path, where do we do it and why? : sap abap hr

559


Why do we use FOR ALL ENTRIES and what is the pre-requisite

916


How do you find if a logical database exists for your program requirements?

634


there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?

1755


how do you call third selection screen ?

1633


how to read the standard field value in your custom program.

973


What are the merits of its?-

626