P_ENGAGEMENTPROJECT

CDS View

P_ENGAGEMENTPROJECT is a CDS View in S/4HANA. It contains 21 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_EngagementProject view from BASIC Engagement Project
I_EngmntProjSrchModel view from BASIC Engagement Project Search Model

Fields (21)

KeyField CDS FieldsUsed in Views
changed_by LastChangedByUser 1
changed_on LastChangeDateTime 1
CompanyCode CompanyCode 2
confidential ProjectVisibility 2
ControllingArea ControllingArea 1
cost_center CostCenter 1
created_by CreatedByUser 1
created_on CreationDateTime 1
customer Customer 2
db_key EngagementProjectUUID 1
end_date ProjectEndDate 2
mp_stage EngagementProjectStage 2
org_id EngagementProjectServiceOrg 2
profit_center ProfitCenter 2
proj_manager_id ProjectManager,ProjectManagerWorkAgreement 2
ProjectProfileCode ProjectProfileCode 2
restrict_time_posting RestrictedTimePosting,TimePostingIsRestricted 1
start_date ProjectStartDate 2
text EngagementProjectName 2
textu EngmntProjNameUprCase 1
use_project_billing ProjectBillingIsUsed 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 P_ENGAGEMENTPROJECT (
    CHANGED_BY,
    CHANGED_ON,
    COMPANYCODE,
    CONFIDENTIAL,
    CONTROLLINGAREA,
    COST_CENTER,
    CREATED_BY,
    CREATED_ON,
    CUSTOMER,
    DB_KEY,
    END_DATE,
    MP_STAGE,
    ORG_ID,
    PROFIT_CENTER,
    PROJ_MANAGER_ID,
    PROJECTPROFILECODE,
    RESTRICT_TIME_POSTING,
    START_DATE,
    TEXT,
    TEXTU,
    USE_PROJECT_BILLING
);