How Group 10 sets of records per group of Internal Table in ABAP. Good Afternoon All, I have one internal table which have 400 records ,i need to group these records in set of 10 records . for example: ID value 2 100 1 95 3 90 4 85 6 80 7 75 8 70 10 65 9 60 ---------------------------------- Total : 720---------------------------------------1st group ------------------------------- 11 59 13 58 12 55 14 54 15 52 18 51 16 50 17 49 19 40 20 39 ------------------------------- Total : 507 -----------------------2nd Group ------------------------------ .......... .......... ........ please help me ....how i get this in abap. Thanks
2 7698Post New Sasco Interview Questions
Is a parabola a function?
What are sharing rules in Salesforce?
what is difference between PHP4 , PHP5
What is ms word pdf?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What are the benefits ofparticipation in a depository?
How do I remove the adc after moving all of my users to an exchange 2003 server?
What is x-windows?
How is traits used in php?
What is row state?
What is scripted pipeline in jenkins?
How many types of closures are there in swift?
How can u use 2 styles at the same time?
Explain the difference between quality control and quality assurance.
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba