• Register

Production Recap (IF043)

This API allows CTS to send production recap information to SAP.

Request URI

Header Parameter

Field Type Mandatory Value
SOAPAction string Y ProductionRecapOp

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
ZCTS_CONFIRMATION_ORDERS
    I_DETAILS
        PRODUCTION_ORDER string Y Production order identifier
        SHIFT integer Y Work shift
        CONFIRMATION_DATE string Y Date of confirmation
        TRANSID string Y Transaction identifier
        CONFIRM_TEXT string Y Confirmation notes/text
        CONFIRMATION_STATUS string Y Status of confirmation
        WORK_CENTER string Y Work center code
        MACHINE decimal Y Machine
        LABOR decimal Y Labor
        MACHINE_SETUP decimal Y Machine setup
        LABOR_SETUP decimal Y Labor setup
        BOTTLING_DETAILS
            item (0...∞)
            PALLETS_PRODUCED decimal Y Number of pallets produced
            CASES_PRODUCED decimal Y Number of cases produced
            STARTING_SERIAL_NUMBER string Y First serial number
            ENDING_SERIAL_NUMBER string Y Last serial number
            CONFIRMATION_BATCH_NUMBER string Y Batch number for bottling
            DEV_REASON string Y Deviation reason
        CONSUMPTION_DETAILS
            item (0...∞)
                MATERIAL_CONSUMED string Y Consumed material code
                CONSUMPTION_DATE string Y Date of consumption
                CONSUMPTION_QUANTITY decimal Y Quantity consumed
                CONSUMPTION_UNIT string Y Unit of measure
                TANK_STARTING_PG decimal Y Initial tank level
                TANK_ENDING_PG decimal Y Final tank level
                BATCH_NUMBER string Y Material batch number
                STORAGE_LOCATION string Y Storage location code
                RELEASED_BY string Y User who released consumption

Request Example

Response Structure

Field Type Mandatory Description
ZCTS_CONFIRMATION_ORDERSResponse
    E_MESSAGE string Y Message
    E_TYPE string Y Type

Response Example

Docs Navigation