SAP Reports / Programs | Payroll | Denmark(PY-DK) SAP PY

RPCDIFM4 SAP ABAP Report - Difference display for year end values







RPCDIFM4 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPCDIFM4 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_M09_CYECOMP - Comparison of two year end runs


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 RPCDIFM4. "Basic submit
SUBMIT RPCDIFM4 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCDIFM4 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: SENUM = D SE number
Selection Text: RUNNR = D Run number
Selection Text: LGART = D Wage type
Selection Text: FIRMA = D PBS company in SAP system
Selection Text: EVALYEAR = Evaluation year
Selection Text: DISPWAGE = Detail display of wage types
Title: Difference display for year end values
Text Symbol: TAC = FE
Text Symbol: TAB = Split new
Text Symbol: TAA = Split old
Text Symbol: TA9 = Amount dif.
Text Symbol: TA8 = Old.amnt
Text Symbol: TA7 = New amount
Text Symbol: TA6 = No. diff
Text Symbol: TA5 = No. old
Text Symbol: TA4 = No. new
Text Symbol: TA3 = Lold
Text Symbol: TA2 = Lnew
Text Symbol: TA1 = PerNo
Text Symbol: TA0 = Split new
Text Symbol: I40 = Run number
Text Symbol: A02 = Tax employer number
Text Symbol: A01 = Run numbers for the year
Text Symbol: 023 = Persons
Text Symbol: 022 = Changed entries were found for
Text Symbol: 021 = No persons had changed year end values in T5M8P
Text Symbol: 020 = Changed entries were found for the following persons :
Text Symbol: 006 = Difference check: prepare/perform difference check
Text Symbol: 005 = Delete: delete all periods or selected periods
Text Symbol: 004 = Difference check options
Text Symbol: 001 = Other selection criteria


INCLUDES used within this REPORT RPCDIFM4

INCLUDE RPMSEL00.


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:

No SAP FUNCTION MODULES are executed within this report code!



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 RPCDIFM4 or its description.