Hi experts.
In the table EKEH I need the max value of ABRUF by passing the ebeln and ebelp.
the ebeln and ebelp is in one internal table. my problem is when i using the select query with all entries the aggrigate function like MAX(ABRUF) cannot be used and i need to avoid the select statement inside the loop.
So is there any other way to get the max value of ABRUF by passing the ebeln and ebelp from an internal table
Thanks in advance
sai