SAP Reports / Programs

RPLPRRJ0 SAP ABAP Report - Change of Basic pay List (Japan)







RPLPRRJ0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to display a list of employees whose basic wage changes on the specified date...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 RPLPRRJ0 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 RPLPRRJ0. "Basic submit
SUBMIT RPLPRRJ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLPRRJ0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Change of Basic pay List (Japan)
Text Symbol: ZRM = Evaluation period $1 to $2
Text Symbol: STT = Key date: $1
Text Symbol: MAL = Male
Text Symbol: M01 = Yr
Text Symbol: H14 = Change of Basic pay List (Japan)
Text Symbol: H13 = Job
Text Symbol: H12 = Position
Text Symbol: H11 = Level
Text Symbol: H10 = Paysc.grp
Text Symbol: H09 = New
Text Symbol: H08 = Level
Text Symbol: H07 = Paysc.grp
Text Symbol: H06 = Previous
Text Symbol: H05 = Enter Date
Text Symbol: H04 = Age
Text Symbol: H03 = Sex
Text Symbol: H02 = Name
Text Symbol: H01 = Per No
Text Symbol: FEM = Female
Text Symbol: 012 = Employee
Text Symbol: 005 = Employee selection period :
Text Symbol: 004 = to
Text Symbol: 003 = Person Subgroup :
Text Symbol: 002 = Person Group :
Text Symbol: 001 = Organization :
Text Symbol: 000 = Starting date :


INCLUDES used within this REPORT RPLPRRJ0

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_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' "JRMOPH0K007143 EXPORTING "JRMOPH0K007143 REPID = REPID "JRMOPH0K007143 IMPORTING "JRMOPH0K007143 FORMAT = FORMAT. "JRMOPH0K007143

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

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

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

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' "XUIAHRK010386 EXPORTING "XUIAHRK010386 * FORMAT = $$FORMAT "JRMOPH0K007143 FORMAT = FORMAT "JRMOPH0K007143 LANGU = SY-LANGU "XUIAHRK010386 MOLGA = T001P-MOLGA "XUIAHRK010386 PP0002 = P0002 "XUIAHRK010386 IMPORTING "XUIAHRK010386 EDIT_NAME = $EDIT_NAME "XUIAHRK010386 RETCODE = $RET_CODE. "XUIAHRK010386

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

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

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = p_node_perner i_row_data = lt_data_perner exceptions others = 99.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = cl_hr99b_pal=>c_root_node i_node_txt = text-H14 i_categ_id = c_pal_categids-ae_orgnode i_expand = 'X' importing e_node_key = lv_node_org exceptions others = 99.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = lv_node_org i_row_data = lt_org_display exceptions others = 99.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = lv_node_org i_node_txt = text-012 i_categ_id = c_pal_categids-ae_pernrnode i_expand = 'X' importing e_node_key = p_node_perner exceptions others = 99.



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