‎2008 Mar 14 8:14 AM
Hello All,
I have defined one routine formula for calculating condition value in purchase order based on condition type.
Now the amount which i have calculated in this routine i want to use this value in another routine.
how to do this ? i have to create global variable or is there any other option pls let me knw
Thnks,
Sunny
‎2008 Mar 14 8:21 AM
Hi,
U can just pass the value as parameter to the other routine by USING keyword.
Else u can declare it as global variable at the start of program. Second is easier.
Reward if helpful.
Regards,
Ramya