‎2006 May 12 2:48 PM
I want to return a hashed table from a function module, but I can't seem to get it to compile.
Is there a restriction that only allows standard tables to be returned from a FM? I can't find that documented anywhere, but it seems like that's the case.
‎2006 May 12 2:59 PM
Hi,
Declare a table type say ZHASH(SE11->data type->table type).
In the properties of the table type, mark it as hashed.
Declare export parameter say itab of type ZHASH.
You would be able to export Hash table then..
Regards,
Tanveer.
<b>Please mark helpful answers</b>
‎2006 May 12 2:59 PM
Hi,
Declare a table type say ZHASH(SE11->data type->table type).
In the properties of the table type, mark it as hashed.
Declare export parameter say itab of type ZHASH.
You would be able to export Hash table then..
Regards,
Tanveer.
<b>Please mark helpful answers</b>