Hello,
I'm creating GoodsMovement type 261 (consumption by production order) by SAP Enterprise Service ECC_GOODSMOVEMENTCRTRC1 / GoodsMovementERPCreateRequestConfirmation_In_V1 namespace http://sap.com/xi/APPL/Global2
Everything seem's to be ok in the backend.
The Movement is listed in t-code co03 -> goto -> documented goods Movements.
But
* the movement is marked as unplanned consumption
* the withdrawn quantity in co03 component overview is not increased
* the reserved material quantity is not reduced
There is no data element in the service request message to submit a reservationID.
Has anybody an idea, why withdrawn quantity and reserved quantity are not recalculated?
Is anything wrong or missing in the request message?
Is it the wrong service for movement type 261?
Is there a setting in the customizing of the backend which leads the backend to recalculate withdrawn and reserved quantity automatically when receiving a 261 movement?
Regards.
Roland
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global"> <soapenv:Header/> <soapenv:Body> <glob:GoodsMovementERPCreateRequest_sync_V1> <MessageHeader> <UUID>35b1f829-b550-4dc0-b378-bb0c1ee605d7</UUID> </MessageHeader> <GoodsMovement> <PostingDate>2016-01-12</PostingDate> <GoodsMovementCategoryCode>3</GoodsMovementCategoryCode> <Item> <GoodsMovementTypeCode>261</GoodsMovementTypeCode> <PlantID>1234</PlantID> <InventoryManagedLocation> <InternalID>SLOC</InternalID> </InventoryManagedLocation> <Material> <InternalID>4711</InternalID> <BatchID>0123456789</BatchID> </Material> <Quantity> <EntryQuantity unitCode="PCE">1</EntryQuantity> </Quantity> <AccountingCodingBlockDistribution> <AccountingCodingBlockAssignment> <ProfitCentreID>1234-123</ProfitCentreID> <ProductionOrderReference> <ID>7284701</ID> </ProductionOrderReference> </AccountingCodingBlockAssignment> </AccountingCodingBlockDistribution> </Item> </GoodsMovement> </glob:GoodsMovementERPCreateRequest_sync_V1> </soapenv:Body></soapenv:Envelope>