cancel
Showing results for 
Search instead for 
Did you mean: 

PS Projects transfer to cProjects without having xRPM

Former Member
0 Kudos

Hi All,

Is that possible to transfer the PS Projects to cProjects, if i am using just cProjects Suite?

(please note i am not using xRPM)

If yes, is that possible, that any changes made in PS projects gets reflected into cProjects?

Please Advice..

Full Points on solution of the query.

Regards,

Nishit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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

Niranjan

Points welcome for useful info

Former Member
0 Kudos

Hi Niranjan,

Thanks for your reply.

My requirement is that the transfer should happen automatically on any update in the PS project to the cProjects Project.

And as an extension to that requirement, any update in cProjects should also update the PS Project.

Is that Possible ?

Thanks and regards,

Nishit

Former Member
0 Kudos

Yes

with reverse process you can do that as well

Search Badi in cProjects at save then have FM to update your PS Project.

Niranjan

Pointws welcome if useful info

Answers (1)

Answers (1)

Former Member
0 Kudos

BAPIs given by Niranjan can be called at the time of saving a project created in SAP-PS using BADI - Method - IF_EX_WORKBREAKDOWN_UPDATE~AT_SAVE.