Categories ABAP Interview QnA Technical Q&A How can we process similar records in a loop based on few fields? by Shubham Gupta Posted on 31 March 2021 31 March 2021 0 We can use LOOP AT GROUP BY and provide fields required for grouping similar records and then use LOOP AT GROUP. New ABAP Syntax Previous Post Explain the concept of Metadata Extensions Next Post Suppose we want to add all the amount fields in an internal table without using LOOP statement, how can we achieve this?