SAP Reports / Programs

RPLCMPU1 SAP ABAP Report - Compa-Ratio Analysis







RPLCMPU1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The list displays the Compa-Ratio analysis...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 RPLCMPU1 into the relevant SAP transactions such as SE38 or SE80


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 RPLCMPU1. "Basic submit
SUBMIT RPLCMPU1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLCMPU1 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: TARIFSTF = Pay scale level
Selection Text: TARIFGRP = Pay scale group
Title: Compa-Ratio Analysis
Text Symbol: ZRM = Period $1 to $2
Text Symbol: STT = Basis day $1
Text Symbol: H14 = Level
Text Symbol: H13 = Group
Text Symbol: H12 = Ratio
Text Symbol: H11 = Compa-
Text Symbol: H10 = Annual salary
Text Symbol: H09 = Org.unit
Text Symbol: H08 = Name
Text Symbol: H07 = Job title
Text Symbol: H06 = Job
Text Symbol: H05 = Midpoint
Text Symbol: H04 = PScle
Text Symbol: H03 = No.of employees per personnel subarea
Text Symbol: H02 = Pers.subarea
Text Symbol: H01 = Personnel area:
Text Symbol: ER7 = For personnel no. $ the annual salary is on zero
Text Symbol: ER6 = For personnel no. $ there is no entry in table T503 $
Text Symbol: ER5 = For personnel no. $ there is no entry in table T510N $
Text Symbol: ER4 = For personnel no. $ there is no entry in table T513S $
Text Symbol: ER3 = Personnel no. $ rejected because infotype 0008 missing
Text Symbol: ER2 = For personnel no. $ there is no entry in table T001P $
Text Symbol: ER1 = PA name format is incomplete for personnel number $
Text Symbol: ER0 = Personnel no. $ rejected because infotype 0002 missing


INCLUDES used within this REPORT RPLCMPU1

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:

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING PERNR = PERNR-PERNR MSG_CLASS = 'RP' MSG_NUMBER = '050' MSG_PAR1 = '0002' MSG_PAR2 = PERNR-PERNR MSG_PAR3 = PN-BEGDA MSG_PAR4 = PN-ENDDA SEVERITY = 8 REACTION = NO_MSG TABLES ERROR_TABLE = ERROR_TABLE EXCEPTIONS OTHERS = 1. "WOGP40K039831 Ende

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING PERNR = PERNR-PERNR MSG_CLASS = 'RP' MSG_NUMBER = '050' MSG_PAR1 = '0001' MSG_PAR2 = PERNR-PERNR MSG_PAR3 = PN-BEGDA MSG_PAR4 = PN-ENDDA SEVERITY = 8 REACTION = NO_MSG TABLES ERROR_TABLE = ERROR_TABLE EXCEPTIONS OTHERS = 1. "WOGP40K039831 Ende

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING PERNR = PERNR-PERNR MSG_CLASS = MSG_CLASS1 MSG_NUMBER = '401' MSG_PAR1 = P0001-WERKS MSG_PAR2 = P0001-BTRTL * MSG_PAR3 = '' * MSG_PAR4 = '' SEVERITY = 8 REACTION = NO_MSG TABLES ERROR_TABLE = ERROR_TABLE EXCEPTIONS OTHERS = 1.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING PERNR = PERNR-PERNR MSG_CLASS = MSG_CLASS1 MSG_NUMBER = '821' SEVERITY = 8 REACTION = NO_MSG TABLES ERROR_TABLE = ERROR_TABLE EXCEPTIONS OTHERS = 1. "WOGP40K039831 Ende

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING PERNR = PERNR-PERNR MSG_CLASS = 'RP' MSG_NUMBER = '050' MSG_PAR1 = '0008' MSG_PAR2 = PERNR-PERNR MSG_PAR3 = PN-BEGDA MSG_PAR4 = PN-ENDDA SEVERITY = 8 REACTION = NO_MSG TABLES ERROR_TABLE = ERROR_TABLE EXCEPTIONS OTHERS = 1. "WOGP40K039831 Ende

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING PERNR = PERNR-PERNR MSG_CLASS = MSG_CLASS1 MSG_NUMBER = '408' MSG_PAR1 = SY-LANGU MSG_PAR2 = P0001-STELL MSG_PAR3 = PN-ENDDA * MSG_PAR4 = '' SEVERITY = 8 REACTION = NO_MSG TABLES ERROR_TABLE = ERROR_TABLE EXCEPTIONS OTHERS = 1. "WOGP40K039831 Ende

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING PERNR = PERNR-PERNR MSG_CLASS = MSG_CLASS1 MSG_NUMBER = '410' MSG_PAR1 = P0001-PERSG MSG_PAR2 = P0001-PERSK * msg_par3 = pn-endda * MSG_PAR4 = '' SEVERITY = 8 REACTION = NO_MSG TABLES ERROR_TABLE = ERROR_TABLE EXCEPTIONS OTHERS = 1. "WOGP40K039831 Ende

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING MOLGA = T001P-MOLGA TRFAR = P0008-TRFAR TRFGB = P0008-TRFGB TRFKZ = T503-TRFKZ BEGDA = PN-ENDDA * ENDDA = IMPORTING WAERS = waers EXCEPTIONS OTHERS = 0.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = PN-ENDDA FOREIGN_AMOUNT = T510N-GRMIN FOREIGN_CURRENCY = waers LOCAL_CURRENCY = p0008-ancur IMPORTING LOCAL_AMOUNT = T510N-GRMIN EXCEPTIONS OTHERS = 0.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = PN-ENDDA FOREIGN_AMOUNT = T510N-GRMAX FOREIGN_CURRENCY = waers LOCAL_CURRENCY = p0008-ancur IMPORTING LOCAL_AMOUNT = T510N-GRMAX EXCEPTIONS OTHERS = 0.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING PERNR = PERNR-PERNR MSG_CLASS = MSG_CLASS1 MSG_NUMBER = '407' MSG_PAR1 = T001P-MOLGA MSG_PAR2 = P0008-TRFAR MSG_PAR3 = P0008-TRFGB MSG_PAR4 = PN-ENDDA SEVERITY = 8 REACTION = NO_MSG TABLES ERROR_TABLE = ERROR_TABLE EXCEPTIONS OTHERS = 1. "WOGP40K039831 Ende

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING PERNR = PERNR-PERNR MSG_CLASS = MSG_CLASS1 MSG_NUMBER = '851' * msg_par1 = sy-langu * msg_par2 = p0001-stell * msg_par3 = pn-endda * MSG_PAR4 = '' SEVERITY = 8 REACTION = NO_MSG TABLES ERROR_TABLE = ERROR_TABLE EXCEPTIONS OTHERS = 1. "WOGP40K039831 Ende

HR_BEN_SHOW_ERROR_POPUP CALL FUNCTION 'HR_BEN_SHOW_ERROR_POPUP' TABLES ERROR_TABLE = ERROR_TABLE.

HR_BEN_SHOW_ERROR_POPUP CALL FUNCTION 'HR_BEN_SHOW_ERROR_POPUP' "WOGP40K039831 TABLES "WOGP40K039831 ERROR_TABLE = ERROR_TABLE. "WOGP40K039831



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