on 2013 Jun 24 8:40 AM
Experts,
Is there any standard report to show the posted records (PCP0)?
* The report should able to select emp number/cost-center/organization/company code for certain posting period
* Output the GL number(Not the wage type), debit / Credit. amount by emp no and cost center.
Thanks!
Request clarification before answering.
Another option is the Cost Center Report - transaction code PC00_MNA_CC_ADM. That pulls detail based on the posting documents down to the employee level with company codes, cost centers and GL accounts. It is a costing-based report, so it will not show the liability side. There's also a manager version with tcode PC00_MNA_CC_MAN.
The underlying data tables are PPDIT, PPOIX, PPDHD. So if you have some skilled ABAP resources and the Cost Center reports won't work, another option would be build something custom based on that.
Good luck!
Jay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The reports mentioned only look at Profit & Loss details and are good for that but if you need balance sheet details as well ie all PCP0 data have a look at RPCIP_SUPPORT and RPCIP_DOCUMENT_ANALYSE..thx PAW
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dhiyu,
Follow the link provided here to the SAP Service Marketplace:
https://service.sap.com/hrusa and under HCM->Resources->User Guides you'll find a user's guide that details the configuration of the Cost Center report.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dhiyu,
Can you check the below mentioned report, which may help:
PC00_M99_DKON - Posting to Accounting: Assign wage types and G/L accounts
PC00_M40_LJN - Payroll Journal
But as you mentioned based on CC/OU may not available at HR side.
Thanks,
Srinivas.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To get the org level details - we can build a HANA Model or CDS view on the Posting tables. The process for the same is explained in the link, this includes the calculation of adjustment based on reversal documents as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
96 | |
15 | |
10 | |
8 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.