RPCAUDK0_CE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The purpose of the Payroll Audit/Reconciliation Report is twofold: To ensure the integrity of the accumulated year-to-date payroll and/or wage type amounts within the payroll cluster results, and To reconcile the payroll cluster results with the reports produced during final payroll processing, including those results posted to Financial Accounting (FI) and Third-Party Remittance...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 RPCAUDK0_CE into the relevant SAP transactions such as SE38 or SE80
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.
Audit report
Selection Text: ADJUST = Select correction runs only
Selection Text: APPL = Wage type application
Selection Text: ASOF = As-of-date
Selection Text: ASOFPREV =
Selection Text: BONDT =
Selection Text: COST_OVR = Cost center overview
Selection Text: DETAIL = Employee details
Selection Text: DIFFER = YTD check / list of YTD errors
Selection Text: EXPVCO = Exclude prev. year corrections
Selection Text: FTAX_OVR = Audit overview
Selection Text: LAST = Select last result only
Selection Text: OFFCYC = Select off-cycle payrolls only
Selection Text: PAYID =
Selection Text: PAYTY = Payroll type
Selection Text: PAYTYR = D .
Selection Text: WTDETA = Wage type bucket details
Selection Text: WPBP_OVR = Company overview
Selection Text: WHENP =
Selection Text: WHENE =
Selection Text: VOIDS = Select voided payrolls only
Selection Text: SO_LGART = D .
Selection Text: REVERS = Select reversed payrolls only
Selection Text: RETDET = Details per retrocalculation
Selection Text: RB_WTYPE = Specific wage types(s)
Selection Text: RB_OCSIN =
Selection Text: RB_OCMUL =
Selection Text: RB_APPL = Wage type application
Selection Text: PYDSEL = Details per pay date
Selection Text: PERASDET = Personnel assignment details
Title: Audit/Reconciliation report
Text Symbol: T1J = Outflow
Text Symbol: T1I = (TAXI)
Text Symbol: T1H = + into interval
Text Symbol: T1G = Inflow
Text Symbol: T1F = (RT)
Text Symbol: T1E = + in interval
Text Symbol: T1D = Total Earnings
INCLUDE RPCAUDKD_CE. "PAYROLL EVALUATION DEFINITIONS
INCLUDE RPCAUDKP_CE. "PARAMETER/DATA DECLARATIONS
No SAP DATABASE tables are accessed within this REPORT code!
CD_RETROCALC_PERIOD CALL FUNCTION 'CD_RETROCALC_PERIOD' EXPORTING entry = p_rgdir IMPORTING calcd = sw_retro.
HR_CA_GET_ORIGINAL_PAYROLL CALL FUNCTION 'HR_CA_GET_ORIGINAL_PAYROLL' EXPORTING in_rgdir = p_rgdir IMPORTING out_rgdir = temp_org TABLES rgdir = p_rgdir EXCEPTIONS OTHERS = 1.
CD_RETROCALC_PERIOD CALL FUNCTION 'CD_RETROCALC_PERIOD' "ANG0327068 EXPORTING "ANG0327068 entry = p_rgdir "ANG0327068 IMPORTING "ANG0327068 calcd = sw_retro. "ANG0327068
CD_RETROCALC_PERIOD CALL FUNCTION 'CD_RETROCALC_PERIOD' "ANG0327068 EXPORTING "ANG0327068 entry = p_rgdir "ANG0327068 IMPORTING "ANG0327068 calcd = sw_retro. "ANG0327068
CD_RETROCALC_PERIOD CALL FUNCTION 'CD_RETROCALC_PERIOD' EXPORTING entry = p_rgdir IMPORTING calcd = sw_retro.
CD_EVALUATION_PERIODS CALL FUNCTION 'CD_EVALUATION_PERIODS' EXPORTING bonus_date = org_rgdir-bondt inper_modif = org_rgdir-iperm inper = org_rgdir-inper pay_type = org_rgdir-payty pay_ident = org_rgdir-payid TABLES rgdir = rgdir evpdir = evp iabkrs = iabkrs "Note 495794 EXCEPTIONS OTHERS = 1.
CD_EVALUATION_PERIODS_VOID CALL FUNCTION 'CD_EVALUATION_PERIODS_VOID' EXPORTING bonus_date = org_rgdir-bondt inper_modif = org_rgdir-iperm inper = org_rgdir-inper pay_type = org_rgdir-payty pay_ident = org_rgdir-payid special_void = 'V' TABLES rgdir = s_rgdir evpdir = evp iabkrs = iabkrs "Note 495794 EXCEPTIONS no_record_found = 1 OTHERS = 2.
CD_REORG_RGDIR CALL FUNCTION 'CD_REORG_RGDIR' TABLES rgdir = evp.
HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING selectfield = field IMPORTING select_value = select_value TABLES fields = field_tab full_table = appl_tab EXCEPTIONS full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 OTHERS = 6.
RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = sy-datum IMPORTING last_day_of_month = pnpendda EXCEPTIONS day_in_no_date = 1 OTHERS = 2.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING report = 'RPCAUDK0' no_dialog = 'X' mode = 'BATCH' destination = pri_params-pdest line_count = pri_params-linct line_size = pri_params-linsz list_text = pri_params-prtxt immediately = pri_params-primm copies = pri_params-prcop cover_page = pri_params-prbig data_set = pri_params-prdsn department = pri_params-prabt expiration = pri_params-pexpi new_list_id = pri_params-prnew receiver = pri_params-prrec sap_cover_page = pri_params-prsap type = pri_params-ptype release = pri_params-prrel authority = pri_params-prber archive_mode = pri_params-armod IMPORTING out_parameters = pri_params EXCEPTIONS OTHERS = 0.
HRCA_GET_MAINPERNR_PERSONID CALL FUNCTION 'HRCA_GET_MAINPERNR_PERSONID' EXPORTING * objid = person-objid objid = differen_temp-persn gprsn = 'CARN' begda = pn-begda endda = pn-endda IMPORTING * main_pernr = p_main_pernr personid = p_personid TABLES all_pernrs = person-all_pernrs EXCEPTIONS OTHERS = 1.
HRCA_GET_MAINPERNR_PERSONID CALL FUNCTION 'HRCA_GET_MAINPERNR_PERSONID' EXPORTING * objid = person-objid objid = findat-persn gprsn = 'CARN' begda = pn-begda endda = pn-endda IMPORTING * main_pernr = p_main_pernr personid = p_personid TABLES all_pernrs = person-all_pernrs EXCEPTIONS OTHERS = 1.
HRCA_GET_MAINPERNR_PERSONID CALL FUNCTION 'HRCA_GET_MAINPERNR_PERSONID' EXPORTING * objid = person-objid objid = taxdat-persn gprsn = 'CARN' begda = pn-begda endda = pn-endda IMPORTING * main_pernr = p_main_pernr personid = p_personid TABLES all_pernrs = person-all_pernrs EXCEPTIONS OTHERS = 1.
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = pnpbegda end = pnpendda IMPORTING fire_date = fire_date hire_date = hire_date TABLES pphifi = l_phifi pp0000 = p0000 pp0001 = p0001.
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 RPCAUDK0_CE or its description.