RPCADJK0_CE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Reconciliation report for adjustments This report looks at adjustments entered through the Adjustment Workbench and the Year-End Adjustment Workbench and determines whether they have already been accounted for in a payroll run...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 RPCADJK0_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.
Selection Text: SL_SUBTY = Subtype
Title: Audit report for adjustments
Text Symbol: 038 = 0221 Adj.amount
Text Symbol: 039 = RT Adj.amount
Text Symbol: 040 = Difference
Text Symbol: 041 = 0221
Text Symbol: 042 = Date:
Text Symbol: 045 = PAGE
Text Symbol: 046 = Wage Type Totals :
Text Symbol: AC0 = Select payroll status:
Text Symbol: AC1 = unaccounted
Text Symbol: AC2 = accounted
Text Symbol: AC3 = all
Text Symbol: AC4 = no payroll results
Text Symbol: AC5 = Accounted count
Text Symbol: AC6 = Unaccounted count
Text Symbol: AC7 = No payroll results count
Text Symbol: LG0 = Select log detail level
Text Symbol: LG1 = Display status overview
Text Symbol: LG2 = Display payroll adjustment overview
Text Symbol: LG3 = Display master data-payroll results overview
Text Symbol: S01 = Infotype selection
Text Symbol: S02 = Detail list selection
Text Symbol: S04 = detail view
Text Symbol: S05 = status view
Text Symbol: S06 = totals view
Text Symbol: V32 = Old CRT
Text Symbol: V33 = Old TCRT
Text Symbol: V34 = RT
Text Symbol: V35 = New CRT
Text Symbol: V36 = New TCRT
Text Symbol: V38 = 0221
Text Symbol: 034 = Text
Text Symbol: 001 = Pers.No
Text Symbol: 002 = Full name
Text Symbol: 003 = Person ID
Text Symbol: 004 = Cheque date
Text Symbol: 005 = Totals By Province:
INCLUDE H99C_PY_AREA_GROUP_SEL_SCREEN.
No SAP DATABASE tables are accessed within this REPORT code!
RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING MOLGA = CALCMOLGA IMPORTING WAERS = CALC_CURRENCY EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.