cancel
Showing results for 
Search instead for 
Did you mean: 

PPM 6.1 SP09: No Costing Data Exist

former_member192883
Participant
0 Kudos
481

Hello Everyone,

Could you please tell me what all settings to be made to avoid the warning message "No costing data exists", message number DPR_FIN_GECCO 027. This warning appears when the costing is executed on the PPM Accounting tab.

Controlling cockpit doesn't provide enough details to identify the root-cause.

Regards,

Mohan

Accepted Solutions (1)

Accepted Solutions (1)

christoph_hopf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Mohan,

You can set a breakpoint in the PPM-System at the following coding part:

class cl_dpr_fin_gecco_calculation

method calculate

CALL FUNCTION 'DPR_CALC_PROJECT'

Here the RFC-call to the ERP-system is started.

Use F5-button to analze the function module DPR_CALC_PROJECT in detail.

In ERP-system set a breakpoint at class CL_DPR_CALC, method CALC_PROJECT. Check, which messages are returned.

Answers (2)

Answers (2)

former_member192883
Participant
0 Kudos

Hello Christoph,

Thank you for your response. In my case, the warning message was due to no cost rates being maintained in the configuration, we didn't want to maintain any cost rates for the employees.

Mohan

judith_gabriel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Mohan,

Check your settings according to Wiki-Pages (incl. subpages)

https://wiki.scn.sap.com/wiki/display/PLM/Accounting+Integration

Here you can also find report Z_DPR_CO_ANALYSE to check the customizing-settings.



Best regards,
Judith

former_member192883
Participant
0 Kudos

Hello Judith,

We are not maintaining any cost rates for the employee hours on the PPM side. I am assuming, this could be the reason why the warning message of costing data doesn't exist is displayed.

I disable the costing buttion from the configuration and I no longer get this warning message.

Mohan