
Hi I am using econnect in my application to create sales order and allocate and fulfill. Sometimes I would like to only allocate without fulfillment, and I am passing following parameters in taSopLineIvcInsert object econnect.
QUANTITY = 2
ALLOCATE = 1
QTYFULFI = 0
QTYFULFISpecified = false
AUTOALLOCATELOT= 0
AutoAssignBin= 0
I am sending above param when I want only allocation without fulfillment, but after econnect create transaction it updates both ATYALLOC (2), QTYFULFI (2) in sop10200, but I want QTYFULFI to be 0. How can I fix this?
Hello Subha,
Can you please pass the null value, mean do not use "QTYFULFI" and see if it works or not. Try with QTYFULFISpecified = false if not do not pass both the field. Let it go as null.
Thanks much
Sandip