Hi all,
I have a Z table with a field with numeric values.
I need to get the highest value from that field.
I feel it'll be a performance issue to select all records & search the highest value by looping.
So, does anyone know any function module which does the same..?