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 / anonymous
Select Order by Rank and up to 3 rows
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
What are the functional areas?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
Define external layer? : abap data dictionary
Have you printed any report?
Why do we use types statement in abap programming?
Mention the various databases integrities?
what is difference between user exit, customer exit and badi?
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
What is runtime analysis?
wat is the difference between A-gate & W-gate?where are they used?
What is a persistent class?
What is Field group?
Explain the components of selection table?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
Explain read dataset in sap abap?