I_PPM_PROJECTSTATUSAREADATA

CDS View

PPM Project Status Area

I_PPM_PROJECTSTATUSAREADATA is a CDS View in S/4HANA. PPM Project Status Area. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_EntProjStsAreaChgDocuments view inner COMPOSITE Chg Doc for Status Area of Ent Proj
I_PPM_ProjectStatusArea view from COMPOSITE PPM Project Status Area Compositional Hierarchy View

Fields (2)

KeyField CDS FieldsUsed in Views
ProjectUUID ProjectUUID 1
StatusArea StatusArea 2

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.

-- PPM Project Status Area
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PPM_PROJECTSTATUSAREADATA (
    PROJECTUUID,
    STATUSAREA
);