‎2010 May 06 1:12 PM
Hi,
We have defined a structure in a program.
We want to define a Tables parameter in a Function module having the same structure as in the program.
Is there a way to do this without defining a standard structure?
Thanks,
Arun
‎2010 May 06 1:19 PM
Hi,
Try by defining types in the Top include of function group
I mean in the INCLUDE L<function Group>TOP.
Hope It resolves your problem
Regards,
Raghava Channooru.
‎2010 May 06 1:19 PM
Hi Arun,
No, there isn't. You have to define the structure in SE11 to make it available to both a program and a function module interface.
Regards,
Nick
‎2010 May 06 1:23 PM
hi,
As Nick said u need to define the structure , also the table parameter is obselete , u can create a table type of the structure and use in the importing or exporting parameter.
‎2010 May 06 1:26 PM