SAP Reports / Programs

RPLPR1F0 SAP ABAP Report - Calculation of Annual Budgeting for Retirement Compensation







RPLPR1F0 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 RPLPR1F0 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_M06_LPR1 - Calc. Retirement Budget


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 RPLPR1F0. "Basic submit
SUBMIT RPLPR1F0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLPR1F0 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: SIRET = D
Selection Text: P_RUB = Annual base wage type
Selection Text: P_PARR = Rounded off to the next year
Selection Text: P_ENDDA = End of reference period
Selection Text: P_CURR = Currency
Selection Text: P_BEGDA = Start of reference period
Selection Text: POUR_PR2 = years of service :
Selection Text: POUR_PR1 = years of service :
Selection Text: DAT_ART = Tech. WType for IT0041
Selection Text: DATE_CAL = Date of leave reserve
Selection Text: COEF_BA7 = yrs :
Selection Text: COEF_BA6 = yrs :
Selection Text: COEF_BA5 = yrs :
Selection Text: COEF_BA4 = yrs :
Selection Text: COEF_BA3 = yrs :
Selection Text: COEF_BA2 = yrs :
Selection Text: COEF_BA1 = yrs :
Selection Text: ANC_PRO2 = More than
Selection Text: ANC_PRO1 = Less than
Selection Text: ANC_PBA7 = More than
Selection Text: ANC_PBA6 = Less than
Selection Text: ANC_PBA5 = Less than
Selection Text: ANC_PBA4 = Less than
Selection Text: ANC_PBA3 = Less than
Selection Text: ANC_PBA2 = Less than
Selection Text: ANC_PBA1 = Less than
Selection Text: AG_RETRA = Age at withdrawal
Title: Calculation of Annual Budgeting for Retirement Compensation
Text Symbol: S57 = Budgeted
Text Symbol: S56 = Sen.
Text Symbol: S55 = Monthly basis
Text Symbol: S52 = Calculation parameters
Text Symbol: S51 = Staff turnover rate per seniority
Text Symbol: S34 = Plus (including)
Text Symbol: S33 = years of service :
Text Symbol: S32 = Less (excluding)
Text Symbol: S31 = Factor according to length of service at withdrawal
Text Symbol: S30 = %





Text Symbol: DEV = Currency
Text Symbol: 040 = No payroll run found


INCLUDES used within this REPORT RPLPR1F0

INCLUDE: RPLPR2F0, "INCLUDE POUR LES DEFINITIONS DE DATA
RPLRFDF1, "AHRK015682
RPLRFFF1, "AHRK015682
RPLPR3F0, "INCLUDE POUR LES SELECTIONS


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:

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING MOLGA = '06' BEGDA = SY-DATUM ENDDA = SY-DATUM IMPORTING WAERS = PROG_WAERS RETURN = RETURN.

COMPUTE_YEARS_BETWEEN_DATES CALL FUNCTION 'COMPUTE_YEARS_BETWEEN_DATES' EXPORTING FIRST_DATE = P0002-GBDAT MODIFY_INTERVAL = SPACE SECOND_DATE = DATE_CAL IMPORTING YEARS_BETWEEN_DATES = AGE_JOUR EXCEPTIONS SEQUENCE_OF_DATES_NOT_VALID = 1 OTHERS = 2.



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