I_CADOCUMENTHEADER

CDS View

Contract Accounting Document

I_CADOCUMENTHEADER is a CDS View in S/4HANA. Contract Accounting Document. It contains 23 fields. 30 CDS views read from this table.

CDS Views using this table (30)

ViewTypeJoinVDMDescription
C_CADocumentHeaderValueHelp view from CONSUMPTION Belegnummer
C_CADocumentReversal view from CONSUMPTION Reverse Document
C_CAReturnPaymentDocumentVH view from CONSUMPTION Payment Document auf Return Wertehilfer
ESH_N_CADOCUMENTHEADER view from
I_CAClarificationDocumentVH view from COMPOSITE Value Help for Clarification Document
I_CADisputeCaseFllwUpPosting view left_outer COMPOSITE Disputed Follow Up Posting Document
I_CADisputedDocument view inner COMPOSITE Documents in Dispute Cases
I_CADisputedPayment view left_outer COMPOSITE Disputed Payment
I_CAInstallmentPlanVH view_entity from COMPOSITE Installment Plan Number
I_CAInterestNoticeHeader view from COMPOSITE View for Interest Notice Header Data
I_CANotDisputedClearedDoc view from COMPOSITE Not Disputed Cleared Doc
I_CANotDisputedClearedItem view inner COMPOSITE Not Disputed Cleared Items
I_CANotDisputedCredit view from COMPOSITE Not Disputed Credit
I_CANotDisputedOpenDoc view from COMPOSITE Not Disputed Open Doc
I_CANotDisputedOpenItem view inner COMPOSITE Not Disputed Open Items
I_CANotDisputedPayment view from COMPOSITE Not Disputed Payments
I_CAReturnDocumentValueHelp view from COMPOSITE Return Document Wertehilfer
I_CAReversalDocumentVH view from COMPOSITE Reversal Document
I_CAReversedDocumentVH view from COMPOSITE Reversed Document
I_CAScrtyDepRequestProcess view_entity left_outer COMPOSITE Document Process of a Specific Request
I_CASecurityDepositReqDoc view_entity left_outer COMPOSITE Security Deposit Request Document
I_CAWriteOffDocumentVH view from COMPOSITE Ausbuchungsbeleg
P_BOPFicaDoc0 view from COMPOSITE
P_CAClearingDocument view inner COMPOSITE Clearing Document
P_CANotDisputedDocumentSum view inner COMPOSITE Not Disputed Document
P_ContractAccountingLineItem view inner CONSUMPTION Items in Contract Accounting document
P_FR_AuditFECPaymentDocsInCA view inner CONSUMPTION France Audit FEC CA payment documents
P_SG_CAClrAmntCalc view inner COMPOSITE
P_SG_CAInvoiceTaxItem view inner COMPOSITE
P_TW_CATaxItem view_entity inner COMPOSITE

Fields (23)

KeyField CDS FieldsUsed in Views
KEY CADocumentNumber CADocumentNumber 4
KEY CAReconciliationKey CAReconciliationKey 6
CAApplicationArea CAApplicationArea 2
CADocContainsCashFlowItems CADocContainsCashFlowItems 1
CADocumentClass CADocumentClass 1
CADocumentOriginCode CADocumentOriginCode 7
CADocumentOriginCodeName CADocumentOriginCodeName 4
CADocumentType CADocumentType 2
CADocumentTypeForGLTransfer CADocumentTypeForGLTransfer 1
CADocumentVersion CADocumentVersion 1
CAPostingDate CAPostingDate 8
CAReferenceDocument CAReferenceDocument,ReferenceNumber 6
CAReversalDocumentNumber CAReversalDocumentNumber 6
CAReversedDocumentNumber CAReversedDocumentNumber 6
CASeparateDocIsCreatedInGL CASeparateDocIsCreatedInGL 1
CATaxCompanyCode CATaxCompanyCode 1
CreatedByUser CreatedByUser 8
CreationDate CreationDate 1
CreationTime CreationTime 1
DocumentDate DocumentDate 6
ReferenceDocumentType ReferenceDocumentType 2
TaxReportingDate TaxReportingDate 2
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.

-- Contract Accounting Document
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CADOCUMENTHEADER (
    CADOCUMENTNUMBER,
    CARECONCILIATIONKEY,
    CAAPPLICATIONAREA,
    CADOCCONTAINSCASHFLOWITEMS,
    CADOCUMENTCLASS,
    CADOCUMENTORIGINCODE,
    CADOCUMENTORIGINCODENAME,
    CADOCUMENTTYPE,
    CADOCUMENTTYPEFORGLTRANSFER,
    CADOCUMENTVERSION,
    CAPOSTINGDATE,
    CAREFERENCEDOCUMENT,
    CAREVERSALDOCUMENTNUMBER,
    CAREVERSEDDOCUMENTNUMBER,
    CASEPARATEDOCISCREATEDINGL,
    CATAXCOMPANYCODE,
    CREATEDBYUSER,
    CREATIONDATE,
    CREATIONTIME,
    DOCUMENTDATE,
    REFERENCEDOCUMENTTYPE,
    TAXREPORTINGDATE,
    TRANSACTIONCURRENCY,
    PRIMARY KEY (CADOCUMENTNUMBER, CARECONCILIATIONKEY)
);