Skip to Content
0
Dec 01, 2006 at 09:41 AM

Aggregation functions

26 Views

How to most efficient can I symulate Aggregation functions in ABAP?

I know that I can use max min, avg on single field in table, but I need to calculate in program, this values but not on a single field but on expression e.g:

max(kolumn1 - kolumn2 + kolumn3 / kolumn 4) and so one...

Or I miss something in documentation?