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

routine for condition value

Former Member
0 Likes
319

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

1 REPLY 1
Read only

Former Member
0 Likes
287

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