‎2007 Oct 22 1:16 PM
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
‎2007 Oct 22 1:18 PM
Hi Bhaskar,
You can't do that. The program will show you an syntax error message that the values are already defined
Regards,
Atish
‎2007 Oct 22 1:18 PM
Hi Bhaskar,
You can't do that. The program will show you an syntax error message that the values are already defined
Regards,
Atish
‎2007 Oct 22 1:19 PM
it first will take the local values.
But the best way to define constant values is in the global include.
regards,
Hans
‎2007 Oct 22 1:47 PM
Hi Bhaskar,
it will consider the constants which you have declared locally.
Satish