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 / sivaramakrishna
first sort the internal table and now using do statement
for 3 repetetions using local varieble. inside do
statement use the loop statement for reading the records
from internal table to work area.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is the difference between native sql & open sql? : abap data dictionary
when are objects are passed from task to the change request?
What does the insert statement in extract datasets do? : abap modularization
Which function module would you use to check the user’s authorization to access files before opening a file?
What is the difference between a dialog program and a report?
In ALV reporting when u execute your report which event gets triggered.
What is a currency factoring technique?
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
How do you find the information on the current screen?
What is netweaver???what is the relationship with ABAP?
What is time constraint ? : abap hr
Which infotype records can not be deleted ? : abap hr
How to set an Enhancement point for a custom report?
What is the relationship existing between the various data elements? : abap data dictionary
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul