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 ?