SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

RPUARFX0 SAP ABAP INCLUDE - HR-ARC: General Forms for Archiving Programs







RPUARFX0 is a standard ABAP INCLUDE 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 RPUARFX0 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 RPUARFX0. "Basic submit
SUBMIT RPUARFX0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUARFX0 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-ARC: General Forms for Archiving Programs


INCLUDES used within this REPORT RPUARFX0

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_ARCHIVE_READ_T51B1_2 CALL FUNCTION 'RP_ARCHIVE_READ_T51B1_2' EXPORTING ARCH_GROUP = P_AR_GROUP IMPORTING I_T51B1 = P_ITAB_T51B1 I_T51B2 = P_ITAB_T51B2 EXCEPTIONS READ_ERROR_T51B1 = 1 READ_ERROR_T51B2 = 2 OTHERS = 3.

HR_PAL_TABLE_CREATE_COLUMN CALL FUNCTION 'HR_PAL_TABLE_CREATE_COLUMN' EXPORTING I_FIELDNAME = 'ARC_GROUP' I_ROLLNAME = 'ARC_GROUP' I_OUTPUTLEN = 30 CHANGING IT_FIELDCAT = l_new_fieldcat EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING I_CATEG_ID = CAT_ARCGRP IT_FIELDCAT = l_new_fieldcat EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = 'ROOT' i_node_txt = lf_node_text I_ICON = icon_header I_QUICKINFO = lf_node_qinfo I_CATEG_ID = CAT_ARCGRP importing e_node_key = l_node_header exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = l_node_header i_row_data = pf_arc_group exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = l_node_succ_pernr i_row_data = wa_pernr_succ exceptions program_error = 1 others = 2.

HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = CAT_DATA i_structure_name = 'PERNR_NAME' exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = p_node i_node_txt = pf_node_text i_categ_id = CAT_DATA importing e_node_key = p_sub_node exceptions program_error = 1 others = 2.

HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' exporting i_stcnt = l_count i_msgid = 'BL' i_msgno = '001' i_msgv1 = l_par1 importing e_stats_node_key = l_node_statistics exceptions program_error = 1 others = 2.

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_PERNR_MSG_ADD call function 'HR_PAL_PERNR_MSG_ADD' "GWY1121230 exporting i_pernr = l_pernr i_msgid = l_msgid i_msgty = l_msgty i_msgno = l_msgno i_msgv1 = l_par1 i_msgv2 = l_par2 i_msgv3 = l_par3 i_msgv4 = l_par4 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

ENQUEUE_E_HR_ARC CALL FUNCTION 'ENQUEUE_E_HR_ARC' EXPORTING mandt = sy-mandt arc_group = $arc_group EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

DEQUEUE_E_HR_ARC CALL FUNCTION 'DEQUEUE_E_HR_ARC' EXPORTING mandt = sy-mandt arc_group = $arc_group EXCEPTIONS OTHERS = 0.



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