I_SUPPLIERDUNNING

CDS View

Supplier Company Code Dunning

I_SUPPLIERDUNNING is a CDS View in S/4HANA. Supplier Company Code Dunning. It contains 10 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
A_SupplierDunning view from BASIC Supplier Dunning
I_BPAddlSuplrDunningTP view from TRANSACTIONAL BO view for Additional Supplier Dunning
I_BPSupplierDunningGov view_entity union_all COMPOSITE BP Supplier Dunning Data Governance
I_BPSupplierDunningTP view from TRANSACTIONAL BO view for Supplier Dunning
I_SupplierDunningTP view_entity from TRANSACTIONAL Supplier Company Code Dunning - TP

Fields (10)

KeyField CDS FieldsUsed in Views
KEY CompanyCode CompanyCode,CompanyCodeForEdit 2
KEY DunningArea DunningArea,DunningAreaForEdit 2
KEY Supplier Supplier,SupplierForEdit 2
DunningBlock DunningBlock 2
DunningClerk DunningClerk 2
DunningLevel DunningLevel 2
DunningProcedure DunningProcedure 2
DunningRecipient DunningRecipient 2
LastDunnedOn LastDunnedOn 2
LegDunningProcedureOn LegDunningProcedureOn 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.

-- Supplier Company Code Dunning
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SUPPLIERDUNNING (
    COMPANYCODE,
    DUNNINGAREA,
    SUPPLIER,
    DUNNINGBLOCK,
    DUNNINGCLERK,
    DUNNINGLEVEL,
    DUNNINGPROCEDURE,
    DUNNINGRECIPIENT,
    LASTDUNNEDON,
    LEGDUNNINGPROCEDUREON,
    PRIMARY KEY (COMPANYCODE, DUNNINGAREA, SUPPLIER)
);