SAP Reports / Programs

RPU510J0 SAP ABAP Report - Pay scale recreation (Japan)







RPU510J0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program will insert the new entries of one pay scale group...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 RPU510J0 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_U510J0 - Pay Scale Re-creation (Base-up)


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 RPU510J0. "Basic submit
SUBMIT RPU510J0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPU510J0 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: TRFKZ = Subgrp. coll. agrmt
Selection Text: TRFGR = Pay scale group
Selection Text: TRFGB = Pay scale area
Selection Text: TRFAR = Pay scale type
Selection Text: TEST = Test run
Selection Text: MOLGA = Country grouping
Selection Text: LGART = Wage type
Selection Text: BEGDA = Pay increase date
Title: Pay scale recreation (Japan)
Text Symbol: HD1 = Execution parameters
Text Symbol: H03 = Entries inserted
Text Symbol: H02 = Entries delimited
Text Symbol: H01 = Entries deleted
Text Symbol: FR1 = Program parameters
Text Symbol: F12 = Curr.
Text Symbol: F11 = Amount
Text Symbol: F10 = Wtype
Text Symbol: F09 = Lvl
Text Symbol: F08 = P/S group
Text Symbol: F07 = End date
Text Symbol: F06 = Begin date
Text Symbol: F05 = Pay scale group
Text Symbol: F04 = Subgroup for collective agreement
Text Symbol: F03 = Pay scale area
Text Symbol: F02 = Pay scale type
Text Symbol: F01 = country grouping
Text Symbol: E70 = System error has occured!
Text Symbol: E60 = Enqueue failed for table T510. Please try after!
Text Symbol: E51 = not found.
Text Symbol: E50 = Pitch amount entry for levels up to
Text Symbol: E40 = No pitch amount entry (SEQID>1) found in table T5J60.
Text Symbol: E30 = Entry for first level amount (SEQID=0) not found in table T5J60.
Text Symbol: E22 = , but no entry found.
Text Symbol: E21 = is defined as next to level
Text Symbol: E20 = Level
Text Symbol: E10 = Entry for first level is not found in table T5J59.
Text Symbol: 001 = Error has occured.


INCLUDES used within this REPORT RPU510J0

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:

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING TABNAME = ENQTABLE_ID VARKEY = ENQKEY EXCEPTIONS FOREIGN_LOCK = 4 SYSTEM_FAILURE = 8.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING TABNAME = ENQTABLE_ID VARKEY = ENQKEY.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = cl_hr99b_pal=>c_root_node i_node_txt = text-hd1 i_categ_id = c_pal_categids-ae_headernode 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 = l_data_header 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 = p_htext i_categ_id = c_pal_categids-ae_displaynode 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 = l_w510 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 RPU510J0 or its description.