I_MSTRPROJALERTRISK

CDS View

Master Project Alert Risk

I_MSTRPROJALERTRISK is a CDS View in S/4HANA. Master Project Alert Risk. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_AlertHighRisk view from COMPOSITE Master Project Alert for High Risk

Fields (6)

KeyField CDS FieldsUsed in Views
KEY MasterProject MasterProject 1
MasterProjectAlert MasterProjectAlert 1
MasterProjectIsConfidential MasterProjectIsConfidential 1
MasterProjectOrganization MasterProjectOrganization 1
MasterProjectType MasterProjectType 1
MasterProjectUUID MasterProjectUUID 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.

-- Master Project Alert Risk
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MSTRPROJALERTRISK (
    MASTERPROJECT,
    MASTERPROJECTALERT,
    MASTERPROJECTISCONFIDENTIAL,
    MASTERPROJECTORGANIZATION,
    MASTERPROJECTTYPE,
    MASTERPROJECTUUID,
    PRIMARY KEY (MASTERPROJECT)
);