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?