cancel
Showing results for 
Search instead for 
Did you mean: 

cProjects & Project System

Former Member
0 Kudos

Hello Friends,

I want to use the projects that created in Projects Systems(PS) in cProjects and also the vice-versa.

Could you tell me the procedure to do this?

Thanks & Regards,

Senthil.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

For creating project from PS to cproject use the following method

What you can do is Create a cProjects Project usinga Badi in PS on save.

where you can use FM BAPI_BUS2172_CREATE to create Project.

Also when you make changes to PS project use Badi on save to transfer the changes to cProjects projects.

You can use Function modules like:

BAPI_BUS2172_CHANGE

BAPI_BUS2173_CHANGE

BAPI_BUS2174_CHANGE

BAPI_BUS2175_CHANGE

and so on

vetrivelan.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check my original reply to similar post.

Link: [PS to cProjects|;

Niranjan

let me know if it helps

Former Member
0 Kudos

Hi Senthil,

You can use the projects created in cproject to PS by Manually as well as automatically. Please refer the link below for both.

http://help.sap.com/saphelp_ppm450sp04/helpdata/en/43/054880bbe822f5e10000000a1553f7/frameset.htm

Hope this will be more helpful.

Thanks

Vetrivel