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 / tiki patra
SORT itab DECENDING salary.
DELETE ADJACENT DUPLICATE COMPARING salary.
READ TABLE itab into wa INDEX 3.
WRITE:/ wa-salary.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Hi All , Would be providing online trainings for SAP ABAP , guidance with real time experience examples , guidance in profile prepartion . Any one intrested please contact on 8978890047.
What are the advantages and disadvantages of ABAP query tool?
What is a subroutine?
Define alv programming in abap?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What work you have done in HR module
how to read the standard field value in your custom program.
What does the insert statement in extract datasets do? : abap modularization
Define the various contents of technical specifications ?
Hi,have Good Command in SAP ABAP, ABAP WEBDYNPRO now i want to learn sap IS utilities.. can u plz suggest me is it useful r not? If not can i learn BI? Is ABAP with BI have gud future?
What are the different types joins?
What are the different modules of sap? : sap abap hr
Can a constructor be redefined?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What are the types of search helps? : sap abap data dictionary