I_CADUNNINGEXCEPTION

CDS View

Mahnausnahme

I_CADUNNINGEXCEPTION is a CDS View in S/4HANA. Mahnausnahme. It contains 30 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_CADunningException view from CONSUMPTION Dunning Run Exceptions
C_CADunningException_2 view_entity from CONSUMPTION Display Dunning Run Exeptions
P_CADunningException view_entity from COMPOSITE Dunning Run Exceptions

Fields (30)

KeyField CDS FieldsUsed in Views
KEY BusinessPartner BusinessPartner 1
KEY CABPItemNumber CABPItemNumber 1
KEY CADocumentNumber CADocumentNumber 1
KEY CAMassRunDate CAMassRunDate 1
KEY CAMassRunID CAMassRunID 1
KEY CARepetitionItemNumber CARepetitionItemNumber 1
KEY CASubItemNumber CASubItemNumber 1
KEY ContractAccount ContractAccount 1
_BusinessArea _BusinessArea 1
_CompCode _CompCode 1
_Division _Division 1
_Segment _Segment 1
BusinessArea BusinessArea 1
CAAccountDeterminationCode CAAccountDeterminationCode 1
CAAmountInTransactionCurrency CAAmountInTransactionCurrency 1
CAContract CAContract 1
CADocumentType CADocumentType 1
CADunningExceptionReason CADunningExceptionReason 1
CADunningLockReason CADunningLockReason 1
CAIssueDate CAIssueDate 1
CAMainTransaction CAMainTransaction 1
CANetDueDate CANetDueDate 1
CAStatisticalItemCode CAStatisticalItemCode 1
CASubApplication CASubApplication 1
CASubTransaction CASubTransaction 1
CompanyCode CompanyCode 1
Division Division 1
ProfitCenter ProfitCenter 1
Segment Segment 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.

-- Mahnausnahme
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CADUNNINGEXCEPTION (
    BUSINESSPARTNER,
    CABPITEMNUMBER,
    CADOCUMENTNUMBER,
    CAMASSRUNDATE,
    CAMASSRUNID,
    CAREPETITIONITEMNUMBER,
    CASUBITEMNUMBER,
    CONTRACTACCOUNT,
    _BUSINESSAREA,
    _COMPCODE,
    _DIVISION,
    _SEGMENT,
    BUSINESSAREA,
    CAACCOUNTDETERMINATIONCODE,
    CAAMOUNTINTRANSACTIONCURRENCY,
    CACONTRACT,
    CADOCUMENTTYPE,
    CADUNNINGEXCEPTIONREASON,
    CADUNNINGLOCKREASON,
    CAISSUEDATE,
    CAMAINTRANSACTION,
    CANETDUEDATE,
    CASTATISTICALITEMCODE,
    CASUBAPPLICATION,
    CASUBTRANSACTION,
    COMPANYCODE,
    DIVISION,
    PROFITCENTER,
    SEGMENT,
    TRANSACTIONCURRENCY,
    PRIMARY KEY (BUSINESSPARTNER, CABPITEMNUMBER, CADOCUMENTNUMBER, CAMASSRUNDATE, CAMASSRUNID, CAREPETITIONITEMNUMBER, CASUBITEMNUMBER, CONTRACTACCOUNT)
);