_MAINTENANCEORDERBASICDATA

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

Fields (8)

KeyField CDS FieldsUsed in Views
LatestAcceptableCompletionDate LatestAcceptableCompletionDate 1
MaintenanceActivityType MaintenanceActivityType 1
MaintenanceNotification MaintenanceNotification 1
MaintenancePlannerGroup MaintenancePlannerGroup 1
MaintOrdPersonResponsible ResponsiblePerson 1
MaintOrdProcessPhaseCode MaintOrdProcessPhaseCode 1
MaintOrdProcessSubPhaseCode MaintOrdProcessSubPhaseCode 1
OperationSystemCondition OperationSystemCondition 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 _MAINTENANCEORDERBASICDATA (
    LATESTACCEPTABLECOMPLETIONDATE,
    MAINTENANCEACTIVITYTYPE,
    MAINTENANCENOTIFICATION,
    MAINTENANCEPLANNERGROUP,
    MAINTORDPERSONRESPONSIBLE,
    MAINTORDPROCESSPHASECODE,
    MAINTORDPROCESSSUBPHASECODE,
    OPERATIONSYSTEMCONDITION
);