SAP Reports / Programs

RPLPM1F0 SAP ABAP Report - Annual Calculation of Budgeting for Work Medal Awards







RPLPM1F0 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 RPLPM1F0 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_LPM1 - Calc. Budgeting for Medals


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 RPLPM1F0. "Basic submit
SUBMIT RPLPM1F0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLPM1F0 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: ANC_PBA6 = More than
Selection Text: ANC_PRO1 = Less than
Selection Text: ANC_PRO2 = More than
Selection Text: AN_MEDAR = Silver
Selection Text: AN_MEDGO = 'Grand Or'
Selection Text: AN_MEDOR = Gold
Selection Text: AN_MEDVE = Vermeil
Selection Text: DATE_CAL = Date of leave reserve
Selection Text: DAT_ART = Tech. WType for IT0041
Selection Text: POUR_BA1 = yrs :
Selection Text: POUR_BA2 = yrs :
Selection Text: POUR_BA3 = yrs :
Selection Text: POUR_BA4 = yrs :
Selection Text: POUR_BA5 = yrs :
Selection Text: POUR_BA6 = yrs :
Selection Text: POUR_PR1 = years of service :
Selection Text: POUR_PR2 = years of service :
Selection Text: P_AGEACT = Average age of entry
Selection Text: P_BEGDA = Start of reference period
Selection Text: P_CURR = Currency
Selection Text: P_ENDDA = End of reference period
Selection Text: P_PARR = Rounded off to the next year
Selection Text: P_RUB = Annual base wage type
Selection Text: SIRET = D
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
Title: Annual Calculation of Budgeting for Work Medal Awards
Text Symbol: 040 = No payroll run found
Text Symbol: DEV = Currency
Text Symbol: S04 = Calculation parameters
Text Symbol: S21 = Seniority required for medal award
Text Symbol: S26 = Years
Text Symbol: S31 = Factor for seniority at time of allocation
Text Symbol: S32 = Less (excluding)
Text Symbol: S34 = %





Text Symbol: S35 = Plus (including)
Text Symbol: S51 = Staff turnover rate per seniority
Text Symbol: S52 = years of service :
Text Symbol: S55 = Monthly basis
Text Symbol: S56 = Sen.
Text Symbol: S57 = Budgeted
Text Symbol: S58 = Silver
Text Symbol: S59 = Vermeil
Text Symbol: S60 = Gold
Text Symbol: S72 = 'Grand Or'


INCLUDES used within this REPORT RPLPM1F0

INCLUDE: RPLPM2F0, "INCLUDE POUR LES DEFINITIONS DE DATA
RPLRFDF1, "AHRK015682
RPLRFFF1, "AHRK015682
RPLPM3F0, "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 RPLPM1F0 or its description.