P_SUPINV_CASH_DISCOUNT_DATE

CDS View

P_SUPINV_CASH_DISCOUNT_DATE is a CDS View in S/4HANA. It contains 11 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_SuplrInvcItmQtyVariancePred view inner BASIC
P_SuplrInvcItmQtyVarianceTrain view inner BASIC

Fields (11)

KeyField CDS FieldsUsed in Views
cpudt CreationDate 2
cputm CreationTime 2
EarliestCashDiscountDate EarliestCashDiscountDate 2
LIFNR_RBKP InvoicingParty 2
zbd1p CashDiscount1Percent 2
zbd1t CashDiscount1Days 2
zbd2p CashDiscount2Percent 2
zbd2t CashDiscount2Days 2
zbd3t NetPaymentDays 2
zfbdt DueCalculationBaseDate 2
zterm PaymentTerms 2

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 P_SUPINV_CASH_DISCOUNT_DATE (
    CPUDT,
    CPUTM,
    EARLIESTCASHDISCOUNTDATE,
    LIFNR_RBKP,
    ZBD1P,
    ZBD1T,
    ZBD2P,
    ZBD2T,
    ZBD3T,
    ZFBDT,
    ZTERM
);