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

Regarding Function module

former_member189596
Active Participant
0 Likes
544

Hi all,

For function module , i created all constant values in GLOBAL include .

Then again i menationed same constant values in Local source.

while running function module, which values it can take.

Thanks in advance,

regards,

Bhaskar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
527

Hi Bhaskar,

You can't do that. The program will show you an syntax error message that the values are already defined

Regards,

Atish

3 REPLIES 3
Read only

Former Member
0 Likes
528

Hi Bhaskar,

You can't do that. The program will show you an syntax error message that the values are already defined

Regards,

Atish

Read only

h_senden2
Active Contributor
0 Likes
527

it first will take the local values.

But the best way to define constant values is in the global include.

regards,

Hans

Read only

Former Member
0 Likes
527

Hi Bhaskar,

it will consider the constants which you have declared locally.

Satish