Since this is my first visit - hi all!
Problem:
I'm importing a text file with Orderno;Lineno;Itemno;Qty;Serialno
If there's a serialno, I want to assign that serialno to the item on the sales line and then the user should Post (Ship or Ship/Invoice) the order.
I've come so far that the serial no is assigned to the line (I see it on from 6510) and everything looks OK. BUT when I try to post it (Ship) it breaks in CU 22 function CheckItemTracking. The error message is Text015 (Serial no is required for item XX...).
I've checked out the code on form 6510 and it seems to me that assigning a serial no is quit a complicated operation. I've tried to replicate the functions used in form 6510 and CU 9900832 in my dataport but without result. There's a lot of varibles declared as temporary records and I'm not sure I've done it right.
If you guys have any input that could help me solve this problem I would be very thankful.
Cheers / fredrik
0
Comments
I'm sorry to say, one of my colleagues has been trying the same without success...?
Would like to hear if You find a solution...
Henrik Frederiksen, Denmark
Table (337)
This should help point you in the right direction.
//
Fredrik