‎2008 Sep 02 1:11 PM
hi Expers,
is it possible to use Dynamic internal table in customized function module.
if it is possible pls suggest me.
simply to say is it possible to pass dynamic internal table
‎2008 Sep 02 1:13 PM
Hi,
declare the internal table in TABLES tab and the type is ANY.
we need to declare the Internal table type as TYPE ANY
Regards
Lekha
‎2008 Sep 02 1:13 PM
Hi,
declare the internal table in TABLES tab and the type is ANY.
we need to declare the Internal table type as TYPE ANY
Regards
Lekha
‎2008 Sep 02 1:24 PM