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 Using BAPI

Former Member
0 Kudos

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

Lakshmant1
Active Contributor
0 Kudos

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

Lakshmant1
Active Contributor
0 Kudos

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.