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

sd copy routine

Former Member
0 Likes
347

HI,

Problem with c_xvttk_tmp in sd copy routine.I have update the c_xvttk_tmp with some value but there is no updated in screen fields of Vt02n.i copied routine 12 and made a custom routine 601 and included code for calling 12 routine in 601.i can see tha values in c_xvttk in debug mode .there is any thing i have to do exta?

1 REPLY 1
Read only

Former Member
0 Likes
310

Hi,

Though you are able to view the value in debugging, the value might got changed after this routine.

So by using the watch points, observe where and how the value got overwritten again, and code accordingly.

Also check some COMMIT WORK etc.. kind of stuff is useful here.....

Regards,

Santhosh.