Dear all,
We use PPM 5.0 and PS Project synchronization to automatically create PS Project upon some status change in cProject.
PS Project definition creation itself works fine. Now we would like the company (field 'PBUKR' of PRPS) to be also synchronized with the portfolio element linked to the cProject.
Today, when the PS Project is automatically created, the company is set to the one defined in the project profile. We would like to replace its value as soon as the PS Project is created.
How to do this?
I tried with BAdI WORKBREAKDOWN_UPDATE, but this BAdI has no output/changing parameters, and I can see no way to update the company using it (same with BAdI PROJECTDEF_UPDATE).
Inside this BAdI, I also tried to update the project definition using FM BAPI_PROJECTDEF_UPDATE and BAPI_PROJECT_MAINTAIN, but it didn't work. I presume it didn't work because at the time the BAdI is called, the project definition is not actually stored in the Database.
Any idea?
Thanks in advance.