I_BUDGETDOCUMENTBASIC

CDS View

Budget Document header - basic

I_BUDGETDOCUMENTBASIC is a CDS View in S/4HANA. Budget Document header - basic. It contains 6 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_BudgetDocument view from COMPOSITE Budget Document header
I_BudgetDocumentTP view from TRANSACTIONAL Budget Document header - Transactional

Fields (6)

KeyField CDS FieldsUsed in Views
CreatedByUser CreatedByUser 1
CreationDate CreationDate 1
CreationTime CreationTime 1
LastChangeDate LastChangeDate 1
LastChangedByUser LastChangedByUser 1
LastChangeTime DocumentLastChangedDateAndTime,LastChangeTime 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.

-- Budget Document header - basic
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BUDGETDOCUMENTBASIC (
    CREATEDBYUSER,
    CREATIONDATE,
    CREATIONTIME,
    LASTCHANGEDATE,
    LASTCHANGEDBYUSER,
    LASTCHANGETIME
);