Dear community,
I would require your help regarding a confirmation call to a SiteLogisticsTask.
The system has an open task (nr. 5), which resulted from an inbound delivery. The task is to put the material on stock, hence an inbound task.
I would like to confirm the task with the actual quantity (in this example open quantity = actual quantity).
I do get a "5Saved Successfully" response, but the task is still marked as open and I don't see the confirmation on the UI.
Do you have any ideas on what might be the issue here?
What is missing / too much to trigger the creation of a confirmation?
Thanks in advance for your help!
Here's the XML request:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global"> <soap:Header/> <soap:Body> <glob:SiteLogisticsTaskBundleMaintainRequest_sync_V1> <BasicMessageHeader> </BasicMessageHeader> <SiteLogisticsTask> <SiteLogisticTaskID>5</SiteLogisticTaskID> <SiteLogisticTaskUUID>00163e0b-682b-1ed4-b295-7ddb8fb821ec</SiteLogisticTaskUUID> <ReferenceObject> <ReferenceObjectUUID>00163e0b-682b-1ed4-b295-7ddb8fb841ec</ReferenceObjectUUID> <OperationActivity> <OperationActivityUUID>00163e0b-682b-1ed4-b295-7ddb8fb721ec</OperationActivityUUID> <DeliverySplitIndicator>false</DeliverySplitIndicator> <MaterialInput> <MaterialInputUUID>00163e0b-682b-1ed4-b295-7ddb8fb761ec</MaterialInputUUID> <ProductID>00.BW</ProductID> <SourceLogisticsAreaID></SourceLogisticsAreaID> <ActualQuantity unitCode="TNE">0.101</ActualQuantity> <LogisticsDeviationReasonCode>1</LogisticsDeviationReasonCode> </MaterialInput> <MaterialOutput> <MaterialOutputUUID>00163e0b-682b-1ed4-b295-7ddb8fb781ec</MaterialOutputUUID> <ProductID>00.BW</ProductID> <TargetLogisticsAreaID>A00000-10-1</TargetLogisticsAreaID> <ActualQuantity unitCode="TNE">0.101</ActualQuantity> <LogisticsDeviationReasonCode>1</LogisticsDeviationReasonCode> </MaterialOutput> </OperationActivity> </ReferenceObject> </SiteLogisticsTask> </glob:SiteLogisticsTaskBundleMaintainRequest_sync_V1> </soap:Body></soap:Envelope>