‎2015 Jul 14 12:51 PM
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
‎2015 Jul 14 2:15 PM
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