cancel
Showing results for 
Search instead for 
Did you mean: 

Create wbs with hierarchie

0 Kudos

Hi all

I'm trying to create a wbs in a lower level that another one that exists with bapi BAPI_PROJECT_MAINTAIN. But the new wbs it's created in the same level.

After this I'm searching the way to change the hierarchie but I don't find the bapi or function to do it (changing the level of one wbs to assign to another)

Can you help me, please?

Thanks in advance.

Best regards.

Mercedes.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hai Merc,

In the same BAPI you can create a WBSE at a desired hierarchy with respect to already existing WBSE.

For example. WBSE A already exists. You want to create new WBSE B and C under it with B on left side of C. Than pass following in to the structure BAPI_WBS_HIERARCHIE in the same BAPI_Project_Maintain

Object type = WBS Hierarchy.

WBSE = B

Down = Nil

Up = A

left = Nil.

Right = C.

WBSE = C

Down = Nil

Up = A

Left = B

Right = Nil

Please post your observations after u try this.

Thanks

Saikishore Ganga.

Answers (0)