SAP Reports / Programs

RPLRLGJ0 SAP ABAP Report - HR-J: Retirement allowance amount calculate Log List







RPLRLGJ0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPLRLGJ0 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_LRLG - Retirement allowance amount calc.log


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


Text pool values


Title: HR-J: Retirement allowance amount calculate Log List
Text Symbol: H01 = Emp.No.
Text Symbol: H02 = Name
Text Symbol: H03 = Hire/Fire
Text Symbol: H04 = Total/Before
Text Symbol: H05 = SVYR
Text Symbol: H06 = Yr
Text Symbol: H07 = Ret.Amt/Adjust
Text Symbol: H08 = Base
Text Symbol: H09 = Factor
Text Symbol: H10 = Reason
Text Symbol: H11 = Amount
Text Symbol: H12 = Point
Text Symbol: H14 = Date/Before
Text Symbol: L01 = Calculation Based on Basic Pay
Text Symbol: L02 = Calculation Based on Pay Scale
Text Symbol: L03 = Calculation Based on Point
Text Symbol: LN1 = |


INCLUDES used within this REPORT RPLRLGJ0

INCLUDE RPC2RJJ0.
INCLUDE RPLRICJ0.


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 REPID = REPID "JRMOPH0K007143 IMPORTING FORMAT = FORMAT. "JRMOPH0K007143

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = cl_hr99b_pal=>c_root_node i_node_txt = l_node_title i_categ_id = 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 = 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 RPLRLGJ0 or its description.