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

WBS Element Creation Using BAPI

Former Member
0 Likes
875

Friends,

While creating the WBS element using the bapi,

BAPI_BUS2054_CREATE_MULTI I'm getting an error in Return parameter of bapi.the error is

"Individual check for creating the object WBS Element CRA.011 required"

FYI: CRA.011 is nothing but the WBS element which i'm trying to create.

Pls help me in this. Advise me what are the mandatory fields to be passed in the it_wbs_element table of bapi.

Thanks.

1 ACCEPTED SOLUTION
Read only

Lakshmant1
Active Contributor
0 Likes
562

Hi Karthikeya,

I think the project profile which you are using has a different mask and the WBS element you are passing is different to the BAPI.

Are you able to create manually from CJ01 using the same WBS element?

Create a project manually and it will give the list of the mandatory fields set in the config. Using that list populate the BAPI struture accordingly.

Hope this helps.

Thanks

Lakshman.

1 REPLY 1
Read only

Lakshmant1
Active Contributor
0 Likes
563

Hi Karthikeya,

I think the project profile which you are using has a different mask and the WBS element you are passing is different to the BAPI.

Are you able to create manually from CJ01 using the same WBS element?

Create a project manually and it will give the list of the mandatory fields set in the config. Using that list populate the BAPI struture accordingly.

Hope this helps.

Thanks

Lakshman.