Skip to Content
0
Jun 14, 2020 at 11:01 PM

Pass Generic table to AMDP method

286 Views

Hello,

Is there any way we can pass a Generic Table (TYPE ANY TABLE ) to a AMDP method ?

My requirement is to pass a table ( type any ) and a column name in the table to a method that should export

total count and SUM (column) back.

If not with AMDP, can we achieve this with normal class method ?