Hi All,
There is a function module in which there is an table named itab, to which there is no structure or table type assigned, which means it is type ANY.
I have created a dynamic table in this function module and I am passing a table to this function module, which is type any.
At runtime, I checked in debugger that both the dynamic internal table and the passed table has the same structure.
But i am etting a type mismatch dump..What can be done in this case ??
Please suggest something here.
Cheers,
Tatvagna.
Edited by: Tatvagna Shah on Jul 11, 2008 4:22 PM