cancel
Showing results for 
Search instead for 
Did you mean: 

WBS element Hierarchy

Former Member
0 Kudos

Hi All,

How to find the WBS element hierarchy.

I need to find the superior WBS element assigned to a equipment number.

Is there any function module is available?

Thanks

Swapna.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I want to read the WBS element hierarchy, without passing project definition. Is it possible.

If any of you worked using tables, please pass on the logic

thanks

Swapna

Former Member
0 Kudos

Hi,

Use BAPI_PROJECT_GETINFO, refer documentation properly, you can pass just WBS and get the hierarchy.

Table PRHI also may help.

Regards

Former Member
0 Kudos

hi,

check the tables..

CATSDB - rnpnr (Activity)

AUFK-AUFNR (Activity) pspel = wbs element

PRHI -PSPNR

PRPS-PSPNR

Regards

Raju Mummidi

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Use FM AIPR_GET_HIERARCHY_TO_WBSELEM for wbs element hierarchy

Former Member
0 Kudos

Hi Swapana,

Work Breakdown Structure (WBS): The work breakdown structure (WBS) is a model of the project that organizes project tasks into a hierarchy.

u2022 It is the functional basis for further planning steps in a project, for example, for process planning, cost planning, scheduling, capacity planning or costing, as well as project control.

u2022 It gives you a clear picture of the project and facilitates the coordination and implementation of the project from a management standpoint.

u2022 It shows the work involved in a project.

You can limit the view to a certain number of levels in the work breakdown structure. If you limit the view to the second level, you see only the WBS elements on the first or second level of the project hierarchy.

Tcode : CJ20N

Definition: - Structure element of the work breakdown structure (WBS). A WBS element describes either a certain task or a partial task that can be subdivided further.

Note: -

According to DIN 69 901, those elements in a work breakdown structure that are not subdivided are referred to as "work packages".

In the Project System, a work package is not a data object. A work package can be represented in the SAP System by a WBS element or an activity.

Leaving content fr Definition: - Structure element of the work breakdown structure (WBS). A WBS element describes either a certain task or a partial task that can be subdivided further.

This FM or Wrapper: Z_LEED_PROJ_WBSELEMT_CREATE has 5 BAPIs

1) BAPI_PS_INITIALIZATION

2) BAPI_BUS2001_CREATE

3) BAPI_BUS2054_CREATE_MULTI

4) BAPI_PS_PRECOMMIT

5) BAPI_TRANSACTION_COMMIT

Pls find this link for more information on these FM -

i think its help full to you.

regards,

Ranveer.

GauthamV
Active Contributor
0 Kudos

hi,

check these transactions.

CN43,CJCS,CJ93,CJ13,KJH3.

Former Member
0 Kudos

Hi ,

u can check how SAP getting the data in this BAPI BAPI_PROJECT_GETINFO and logic of this FM

MAP_PSMLST_2_BAPI_WBS_MILESTON

regards

Prabhu