Application Development and Automation 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: 
Read only

create project

Former Member
0 Likes
1,229

Hi,

is there a bapi that have an extension structure for custom fields, that can be used to create a project with wbs elements.

thanks for your help.

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
979

Look at BAPI_BUS2054_CREATE_MULTI (or BAPI_BUS2001_CREATE)

Regards

8 REPLIES 8
Read only

RaymondGiuseppi
Active Contributor
0 Likes
980

Look at BAPI_BUS2054_CREATE_MULTI (or BAPI_BUS2001_CREATE)

Regards

Read only

0 Likes
979

thanks for your answer but these bapi create only project definition and not wbs elements.

Read only

0 Likes
979

sorry, the bapi BAPI_BUS2054_CREATE_MULTI seems to be ok.

points rewarded.

Read only

0 Likes
979

BAPI_BUS2054_CREATE_MULTI can create WBS element.

Sequence of call

BAPI_PS_INITIALIZATION

BAPI_BUS2001_CREATE

BAPI_BUS2054_CREATE_MULTI

BAPI_PS_PRECOMMIT

BAPI_TRANSACTION_COMMIT

Regards

Read only

0 Likes
979

points rewarded as solved problem.

thanks.

Read only

0 Likes
979

raymod,

still another problem,

the hirarchy, how can i define different levels of wbs,

it seems that i can't define many levels of wbs using this bapi.

thanks for your help.

Read only

0 Likes
979

In table parameter IT_WBS_ELEMENT, structure BAPI_BUS2054_NEW "Data Structure Create WBS Element", fill fields WBS_LEFT and WBS_UP to manage levels.

Look at [BAPI BUS2054 CHANGE MULTI|http://abap.wikiprog.com/wiki/BAPI_BUS2054_CHANGE_MULTI]

Regards

Read only

0 Likes
979

Thanks very much,

points awarded with solved problem.

best regards.