2008 Sep 01 9:32 AM
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
2008 Sep 01 9:42 AM
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
2008 Sep 01 9:42 AM
2008 Sep 01 9:59 AM
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