‎2021 Feb 06 5:03 PM
Hi ,
Any Function module to show total only in field .
I have internal table and I have field price
I want to sum only this field to assign it in Adobe form to show total under the field
‎2021 Feb 06 7:31 PM
I guess your question is not about how to do a sum in ABAP, that is so easy, so could you please refine your question?
‎2021 Feb 07 7:21 PM
Have you considered adding a global variable inside of the Adobe form and just add a loop-statement in the 'Code Initialization' section of the form to calculate the total?
That way you add your new global variable as the value of your new field and you're done.
(I don't think there is a function module that accepts random internal tables and then will calculate totals of any column of your choice.)