Categories ABAP Interview QnA Technical Q&A Suppose we want to add all the amount fields in an internal table without using LOOP statement, how can we achieve this? by Shubham Gupta Posted on 31 March 2021 31 March 2021 0 We can use REDUCE and FOR to add all the amount fields without using LOOP statement. New ABAP Syntax Previous Post How can we process similar records in a loop based on few fields? Next Post What is the use of SAP AIF Interface?