VCH_SIMULATION

Transparent Table Application Table

Variant Configuration: Simulations

VCH_SIMULATION is an SAP database table in S/4HANA. Variant Configuration: Simulations. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_VariantConfigurationSimln view from BASIC Simulation Database Interface View
P_SavedSimulation view from BASIC

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY id vchclf_saved_sim_uuid UUID

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.

-- Variant Configuration: Simulations
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE VCH_SIMULATION (
    MANDT,  -- Client [mandt]
    ID,     -- UUID [vchclf_saved_sim_uuid]
    PRIMARY KEY (MANDT, ID)
);