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 about sap fico testing and the tools used? : abap bdc
Where do you find info on new developments in SAP?
What is a collect statement?
how to track records from data dictionary?
What are the different software packets available in the market? : sap abap hr
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
What are pooled tables? : abap data dictionary
What are the internal tables and work area?
Explain sap abap 3-tier architecture?
did u done enhancement framework?how u implemented?
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
What are the aggregate objects in the dictionary? : abap data dictionary
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?