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 / deepak kumar

SORT THE INTERNAL TABLE IN DECENDING ORDER

READ TABLE ITAB INTO WA_ITAB INDEX 3.

WRITE:/ WA_ITAB-FIELDNAME.

Is This Answer Correct ?    10 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does the table can have multiple foreign keys?

587


Can you set up background processing using call transaction?

583


How do you activate a function exit?

556


What are the payroll related infotypes? : abap hr

569


Explain how data is stored in cluster table?

651






Different between Interface and Abstract classes?

1111


What is locking ?

598


Will 50,000 records be uploaded directly into APP's Server?  

1912


What is maintenance view?

592


There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr

636


How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?

724


Explain how to create any functions?

591


Differentiate between ooabap and abap?

697


Explain the advantages/disadvantages of logical databases?

555


What are logical databases?

621