I_CFINBILLINGDOCUMENT

CDS View

CFin Billing Document: Header

I_CFINBILLINGDOCUMENT is a CDS View in S/4HANA. CFin Billing Document: Header. It contains 7 fields. 10 CDS views read from this table.

CDS Views using this table (10)

ViewTypeJoinVDMDescription
C_NL_SAFTSubLedgerLine view left_outer CONSUMPTION SAFT NL Sub Ledger Line
I_SAFTJournalLineItem view inner COMPOSITE SAF-T Journal Item
P_AR_ElectronicDplItemsFromSD view inner CONSUMPTION
P_AR_SalesFromSDWithZeroVAT view inner CONSUMPTION
P_ID_PricingElementGroup view inner COMPOSITE
P_ID_StRpVATOutPrgElm view_entity inner COMPOSITE
P_NL_SAFTJounalItemCFinDoc view_entity from COMPOSITE
P_RU_VATInTransitBillingDoc view inner CONSUMPTION
P_SK_StRpVATCSBillingItem view from COMPOSITE
P_StRpBillingItemWithPrcgElmnt view from COMPOSITE

Fields (7)

KeyField CDS FieldsUsed in Views
KEY CentralFinanceBillingDocument BillingDocument,CentralFinanceBillingDocument 3
KEY SenderLogicalSystem SenderLogicalSystem 2
AccountingExchangeRate AccountingExchangeRate 2
CompanyCode CompanyCode 2
ExchangeRateDate ExchangeRateDate 1
SDDocumentCategory SDDocumentCategory 1
SoldToParty SoldToParty 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.

-- CFin Billing Document: Header
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CFINBILLINGDOCUMENT (
    CENTRALFINANCEBILLINGDOCUMENT,
    SENDERLOGICALSYSTEM,
    ACCOUNTINGEXCHANGERATE,
    COMPANYCODE,
    EXCHANGERATEDATE,
    SDDOCUMENTCATEGORY,
    SOLDTOPARTY,
    PRIMARY KEY (CENTRALFINANCEBILLINGDOCUMENT, SENDERLOGICALSYSTEM)
);