Hi Srinivas,
In se11 instead of creating structure you can create your type group in that you can define the types and use that in function module parameter declarations.
after creating your type say ztype create another type of table as
types:ztype1 type standard table of ztype.
then you can use this type ztype1 to declare tables and ztype to declare structures.
Regards,
Shashikanth