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

Share Global structure for different module and include

Former Member
0 Likes
569

Hi,

How can shared the data declaration for different module and include??

Regards,

Kit

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
535

Declare your variables in TOP include of the function group.

a®

4 REPLIES 4
Read only

Former Member
0 Likes
535

The global data declared in the Function Group is accessible by the FM and includes of that function group.

Read only

former_member194669
Active Contributor
0 Likes
536

Declare your variables in TOP include of the function group.

a®

Read only

0 Likes
535

Is it also work a general report program??

Read only

0 Likes
535

the TOP include will wwork with executable report, module pool, or Function groups