RPITUOD2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for PROTECT This report searches the dataset selected for features that justify reclassifying the relevant employee in a higher pay scale group in the selection period...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 RPITUOD2 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: T_STUFE = Pay Scale Level
Selection Text: T_KENNZ = Pay Scale Indicator
Selection Text: T_GRUPPE = Pay Scale Groups
Selection Text: T_GEBIET = Pay Scale Areas
Selection Text: T_ART = Pay Scale Types
Selection Text: SW_IGN_R = Include suspended work rel.?
Selection Text: M_TUMS = Procedure reassign to wage lvl
Selection Text: M_TUMG = Procedure reassign to wage grp
Selection Text: F_GRUPPE = Case Group
Selection Text: F_GRPKAT = Case Group Catalog
Selection Text: DAR_BBWZ = Start of Progression Period
Title: Default List for Advancement of Case Groups
Text Symbol: PM2 = End date set to
Text Symbol: PNR = Personnel No.:
Text Symbol: PPX = No entry in T503 for employee group/subgroup
Text Symbol: RAX = Suspended work relationship
Text Symbol: REX = Pensioner, not considered
Text Symbol: TAX = No entry in T510A for the entered pay scale type.
Text Symbol: TFA = No entry in T510A for
Text Symbol: TFX = No entry in T510U for
Text Symbol: TGX = No entry in T510G for specified pay scale areas
Text Symbol: TKP = T_KENNZ
Text Symbol: TKS = T_KENNZ is set to due to PN/PERSG, PN/PERSK
Text Symbol: TKZ = TKZ not selected:
Text Symbol: TPP = d.n.conform to PNPXPGPK
Text Symbol: TRX = Assignment to wage level not in T510
Text Symbol: UGX = Reassignment to wage groups missed
Text Symbol: ZGF = Period of Membership of Current Case Group:
Text Symbol: ZJA = Years
Text Symbol: ZMO = Months
Text Symbol: ZRF = Membership Period as a Rule:
Text Symbol: PM1 = Start date set to
Text Symbol: 000 = Absence
Text Symbol: 001 = Collides with prev.empmt per
Text Symbol: 002 = Rejected Personnel Number
Text Symbol: 003 = Higher grouped personnel no.
Text Symbol: 004 = Regrouping Information
Text Symbol: 005 = Data Selection Per.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_SET_NAME_FORMAT call function 'RP_SET_NAME_FORMAT' "MBUAHRK058968 exporting repid = repid importing format = $$format.
HR_PAL_LOG_DISPLAY call function 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = l_display_profile EXCEPTIONS program_error = 1 no_logs = 2 others = 3.
HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = p_categ_id i_structure_name = p_strucname it_fieldcat = p_fieldcat i_save = 'A' "Standard- und Benutzerlayouts is_variant = ls_variant i_default = c_x is_layout = ls_layout EXCEPTIONS program_error = 1 others = 2.
HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = c_root i_node_txt = p_text1 i_categ_id = p_categ_id IMPORTING e_node_key = p_knoten EXCEPTIONS program_error = 1 others = 2.
HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = p_knoten i_row_data = p_table EXCEPTIONS program_error = 1 others = 2.
call function 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_pernr =-pernr i_msgid = -arbgb i_msgty = -msgty i_msgno = -msgno i_msgv1 = -msgv1 i_msgv2 = -msgv2 i_msgv3 = -msgv3 i_msgv4 = -msgv4 EXCEPTIONS program_error = 1 others = 2.
HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = p_categ_id i_with_msg_fields = 'X' i_save = 'A' is_variant = ls_variant i_default = c_x EXCEPTIONS program_error = 1 others = 2.
HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = p_knoten i_node_txt = p_text i_categ_id = p_categ_id IMPORTING e_node_key = l_knoten EXCEPTIONS program_error = 1 others = 2.
HR_PAL_NODE_MSG_ADD CALL FUNCTION 'HR_PAL_NODE_MSG_ADD' EXPORTING I_NODE_KEY = l_knoten I_MSGID =
-arbgb I_MSGTY = -msgty I_MSGNO = -msgno I_MSGV1 = -msgv1 I_MSGV2 = -msgv2 I_MSGV3 = -msgv3 I_MSGV4 = -msgv4 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = p_stru CHANGING ct_fieldcat = pt_fcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 others = 3.
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 RPITUOD2 or its description.
RPITUOD2 - Default List for Advancement of Case Groups RPITUOD2 - Default List for Advancement of Case Groups RPITUMVP - Pay Scale Reclassification acc. to Age or Pay Scale Membership Period RPITUMVP - Pay Scale Reclassification acc. to Age or Pay Scale Membership Period RPITUMPS - documentation and ABAP source code RPITUMP2 - documentation and ABAP source code