cancel
Showing results for 
Search instead for 
Did you mean: 

Error while using BAPI_PROJECT_MAIN

Former Member
0 Kudos

I would like to know any solutions for two questions.

One) I want to create Project & WBS element hierarchy using BAPI_PROJECT_MAIN.

When I run BAPI function, error message was return as bellow.

--> A referecne object cannot be entered for the method "Update"

Two) Can I get any BAPI functions for creation of Project definition & WBS element hierarchy.

Accepted Solutions (1)

Accepted Solutions (1)

former_member209919
Active Contributor
0 Kudos

Hi,

You can use :

BAPI_PROJECTDEF_CREATE --> Create project definition

BAPI_BUS2054_CREATE_MULTI --> Create WBS

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

BAPI_PROJECT_MAINTAIN is good for your use. For creating objects, you need to use method 'Create'. Please refer BAPI documentation in SE37.

Thanks

Shrikant