A database table contains 3
fields(Student_no,Section,Total_marks).I want retrieve top 10
students from each section.Note:(Section contains data like
A,B,C.Each section contains more than 10 students).
Answer Posted / sateesh
for this initially we can SORT in assending order,
then using "select up to 10 rows".
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the difference between a structure and a table?
What is the significance of hide?
What are Pull and Push Methods?
What are the uses of the information in the data dictionary? : abap data dictionary
What is full form of bdc session? : abap bdc
What is generic area buffering in abap?
What is a variable in the sap abap?
What are the various types of selection screen event?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
What is the use of the raising exception?
What is table attribute? : abap data dictionary
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
How to debug a sapscript?
Explain how do you use structures in the abap programs?
Why bapi need then bdc ? : abap bdc