Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to organize function modules & subroutines in a function group?

tongping
Explorer
0 Likes
437

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

2 REPLIES 2
Read only

Former Member
0 Likes
394

Hi,

Just remove step 2. No need to specify the include name.

Regards,

Atish

Read only

0 Likes
394

Hi Atish

Yes, you are right.

It works.

Thank you.

Regards,

Sayid