I_MPWBSELEMENT

CDS View

Get Master Project WBS Elements

I_MPWBSELEMENT is a CDS View in S/4HANA. Get Master Project WBS Elements. It contains 7 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_MstrProjPurchaseOrder view inner COMPOSITE Purchase Order for Commercial Project
I_MstrProjPurchaseRequisition view inner COMPOSITE Purchase Requisition for Commercial Proj
P_MPProcurementStructure view from COMPOSITE

Fields (7)

KeyField CDS FieldsUsed in Views
MasterProject MasterProject 3
MasterProjectItem MasterProjectItem 3
MasterProjectName MasterProjectName 3
WBSDescription ControllingObjectDescription,WBSDescription 3
WBSElement WBSElement 3
WBSElementInternalID WBSElementInternalID 3
WBSElementShortID WBSElementShortID 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.

-- Get Master Project WBS Elements
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MPWBSELEMENT (
    MASTERPROJECT,
    MASTERPROJECTITEM,
    MASTERPROJECTNAME,
    WBSDESCRIPTION,
    WBSELEMENT,
    WBSELEMENTINTERNALID,
    WBSELEMENTSHORTID
);