SAP Reports / Programs | Payroll | USA(PY-US) SAP PY

RPCPCC00 SAP ABAP Report - Cost Center Report







RPCPCC00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this report to: View charges incurred on a cost center (or group of cost centers)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPCPCC00 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_MNA_CC_MAN - Cost Center Report - Manager
PC00_MNA_CC_ADM - Cost Center Report - Administrator


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RPCPCC00. "Basic submit
SUBMIT RPCPCC00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCPCC00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: DISPVAR = Display variant
Selection Text: P_AUFNR = Internal Order
Selection Text: P_BUDAT = Selection Period
Selection Text: P_BUKRS = Company Code
Selection Text: P_EX_ACC = Exclude Accruals
Selection Text: P_FORMS = Wage type application
Selection Text: P_HKONT = GL Account
Selection Text: P_KOSTL = Cost Center
Selection Text: P_PERNR = Employee
Selection Text: P_WBS = WBS element
Selection Text: P_YTD = Display Year-to-Date values
Selection Text: RPT_TYP = Wage type application
Selection Text: S_LGART = Wage Type
Title: Cost Center Report
Text Symbol: I46 = Cost Element Description
Text Symbol: I45 = Employee
Text Symbol: I44 = Name
Text Symbol: I43 = Employee Name
Text Symbol: I42 = Wage Type
Text Symbol: I41 = Wage Component
Text Symbol: I40 = Wage Type Text
Text Symbol: I39 = Wage Component Description
Text Symbol: I38 = Hours
Text Symbol: I37 = Amount
Text Symbol: I36 = Debit
Text Symbol: I35 = Debit Amount
Text Symbol: I34 = Credit
Text Symbol: I33 = Credit Amount
Text Symbol: I32 = MTD Amount
Text Symbol: I31 = MTD Hours
Text Symbol: I30 = MTD Debit
Text Symbol: I47 = Cost Element Text
Text Symbol: I48 = Cost Element
Text Symbol: I49 = Posting Date
Text Symbol: I50 = Cost Center Description
Text Symbol: I51 = Name
Text Symbol: I52 = Cost Center
Text Symbol: I53 = Mark





Text Symbol: I54 = No corresponding entry found for Line Item:
Text Symbol: I55 = There is no PPOIX entry for the PPOPX entry EE
Text Symbol: I56 = No Data Can Be Selected For The Lines Chosen
Text Symbol: I57 = Verifying cost centers for Manager...
Text Symbol: I58 = Define Sort Sequence
Text Symbol: I60 = Errors
Text Symbol: I61 = Level
Text Symbol: I62 = Internal Order
Text Symbol: I63 = Downloading....
Text Symbol: WT1 = Wage type application
Text Symbol: WT2 = Wage type
Text Symbol: I04 = Details
Text Symbol: I03 = Choose to execute Audit Report via Selection-Screen.
Text Symbol: I02 = Choose to execute Reconciliation Report via Selection-Screen.
Text Symbol: I01 = Processing could take longer with the provided selection parameters.
Text Symbol: E14 = Cost Center
Text Symbol: E13 = Selected employees do not belong to your
Text Symbol: E12 = is not responsible for any Organizational Unit.
Text Symbol: E11 = Employee
Text Symbol: E08 = No Details available for the amount
Text Symbol: E07 = Enter Wage Type Application
Text Symbol: E06 = Missing Configuration for WT Application
Text Symbol: E05 = Feature 10CCM does not return WT Appl. for Manager
Text Symbol: E04 = Error reading feature 10CCM
Text Symbol: E02 = Current Plan not setup for the Organization Structure
Text Symbol: E01 = Infotype 105 not setup for the current user
Text Symbol: AC1 = Wage Type Application Description
Text Symbol: 220 = Output Options
Text Symbol: 210 = Wage Type Selections
Text Symbol: 203 = Display Year-to-Date values
Text Symbol: 202 = Other Selections
Text Symbol: 201 = Exclude Accruals
Text Symbol: 200 = Selection Options
Text Symbol: 002 = Cost Center List
Text Symbol: 001 = No Authorization to execute the Cost Center Report
Text Symbol: I05 = No Data Selected
Text Symbol: I29 = MTD Credit
Text Symbol: I28 = YTD Hours
Text Symbol: I27 = YTD Amount





Text Symbol: I26 = YTD Debit
Text Symbol: I25 = YTD Credit
Text Symbol: I24 = Head Count
Text Symbol: I23 = to
Text Symbol: I22 = Cost Center Report from
Text Symbol: I21 = Sort
Text Symbol: I20 = Expand
Text Symbol: I19 = Download
Text Symbol: I18 = Download to local file
Text Symbol: I17 = Notice
Text Symbol: I16 = Select an employee
Text Symbol: I15 = Select a Posting Date
Text Symbol: I14 = Employee Level
Text Symbol: I13 = Posting Date Level
Text Symbol: I12 = Wage Type Level
Text Symbol: I11 = Cost Element Level
Text Symbol: I10 = Cost Center Level
Text Symbol: I09 = Preparing Output...
Text Symbol: I08 = Evaluating Payroll data...
Text Symbol: I07 = Getting Posting runs for Cost Center(s)...
Text Symbol: I06 = Selecting cost center data...


INCLUDES used within this REPORT RPCPCC00

INCLUDE RPCPCC0D.
INCLUDE RPCPCC0S.
INCLUDE RPCPCC0F.
INCLUDE RPCPCC0O.
INCLUDE RPCPCC0I.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = sy-pfkey p_program = sy-cprog TABLES p_exclude = ex_func.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPCPCC00 or its description.