‎2007 Nov 05 2:10 AM
Hi,
There are several function modules and subroutines in a function group. And the subroutines will be called by severel modules.
Originally:
1. I put subroutine forms in an Include.
2. and in the function modules which will use the forms, I include the Include before the function definition.
3. While when activating the functin modules, it's reported that the forms had already been defined. Only if one function module includes the Include, it's OK.
How should the forms and function modules be organized?
Thanks!
Sayid
‎2007 Nov 05 2:20 AM
Hi,
Just remove step 2. No need to specify the include name.
Regards,
Atish
‎2007 Nov 05 3:16 AM