SAP Reports / Programs

RPU510J1 SAP ABAP Report - Utility program to delimit P0008 after pay sclae re-creation







RPU510J1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for After executing RPU510J0 (pay scale recreation), you should delimit the old record of infotype 0008 (basic pay) and create the new record using 'copy' function to manage the pay increase history in Master data...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 RPU510J1 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_M22_U510J1 - Delimit IT0008 after P/S Re-creation


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 RPU510J1. "Basic submit
SUBMIT RPU510J1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPU510J1 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: SES_NAME = Session name
Selection Text: REASON = Reason for changing basic pay
Selection Text: P08SBTY = Basic bay subtype
Selection Text: KEEP_BI = Keep batch input session?
Selection Text: INCDATE = Pay increase date
Selection Text: HOLD_DAT = Batch input hold date
Selection Text: GEN_BI = Generate batch input session?
Title: Utility program to delimit P0008 after pay sclae re-creation
Text Symbol: L02 = Number of processed employees
Text Symbol: L01 = Delimited and Copied Records of Infotype Basic Pay (0008)
Text Symbol: H03 = Number Name begin date end date
Text Symbol: H02 = Personnel
Text Symbol: H01 = List of employees whose infotype 0008 is delimited and copied:
Text Symbol: FR1 = Program parameters
Text Symbol: 012 = Batch input session insert error.
Text Symbol: 011 = Batch input session created. Session name:
Text Symbol: 010 = Batch input session close error.
Text Symbol: 009 = Return code:
Text Symbol: 008 = Batch input session open error.
Text Symbol: 004 = Number of employees processed:
Text Symbol: 003 = P0008 is already delimited for personnel number:
Text Symbol: 002 = HR name editing incomplete for personnel number:
Text Symbol: 001 = Language modifier not found for personnel number:


INCLUDES used within this REPORT RPU510J1

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:

HR_MAPNAME_VERIFY CALL FUNCTION 'HR_MAPNAME_VERIFY' "XWIP30K049565 EXPORTING "XWIP30K049565 MAPNAME = SES_NAME "XWIP30K049565 REPORTNAME = REPNAME "XWIP30K049565 IMPORTING "XWIP30K049565 MAPNAME = SES_NAME. "XWIP30K049565

HR_MAPNAME_VERIFY CALL FUNCTION 'HR_MAPNAME_VERIFY' "XWIP30K049565 EXPORTING "XWIP30K049565 MAPNAME = SES_NAME "XWIP30K049565 REPORTNAME = REPNAME "XWIP30K049565 IMPORTING "XWIP30K049565 MAPNAME = SES_NAME. "XWIP30K049565

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

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = SES_NAME KEEP = KEEP_BI HOLDDATE = HOLD_DAT USER = SY-UNAME.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'PA30' TABLES DYNPROTAB = BDCDATA.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = cl_hr99b_pal=>c_root_node i_node_txt = text-l01 i_categ_id = c_pal_categids-ae_result IMPORTING e_node_key = obj_pal_log->g_node_key EXCEPTIONS OTHERS = 99.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = ls_result EXCEPTIONS OTHERS = 99.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = emp_proc i_msgid = 'BL' i_msgty = 'S' i_msgno = '001' i_msgv1 = text-l02 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 RPU510J1 or its description.