I_PAYMENTSTATISTICS_BASE

CDS View

Base View for Payment Statistics

I_PAYMENTSTATISTICS_BASE is a CDS View in S/4HANA. Base View for Payment Statistics. It contains 14 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_Paymentstatistics_Days view from COMPOSITE Payment Processing Days

Fields (14)

KeyField CDS FieldsUsed in Views
BankCountryKey BankCountryKey 1
BankKey BankKey 1
CompanyCode CompanyCode 1
CreationDate CreationDate 1
IsUrgentPayment IsUrgentPayment 1
LastChangeDate LastChangeDate 1
PayeeBankCountry PayeeBankCountry 1
PayeeBankInternalID PayeeBankInternalID 1
PaymentBatch PaymentBatch 1
PaymentBatchRule PaymentBatchRule 1
PaymentCurrency PaymentCurrency 1
PaymentMethod PaymentMethod 1
PaymentProcessingStatus PaymentProcessingStatus 1
Status GeneralStatus 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.

-- Base View for Payment Statistics
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PAYMENTSTATISTICS_BASE (
    BANKCOUNTRYKEY,
    BANKKEY,
    COMPANYCODE,
    CREATIONDATE,
    ISURGENTPAYMENT,
    LASTCHANGEDATE,
    PAYEEBANKCOUNTRY,
    PAYEEBANKINTERNALID,
    PAYMENTBATCH,
    PAYMENTBATCHRULE,
    PAYMENTCURRENCY,
    PAYMENTMETHOD,
    PAYMENTPROCESSINGSTATUS,
    STATUS
);