I_CADUNNINGHEADER

CDS View

Dunning History Header

I_CADUNNINGHEADER is a CDS View in S/4HANA. Dunning History Header. It contains 20 fields. 9 CDS views read from this table.

CDS Views using this table (9)

ViewTypeJoinVDMDescription
C_CACollectionVol view from CONSUMPTION Analyse des Collection Volumens
C_CADunningVol view from CONSUMPTION Analyse des Mahnvolumens
I_CACollectionSuccessCube view_entity from COMPOSITE Analyze Collections Success - Cube
I_CADunningHistory view from COMPOSITE Mahnhistorie
I_CADunningLetterHeader view from COMPOSITE Mahnschreiben - Kopfdaten
I_CADunningNotice view from COMPOSITE Composite view for Dunning Notice
I_CADunningSuccessCube view_entity from COMPOSITE Analyze Dunning Success - Cube
P_CADunningSuccess view from CONSUMPTION
R_CADunningTP view_entity from TRANSACTIONAL Dunning Header - TP

Fields (20)

KeyField CDS FieldsUsed in Views
KEY BusinessPartner BusinessPartner 2
KEY CADunningCounter CADunningCounter 2
KEY CAMassRunDate CAMassRunDate 2
KEY CAMassRunID CAMassRunID 2
KEY ContractAccount ContractAccount 2
BusinessArea BusinessArea 1
CACollectionStep CACollectionStep 2
CACollectionStrategy CACollectionStrategy 2
CAContract CAContract 2
CADunningInterestAmount CADunningInterestAmount 1
CADunningLevel CADunningLevel 2
CADunningProcedure CADunningProcedure 2
CAIssueDate CAIssueDate 1
CAPaymentFormExternalNumber CAPaymentFormExternalNumber 1
CAPaymentFormNumber CAPaymentFormNumber 1
CAPaymentTargetDate CAPaymentTargetDate 1
CAStandardCompanyCode CAStandardCompanyCode 1
CASubApplication CASubApplication 1
Division Division 1
TransactionCurrency TransactionCurrency 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.

-- Dunning History Header
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CADUNNINGHEADER (
    BUSINESSPARTNER,
    CADUNNINGCOUNTER,
    CAMASSRUNDATE,
    CAMASSRUNID,
    CONTRACTACCOUNT,
    BUSINESSAREA,
    CACOLLECTIONSTEP,
    CACOLLECTIONSTRATEGY,
    CACONTRACT,
    CADUNNINGINTERESTAMOUNT,
    CADUNNINGLEVEL,
    CADUNNINGPROCEDURE,
    CAISSUEDATE,
    CAPAYMENTFORMEXTERNALNUMBER,
    CAPAYMENTFORMNUMBER,
    CAPAYMENTTARGETDATE,
    CASTANDARDCOMPANYCODE,
    CASUBAPPLICATION,
    DIVISION,
    TRANSACTIONCURRENCY,
    PRIMARY KEY (BUSINESSPARTNER, CADUNNINGCOUNTER, CAMASSRUNDATE, CAMASSRUNID, CONTRACTACCOUNT)
);