cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP PPM Capacity planning

madhuananth
Participant
0 Kudos
1,038

I am looking for a BADI that gets triggered upon saving the capacity planning values within a Portfolio Item.

Accepted Solutions (1)

Accepted Solutions (1)

judith_gabriel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Ananth,

When the value should already be changed after setting the capacity planning value and pushing "enter" - you can use an exit in

/RPM/CL_FIN_CAP_PLANNING_API, method CAP_GROUPS_MODIFY. While saving the capacity planning datas you can use BAdI

/RPM/EX_CAP_PLAN_BADI.

Best regards,
Judith

manasi_b
Explorer
0 Kudos

Hi Judith,

We have a requirement to update forecast cost values depending on actual costs. When you say "use an exit in /RPM/CL_FIN_CAP_PLANNING_API method" , do you mean implicit enhancement or something else.

Thanks,

Manasi

Answers (1)

Answers (1)

judith_gabriel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Ananth,

you can use BAdI /RPM/FIN_CAP_PLAN for capacity planning. (BAdI /RPM/EX_FIN_PLAN can be used for financial planning)

Best regards,

Judith

madhuananth
Participant
0 Kudos

Hello Judith,

Sorry for the delay in response. I just got the opportunity to check this. We tried to put a break point in the method modify_cap_plan, but the BADI does not get triggered. Our intention is to capture the capacity planning amounts that have been entered. Kindly let me know.

thanks