• Register

Inventory Reconciliation

This API allows an external system to send inventory reconciliation data to SAP.

Request URI

Header Parameter

Field Type Mandatory Value
SOAPAction string Y notifyInventoryReconciliation

Request Structure

Field Type Mandatory Description
TrackingHeader
    SessionID string Y Session identifier
    CorrelationID string Y Correlation identifier
    RequestID string Y Request identifier
    ObjectType string Y Type of object
    BusinessID string N Business identifier
    ListOfBusinessIDs
        BusinessEntityID(1...∞)
            Name string Y Entity name
            Value string Y Entity value
ContextID string N Business identifier
    ListOfContextIDs
        ContextID(1...∞)
            Name string Y Entity name
            Value string Y Entity value
InventoryReconciliationRequest
    PLANNED_DATE string Y Planned date for reconciliation
    PLANT string Y Plant code
    STORAGE_LOCATION string Y Storage location identifier
    ITEMDETAILS
        item (0...∞)
          LINE_ITEM string Y Line item number
          MATERIAL string Y Material code
          BATCH string Y Batch number
          QUANTITY decimal Y Quantity value
          UOM string Y Unit of measure

Request Example

Response Structure

Field Type Mandatory Description
InventoryReconciliationResponse
    CommonResponse
        ResponseType(0...∞)
            Status string Y Response status
            Class string N Response message class
            Code string N Response or error code
            Message string N Response message

Response Example

Docs Navigation