cancel
Showing results for 
Search instead for 
Did you mean: 

BADI for Cproject PS field transfer

Former Member
0 Kudos

Hi

We are creating Automatically PS Project using Item cProject - PS route so that Cproject objects are assigned to Top WBS Element.

We have mandatory fields in PS eg Responsible person, Cost centre etc which should be pre-populated when Flag for transfer is done in cProject..

I have two situation and am not sure

a) how to transfer these fields to PS while creating auto PS project ? Please detail the steps if its DFM else please provide BADI for the same.

b) If its a custom fields then how to transfer these fields to PS while creating auto PS project ?

Would appreciate any expert advice to achieive above and if there are any BADI's

Thanks in advance for this

Regards

atul

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member201206
Active Contributor
0 Kudos

Hi Atul,

the BAdI DPR_FIN_GECCO_ATTR~MODIFY_ATTRIBUTES is the right one. There is a example implementation, how the to-be-transferred parameters should be filled. See codes in  CL_EXM_IM_DPR_FIN_GECCO_ATTR~MODIFY_ATTRIBUTES.

Attention: not all parameters can be handed over from PPM project to ERP PS. It is also documented in the header of example codes:

* For details how parameter CT_ATTRIBUTES can be filled, please go to the

* R/3 System, call transaction SE11 and take a look at the documentation

* of DDIC structure IAOM_OBJECT_ATTRIBUTE.

Kind regards

Zhenbo

rabikiran_sahu
Participant
0 Kudos

Hi Atul ,

Please check the following BADI:  IAOM_BUSINESS_SCENAR Implement with the following filter value as in the below image then , use this method for replication       IF_EX_IAOM_BUSINESS_SCENAR~CHANGE_PROJECT_PROFILE

Thanks,

Rabi

Former Member
0 Kudos

Check BADI DPR_PLMPS_CUS_FIELD