I_DIGITALVEHICLE

CDS View

Digital Vehicle

I_DIGITALVEHICLE is a CDS View in S/4HANA. Digital Vehicle. It contains 1 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_DigitalVehicleBaseObserver view_entity inner BASIC Digital Vehicle Installed Base Observer
I_DigitalVehicleBaseOwner view_entity inner BASIC Digital Vehicle Base Owner
R_DigitalVehicleTP_2 view_entity from TRANSACTIONAL Digital Vehicle

Fields (1)

KeyField CDS FieldsUsed in Views
KEY VMSVehicleUUID VMSVehicleUUID 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.

-- Digital Vehicle
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_DIGITALVEHICLE (
    VMSVEHICLEUUID,
    PRIMARY KEY (VMSVEHICLEUUID)
);