SAP Reports / Programs | Personnel Management | Personnel Administration | South Africa(PA-PA-ZA) SAP PA

RPLERAW0 SAP ABAP Report - Employment Equity : Remuneration Analysis Report







RPLERAW0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report analyses the income differentials of a workforce according to designated groups (in the various occupational categories and levels of the workforce) as specified by the South African Employment Equity Act (EEA)...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 RPLERAW0 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_M16_RPLERAW0 - Empl. Equity: Income Differentials


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 RPLERAW0. "Basic submit
SUBMIT RPLERAW0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLERAW0 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: S_LGART = Wage type
Selection Text: S_GRADE = Grade
Selection Text: P_WTSUM = Include Wagetype Summary
Selection Text: P_VARI = D Display variant
Selection Text: P_TRENP = Dummy
Selection Text: P_TRENJ = Dummy
Selection Text: P_TARAT = D Target Ratio
Selection Text: P_NUMPA = Average Calculation Base
Selection Text: P_GRID = Grid Display
Selection Text: P_GAPAL = D Allowed Gap
Title: Employment Equity : Remuneration Analysis Report
Text Symbol: 122 = Average calculation base
Text Symbol: 130 = Male
Text Symbol: 131 = Female
Text Symbol: 132 = Unknown
Text Symbol: G01 = Employment Equity : Trend Analysis
Text Symbol: G02 = Income Differentials
Text Symbol: G03 = Ethnic Origin:
Text Symbol: G04 = Gender:
Text Symbol: S01 = Display Options
Text Symbol: S02 = Definition of Ratio
Text Symbol: S03 = Trend Analysis
Text Symbol: S04 = Start period for Trend Analysis
Text Symbol: 001 = Income
Text Symbol: 100 = Target
Text Symbol: 101 = Low
Text Symbol: 102 = High
Text Symbol: 103 = All
Text Symbol: 104 = for Grade:
Text Symbol: 105 = for all Grades
Text Symbol: 106 = Wagetypes selected :
Text Symbol: 107 = All wagetypes selected
Text Symbol: 108 = Allowed Gap Ratio:
Text Symbol: 109 = Target Ratio:
Text Symbol: 110 = As at:
Text Symbol: 111 = Remuneration Analysis : Income Differentials
Text Symbol: 112 = African
Text Symbol: 113 = Coloured





Text Symbol: 114 = Indian
Text Symbol: 115 = White
Text Symbol: 116 = Others
Text Symbol: 117 = Gender
Text Symbol: 118 = Designated Group
Text Symbol: 119 = Number of Employees
Text Symbol: 120 = Nr of Employees
Text Symbol: 121 = Nr of Empl.


INCLUDES used within this REPORT RPLERAW0

No INCLUDES are used within this REPORT code!


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