Skip to Content
0
Former Member
Dec 03, 2008 at 09:48 AM

logic needed for a requirement

44 Views

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