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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M09_CYECOMP - Comparison of two year end runs
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: 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
INCLUDE RPMSEL00.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCDIFM4 - Difference display for year end values RPCDIFM4 - Difference display for year end values RPCDIFM3 - documentation and ABAP source code RPCDIFM2 - documentation and ABAP source code RPCDIFM1 - documentation and ABAP source code RPCDIFM0 - Difference display for wage types received from PBS in T5M58