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

iw31

Former Member
0 Likes
410

Hallo,

I am using a screen exit in IWO10018 .to add some buttons . on the click of this button i call some already existing subroutines in this exit.

My problem is that:

when i call these subroutines ,it makes use of some global variables. the values of these variables i change in the PAI of the screen exit. But they still use the values which were in theere before the exit is called.

I thinks teh problem is since the screen exit value change is not reflected in the actualy program. .

how can i rectify this problem.?

thanks

2 REPLIES 2
Read only

Former Member
0 Likes
379

Hi,

pass your required value in your subroutine to the variable and then use it.

Regards,

Vijay

Read only

0 Likes
379

It is a subroutine in the standard code.... i cannot change its variables