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

BAPIs for project version

Former Member
0 Likes
656

Hi All,

I have a requirement to create a project definition version first then followed by the project definition (the project definition for the 2 project is the same). Is there any available bapi to implement this?

I have managed to create the project definition version. But when i trying to run BAPI_BUS2001_CREATE, the system prompted me that the project's version already existed.

Regards,

Ravi

1 ACCEPTED SOLUTION
Read only

former_member585060
Active Contributor
0 Likes
592

Try this BAPI

BAPI_PROJECTDEF_CREATE

Hi All,

I have a requirement to create a project definition version first then followed by the project definition (the project definition for the 2 project is the same). Is there any available bapi to implement this?

I have managed to create the project definition version. But when i trying to run BAPI_BUS2001_CREATE, the system prompted me that the project's version already existed.

Regards,

Ravi

2 REPLIES 2
Read only

former_member585060
Active Contributor
0 Likes
593

Try this BAPI

BAPI_PROJECTDEF_CREATE

Read only

Former Member
0 Likes
592

Hi

try :

BAPI_PROJECTDEF_CREATE Create Project Definition

BAPI_PROJECTDEF_EXISTENCECHECK Check whether a project definition exists

BAPI_PROJECTDEF_GETDETAIL Read detailed information for the project definition

BAPI_PROJECTDEF_GETLIST Returns a container of project definitions

BAPI_PROJECTDEF_UPDATE Change Project Definition

With Regards

Nikunj Shah