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?