Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

WBS Element Creation in Multiple Levels

Former Member
0 Kudos

Friends,

I have a created Project Defenition which is similar to the existing Project.(Have creted using BAPIs, BAPI_PROJECTDEF_GETDETAIL(to get the details of existing project)

BAPI_PROJECTDEF_CREATE(create the similar new project).

Now i want to create the WBS Elements for the above New project,at different levels. let say level 1,2,3...

How to proceed with this.(I have a flat file containing the WBS ELEMENTS & Item,description. )

If i use the BAPI BAPI_BUS2054_CREATE_MULTI ,

Is it possible to mention the level of the WBSE?orelse Do we achieve it through any BDC on some tcode?

Please give me ur suggestion.

Thanks

karthik.

1 REPLY 1

Former Member
0 Kudos

Hi,

Please use BAPI_PROJECT_MAINTAIN to edit or create new projects.

You can maintain the hierarchy of the WBS element in the tables parameter I_WBS_HIERARCHIE_TABLE.

Sharath.