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

Error in creating WBS element BAPI_BUS2054_CREATE_MULTI

Former Member
0 Likes
1,373

Hi

I am calling BAPI_BUS2054_CREATE_MULTI for creating WBS elements for the blocked project . I am passing the detailed project definitiion with level ( like A5/01/01) . I am getting error that WBS element for the object could not be created error 076 that BAPI is not initialized .

Now to solve this I called BAPI_PS_INITIALIZATION first then am calling BAPI_BUS2054_CREATE_MULTI then its throwing dump and if I want to run thru se37 then still giving the same error mentioned above

Please let me know what should I need to do to remove the error .

Helpful answer will definetly ..

Thanks a lott in advance

4 REPLIES 4
Read only

Former Member
0 Likes
1,114

Try check next sequence:

BAPI_PS_INITIALIZATION

BAPI_BUS2054_CREATE_MULTI

BAPI_PS_PRECOMMIT

BAPI_TRANSACTION_COMMIT

Read only

0 Likes
1,114

self solved

Read only

0 Likes
1,114

Hi ,

I want to create a WBS element using the BAPI's  BAPI_BUS2054_CREATE_MULTI .

I did this sequence of test  :

BAPI_PS_INITIALIZATION

BAPI_BUS2054_CREATE_MULTI

And I have this return

S    CNIF_PI              004     Individual check for creating the object WBS Element U008-F033-001 required    

CAn you tell me what to do in order to resolve this problem ( calling a commit after this sequence leads to 'DUMP' bacause no precommit is called before )

can u send me a code Plz...

Thanks in advance

Read only

0 Likes
1,114

This message was moderated.