_MASTERPROJECT

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

Fields (8)

KeyField CDS FieldsUsed in Views
MasterProject MasterProject 5
MasterProjectIsConfidential MasterProjectIsConfidential 3
MasterProjectName MasterProjectName 1
MasterProjectOrganization MasterProjectOrganization 3
MasterProjectStage MasterProjectStage 1
MasterProjectType MasterProjectType 4
MasterProjectUUID MasterProjectUUID 1
UserIsInvolved UserIsInvolved 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 _MASTERPROJECT (
    MASTERPROJECT,
    MASTERPROJECTISCONFIDENTIAL,
    MASTERPROJECTNAME,
    MASTERPROJECTORGANIZATION,
    MASTERPROJECTSTAGE,
    MASTERPROJECTTYPE,
    MASTERPROJECTUUID,
    USERISINVOLVED
);