BUVALTYPE

Transparent Table System Table (SAP only)

List of budgeting value type instances

BUVALTYPE is an SAP database table in S/4HANA. List of budgeting value type instances. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_BudgetValueType view from BASIC Budget Value Type

Fields (1)

KeyField Data ElementDescription DomainTypeLength
KEY valtype BUKU_VALTYPE BCS Value Type

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.

-- List of budgeting value type instances
-- Category TRANSPARENT · Delivery class S
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE BUVALTYPE (
    VALTYPE,  -- BCS Value Type [BUKU_VALTYPE]
    PRIMARY KEY (VALTYPE)
);