on 2018 Jun 26 5:10 AM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.