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

RPLPDLJ0 SAP ABAP INCLUDE - Personnel Record list







RPLPDLJ0 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 RPLPDLJ0 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 RPLPDLJ0. "Basic submit
SUBMIT RPLPDLJ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLPDLJ0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Personnel Record list


INCLUDES used within this REPORT RPLPDLJ0

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' "JNMS11K143396 EXPORTING BEG = PN-BEGDA "JNMS11K143396 END = PN-ENDDA "JNMS11K143396 IMPORTING HIRE_DATE = HIREDATE "JNMS11K143396 FIRE_DATE = FIREDATE "JNMS11K143396 TABLES PP0000 = P0000 "input "JNMS11K143396 PP0001 = P0001 "input "JNMS11K143396 PPHIFI = PHIFI. "output "JNMS11K143396

RP_HIRE+FIRE * CALL FUNCTION 'RP_HIRE+FIRE' EXPORTING BEG = PN/BEGDA * * END = PN/ENDDA * * IMPORTING HIRE_DATE = HIREDATE * * FIRE_DATE = FIREDATE * * TABLES PP0000 = P0000 "input * * PP0001 = P0001 "input * * PPHIFI = PHIFI. "output *

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' "JRDP30K090842 EXPORTING "JRDP30K090842 NO_POPUP = SPACE "JRDP30K090842 NO_IMG = SPACE "JRDP30K090842 TABLES "JRDP30K090842 ERROR = ERT "JRDP30K090842 EXCEPTIONS "JRDP30K090842 INVALID_LINESIZE = 1 "JRDP30K090842 OTHERS = 2. "JRDP30K090842

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

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 CALL FUNCTION 'COMPUTE_YEARS_BETWEEN_DATES' EXPORTING FIRST_DATE = DATE1 SECOND_DATE = DATE2 MODIFY_INTERVAL = ' ' IMPORTING YEARS_BETWEEN_DATES = YEARS EXCEPTIONS SEQUENCE_OF_DATES_NOT_VALID = 1.

COMPUTE_SEARVIS_YEARS_J * call function 'COMPUTE_SEARVIS_YEARS_J' "JNKP30K081077"JNFP40K026251 * exporting "JNKP30K081077"JNFP40K026251 * first_date = date1 "JNKP30K081077"JNFP40K026251 * second_date = date2 "JNKP30K081077"JNFP40K026251 * modify_interval = ' ' "JNKP30K081077"JNFP40K026251 * importing "JNKP30K081077"JNFP40K026251 * years_between_dates = years "JNKP30K081077"JNFP40K026251 * month_between_dates = month "JNKP30K081077"JNFP40K026251 * exceptions "JNKP30K081077"JNFP40K026251 * sequence_of_dates_not_valid = 1. "JNKP30K081077"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 = LOW-DATE "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



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