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 error

Former Member
0 Kudos

Hi All,

I am trying to create WBS element using BAPI BAPI_BUS2054_CREATE_MULTI. The sequence is as follows:

BAPI_PS_INITIALIZATION

BAPI_BUS2054_CREATE_MULTI

BAPI_PS_PRECOMMIT

The error while creating element is :

Final check of the project definition and the WBS elements: Error

Any pointers on this why I am getting this error and what needs to be done?

Thanks,

Seema

4 REPLIES 4

Former Member
0 Kudos

Hi Seema,

After the BAPI BAPI_PS_PRECOMMIT you have to call explicitily

COMMIT WORK AND WAIT.

You can have those details in the documentation of the BAPI "BAPI_BUS2054_CREATE_MULTI".

Regards,

Smart Varghese

0 Kudos

Hi,

I can't call the BAPI for commit as it is giving dump because of error in create and precommit BAPIs.

So any solution for error(mentioned above)?

Regards,

Seema Naharia

0 Kudos

The only pointer I can give you is some good old fashioned debugging. Start debugging and set a break point at MESSAGE statement and see what has gone wrong and why this error message is issued.

0 Kudos

Hi Micky,

Thanks for your valuable pointer. But debugging is the first and foremost thing which I am doing for this problem and getting nothing.

Regards,

Seema