SAP Reports / Programs | Personnel Management | Personnel Administration | Japan(PA-PA-JP) SAP PA

RPLERCJ0 SAP ABAP INCLUDE - Retirement allowance base information report (Japan)







RPLERCJ0 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for This report will be deleted after version 4...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 RPLERCJ0 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 RPLERCJ0. "Basic submit
SUBMIT RPLERCJ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLERCJ0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Retirement allowance base information report (Japan)


INCLUDES used within this REPORT RPLERCJ0

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:

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' "JNMS11K145025 EXPORTING "JNMS11K145025 BEG = PN-BEGDA "JNMS11K145025 END = PN-ENDDA "JNMS11K145025 IMPORTING "JNMS11K145025 HIRE_DATE = HIREDATE "JNMS11K145025 FIRE_DATE = FIREDATE "JNMS11K145025 TABLES "JNMS11K145025 PP0000 = P0000 "input "JNMS11K145025 PP0001 = P0001 "input "JNMS11K145025 PPHIFI = PHIFI. "output "JNMS11K145025

RP_EDIT_NAME_J CALL FUNCTION 'RP_EDIT_NAME_J' "JNMP30K013146 EXPORTING "JNMP30K013146 FORMAT = '02' "JNMP30K013146 MOLGA = T001P-MOLGA "JNMP30K013146 PP0002 = P0002 "JNMP30K013146 IMPORTING "JNMP30K013146 EDIT_NAME = $EDIT-NAME "JNMP30K013146 RETCODE = $RET-CODE. "JNMP30K013146

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' "JNKP30K090842 EXPORTING "JNKP30K090842 NO_POPUP = SPACE "JNKP30K090842 NO_IMG = SPACE "JNKP30K090842 TABLES "JNKP30K090842 ERROR = ERT "JNKP30K090842 EXCEPTIONS "JNKP30K090842 INVALID_LINESIZE = 1 "JNKP30K090842 OTHERS = 2. "JNKP30K090842

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' "JNKP30K090842 EXPORTING "JNKP30K090842 NO_POPUP = SPACE "JNKP30K090842 NO_IMG = SPACE "JNKP30K090842 TABLES "JNKP30K090842 ERROR = ERT "JNKP30K090842 EXCEPTIONS "JNKP30K090842 INVALID_LINESIZE = 1 "JNKP30K090842 OTHERS = 2. "JNKP30K090842

RP_FILL_WAGE_TYPE_TABLE_EXT CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE_EXT' EXPORTING PERNR = PERNR-PERNR INFTY = '0008' SUBTY = P0008-SUBTY OBJPS = P0008-OBJPS BEGDA = P0008-BEGDA ENDDA = P0008-ENDDA TABLES PPBWLA = PPBWLA PP0001 = P0001 PP0007 = P0007 PP0008 = P0008 EXCEPTIONS ERROR_AT_INDIRECT_EVALUATION = 1.

COMPUTE_YEARS_BETWEEN_DATES

COMPUTE_SEARVIS_YEARS_J * CALL FUNCTION 'COMPUTE_YEARS_BETWEEN_DATES' "JNKP30K081077 * call function 'COMPUTE_SEARVIS_YEARS_J' "JNKP30K081077 "JNFP40K026251 * exporting "JNFP40K026251 * first_date = hiredate "JNFP40K026251 * second_date = firedate "JNFP40K026251 * modify_interval = ' ' "JNFP40K026251 * importing "JNFP40K026251 * years_between_dates = cur_employment "JNFP40K026251 * month_between_dates = cur_employmentm "JNKP30K081077"JNFP40K026251 * exceptions "JNFP40K026251 * sequence_of_dates_not_valid = 1. "JNFP40K026251

HR_SEN_CALCULATE_COMPLETE CALL FUNCTION 'HR_SEN_CALCULATE_COMPLETE' "JPWJL6BK007995 EXPORTING "JPWJL6BK007995 ID_PERNR = PERNR-PERNR "JPWJL6BK007995 ID_PROCE = P_PERUL "JPWJL6BK007995 ID_SEL_DATE = PN-ENDDA "JPWJL6BK007995 ID_CALTY = '1' "JPWJL6BK007995 ID_BEGDA = PN-BEGDA "JPWJL6BK007995 ID_ENDDA = PN-ENDDA "JPWJL6BK007995 IMPORTING "JPWJL6BK007995 ES_DURATION = LS_DURATION "JPWJL6BK007995 EXCEPTIONS "JPWJL6BK007995 WRONG_IMPORT_PARAMETER = 1 "JPWJL6BK007995 WRONG_CALCULATION_TYPE = 2 "JPWJL6BK007995 PROCESS_NOT_FOUND = 3 "JPWJL6BK007995 PROCESS_PSTEP_NOT_FOUND = 4 "JPWJL6BK007995 NO_RESULT_FOR_CALTY = 5 "JPWJL6BK007995 ERROR_OF_OTHER_FUNCTIONS = 6 "JPWJL6BK007995 OTHERS = 7. "JPWJL6BK007995

COMPUTE_YEARS_BETWEEN_DATES CALL FUNCTION 'COMPUTE_YEARS_BETWEEN_DATES' EXPORTING FIRST_DATE = P0002-GBDAT * SECOND_DATE = SY-DATUM SECOND_DATE = TARGET_DATE "JRC941214 MODIFY_INTERVAL = ' ' IMPORTING YEARS_BETWEEN_DATES = CUR_AGE EXCEPTIONS SEQUENCE_OF_DATES_NOT_VALID = 1.



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