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

Missing value in data transfer routine VOFM

Former Member
0 Likes
465

Hi experts,

I've created data transfer routine in Shipment. I try to fill field VTTK-VSBED (Shipping conditions), at the end of data transfer routine C_XVTTK_TMP-VSBED is filled, but the field in VT02N remains empty. Any ideas where it can be cleared?

Thank you in advance.

BR

Paul

1 REPLY 1
Read only

Juwin
Active Contributor
0 Likes
381

Please put a breakpoint in your routine. Once the debugger breaks at the breakpoint, create a watchpoint for the field you are looking for and then you will be able to see where the value of the field is getting changed.

Thanks,

Juwin