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
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,524 Super User 2024 Season 2
Martin Dráb 228,493 Most Valuable Professional
nmaenpaa 101,148