I_NONPYRDUNHIST

CDS View

Non Payer Dunning History

I_NONPYRDUNHIST is a CDS View in S/4HANA. Non Payer Dunning History. It contains 9 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_NonPayerDunEvent view_entity from COMPOSITE Non Payer Dunning Level 1 - 4

Fields (9)

KeyField CDS FieldsUsed in Views
BusinessPartner BusinessPartner 1
CACollectionStep CustomerEventAdditionalValue2 1
CACollectionStepName CustomerEventAddlValue2Txt 1
CACollectionStrategy CustomerEventAdditionalValue1 1
CACollectionStrategyName CustomerEventAddlValue1Txt 1
CAContract BhvrlInsgtsSubAccountNumber 1
CAIssueDate CustomerEventEndDate,CustomerEventStartDate 1
CompanyCode CompanyCode 1
ContractAccount BhvrlInsgtsAccountNumber 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.

-- Non Payer Dunning History
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_NONPYRDUNHIST (
    BUSINESSPARTNER,
    CACOLLECTIONSTEP,
    CACOLLECTIONSTEPNAME,
    CACOLLECTIONSTRATEGY,
    CACOLLECTIONSTRATEGYNAME,
    CACONTRACT,
    CAISSUEDATE,
    COMPANYCODE,
    CONTRACTACCOUNT
);