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 / gaurav walia
first sort the rank field by descending.....den select rank up to 3 rows...
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What are the functional modules used in sequence in bdc? : abap bdc
What is a type group?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
How can we send data to external programs?
Differentiate between table and template ?
What are the functional areas? User groups?
Can you define a field without a data element? : abap data dictionary
visibility section for class level and attributes level
What is table attribute? : abap data dictionary
Can a domain, assigned to a data element be changed? : abap data dictionary
What is a function group? : abap modularization
How do you execute the payroll
What is a table attribute? : abap data dictionary
while implementing badi what are the tables u find??
Which function modules can be used to transfer the data using bdc programming? : abap bdc