There is a Database Table of Student Details with Fields Student Id, Student Name, Class ID and Rank. Now how to fetch the first three students with highest ranks from all Classes.
Answer Posted / vinay
in the select statement use the max keyword and select up to
3 rows .
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Explain about Recording Function?
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
Mention some important events in abap programming.
What is the client concept in sap?
How to do find it?
What will you code in start-of-selection & end-of-selecton & why?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
In select-options, how to get the default values as current month first date and last date by default?
How to debug a sapscript?
What is a maintenance view? : abap data dictionary
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What is the difference between Exit and Stop?
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
Why cant we use Normal function module for data transfer?