I_MAINTPHASECONTROLCODE

CDS View

Phase Control Code of Maintenance Order

I_MAINTPHASECONTROLCODE is a CDS View in S/4HANA. Phase Control Code of Maintenance Order. It contains 13 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_MaintenanceOrderPhaseControl view inner COMPOSITE Maintenance Order Phase Controls
I_MaintObjectPhaseControl view inner COMPOSITE Maintenance Object Phase Control Code
I_MaintOrderOpPhaseControl view inner COMPOSITE Maintenance Order Op Phase Controls

Fields (13)

KeyField CDS FieldsUsed in Views
KEY EAMBlockerCodeEntityType EAMBlockerCodeEntityType 3
KEY MaintenanceOrderType MaintenanceOrderType 1
KEY MaintenancePhaseControlName MaintenancePhaseControl,MaintenancePhaseControlName 3
_ConfignDeprecationCode _ConfignDeprecationCode 1
_StatusCode _StatusCode 3
_StatusProfile _StatusProfile 3
ConfigDeprecationCode ConfigDeprecationCode 1
EAMOverallStatusProfile EAMOverallStatusProfile 3
MaintenancePhaseControlText MaintenancePhaseControlText 3
MaintenanceUserStatusCode MaintenanceUserStatusCode 3
MaintPhaseControlAuthorityCode MaintPhaseControlAuthorityCode 3
MaintPhseCtrlIsSetAutomly MaintPhseCtrlIsSetAutomly 3
MaintUserStatusProfileCode MaintUserStatusProfileCode 3

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.

-- Phase Control Code of Maintenance Order
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MAINTPHASECONTROLCODE (
    EAMBLOCKERCODEENTITYTYPE,
    MAINTENANCEORDERTYPE,
    MAINTENANCEPHASECONTROLNAME,
    _CONFIGNDEPRECATIONCODE,
    _STATUSCODE,
    _STATUSPROFILE,
    CONFIGDEPRECATIONCODE,
    EAMOVERALLSTATUSPROFILE,
    MAINTENANCEPHASECONTROLTEXT,
    MAINTENANCEUSERSTATUSCODE,
    MAINTPHASECONTROLAUTHORITYCODE,
    MAINTPHSECTRLISSETAUTOMLY,
    MAINTUSERSTATUSPROFILECODE,
    PRIMARY KEY (EAMBLOCKERCODEENTITYTYPE, MAINTENANCEORDERTYPE, MAINTENANCEPHASECONTROLNAME)
);