_CNTRLPURCONTRITMCNSMPNPCT

_CNTRLPURCONTRITMCNSMPNPCT is an SAP database table in S/4HANA. It contains 10 fields.

Fields (10)

KeyField CDS FieldsUsed in Views
CntrlPurContractGRAmount CntrlPurContractGRAmount 1
CntrlPurContractGRQuantity CntrlPurContractGRQuantity 1
CntrlPurContrGRConsumptionPct CntrlPurContrGRConsumptionPct 2
CntrlPurContrInvcRcptAmount CntrlPurContrInvcRcptAmount 1
CntrlPurContrInvcRcptCnsmpnPct CntrlPurContrInvcRcptCnsmpnPct 1
CntrlPurContrInvcRcptCnsmpnVal CntrlPurContrInvcRcptCnsmpnVal 1
CntrlPurContrInvcRcptQuantity CntrlPurContrInvcRcptQuantity 1
ContractConsumptionInPct ContractConsumptionInPct 1
ReleaseOrderCurrency ReleaseOrderCurrency 1
ReleaseOrderItemQuantityUnit ReleaseOrderItemQuantityUnit 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _CNTRLPURCONTRITMCNSMPNPCT (
    CNTRLPURCONTRACTGRAMOUNT,
    CNTRLPURCONTRACTGRQUANTITY,
    CNTRLPURCONTRGRCONSUMPTIONPCT,
    CNTRLPURCONTRINVCRCPTAMOUNT,
    CNTRLPURCONTRINVCRCPTCNSMPNPCT,
    CNTRLPURCONTRINVCRCPTCNSMPNVAL,
    CNTRLPURCONTRINVCRCPTQUANTITY,
    CONTRACTCONSUMPTIONINPCT,
    RELEASEORDERCURRENCY,
    RELEASEORDERITEMQUANTITYUNIT
);