CVLC25

Transparent Table Application Table

VELO : Assign User to VMS Roles

CVLC25 is an SAP database table in S/4HANA. VELO : Assign User to VMS Roles. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_VMSVehicleMaterialToUser view inner BASIC Assign VehMaterial To User with Role

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY uname xubname User
KEY role vlc_role VMS Roles

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.

-- VELO : Assign User to VMS Roles
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CVLC25 (
    MANDT,  -- Client [mandt]
    UNAME,  -- User [xubname]
    ROLE,   -- VMS Roles [vlc_role]
    PRIMARY KEY (MANDT, UNAME, ROLE)
);