SIMULATEDOPERATIONS

SIMULATEDOPERATIONS is an SAP database table in S/4HANA. It contains 8 fields.

Fields (8)

KeyField CDS FieldsUsed in Views
KEY MaintSchedSimlnUUID MaintSchedSimlnUUID 1
ActivityType ActivityType 1
MaintOrdOpSimulatedEndDate MaintOrdOpSimulatedEndDate 1
MaintOrdOpSimulatedStartDate MaintOrdOpSimulatedStartDate 1
MaintOrdOpSimulationStatus MaintOrdOpSimulationStatus 1
NumberOfResources NumberOfCapacities 1
OperationDurationUnit OperationDurationUnit 1
OperationPlannedWorkUnit OperationPlannedWorkUnit 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SIMULATEDOPERATIONS (
    MAINTSCHEDSIMLNUUID,
    ACTIVITYTYPE,
    MAINTORDOPSIMULATEDENDDATE,
    MAINTORDOPSIMULATEDSTARTDATE,
    MAINTORDOPSIMULATIONSTATUS,
    NUMBEROFRESOURCES,
    OPERATIONDURATIONUNIT,
    OPERATIONPLANNEDWORKUNIT,
    PRIMARY KEY (MAINTSCHEDSIMLNUUID)
);