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

RPIGAWE0 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RPIGAWE0

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:

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

HR_E_DISPLAY_LOG * call function 'HR_E_DISPLAY_LOG' * exporting * callback_program = 'RPIGA0E0' * callback_detail = 'WRITE_DETAIL' * tables * p_log_tab = log_tab.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'RESULT' * I_NODE_TYPE = i_structure_name = 'BAL_HR_EXT' i_with_msg_fields = 'X' i_msg_text_pos = 3 i_icon_ltext_pos = 4 * IT_FIELDCAT = * IT_PRINT_FCAT = * IS_LAYOUT = * I_S_PRINT_OPTIONS = * I_TREE_SORT = EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'IGATAB' i_structure_name = 'PESIGALOG' EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'IGA62' i_structure_name = 'PES_62IGA' EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = 'Total de empleados procesados'(t31) * I_NODE_LABEL = i_icon = icon_employee * I_CATEG_ID = 'RESULT' * I_SORT_CONTEXT = * I_HEADER_NODES = i_expand = 'X' IMPORTING e_node_key = empleados_procesados_node EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_NODE_MSG_ADD CALL FUNCTION 'HR_PAL_NODE_MSG_ADD' EXPORTING i_node_key = empleados_no_regulariz_node i_msgid = 'BL' i_msgty = 'W' i_msgno = '001' i_msgv1 = msg * I_MSGV2 = * I_MSGV3 = * I_MSGV4 = i_context = log_tab-pernr EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = l_display_profile * I_S_FLAT_PROFILE = EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3 .

HR_ES_SIMPLE_LIST CALL FUNCTION 'HR_ES_SIMPLE_LIST' * exporting * p_list_cat = TABLES p_field_cat = l_field_cat[] p_data_tab = l_420_list.

HR_ES_SIMPLE_LIST CALL FUNCTION 'HR_ES_SIMPLE_LIST' * exporting * p_list_cat = TABLES p_field_cat = l_field_cat[] p_data_tab = l_420_list.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = p_padre_node i_node_txt = text80 * I_NODE_LABEL = 'Buchungskreis' * I_LABEL_IS_QINFO = 'X' i_icon = icon_table_settings * i_quickinfo = 'What a nice quickinfo' i_categ_id = 'IGATAB' * I_SORT_CONTEXT = * I_HEADER_NODES = i_expand = 'X' IMPORTING e_node_key = periodo_node EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = periodo_node i_row_data = wa_igatab EXCEPTIONS program_error = 1 OTHERS = 2.

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING * BASIC_LIST_TITLE = file_name = l_file_name * HEAD_LINE1 = ' ' * HEAD_LINE2 = ' ' * FOOT_NOTE1 = ' ' * FOOT_NOTE2 = ' ' * FOOT_NOTE3 = ' ' * lay_out = 1 * DYN_PUSHBUTTON_TEXT1 = * DYN_PUSHBUTTON_TEXT2 = * DYN_PUSHBUTTON_TEXT3 = * DYN_PUSHBUTTON_TEXT4 = * DYN_PUSHBUTTON_TEXT5 = * DYN_PUSHBUTTON_TEXT6 = * data_structure = 'PES_IGADET' * HEAD_LINE3 = ' ' * HEAD_LINE4 = ' ' * CURRENT_REPORT = SY-REPID * list_level = '2' * ADDITIONAL_OPTIONS = ' ' * WORD_DOCUMENT = TABLES data_tab = h_iga_detail fieldname_tab = fieldname_tab * SELECT_TAB = error_tab = error_tab EXCEPTIONS download_problem = 1 no_data_tab_entries = 2 table_mismatch = 3 print_problems = 4 OTHERS = 5.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = p_structure_name TABLES dfies_tab = table_info_tab EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

HR_ES_SIMPLE_LIST CALL FUNCTION 'HR_ES_SIMPLE_LIST' EXPORTING p_list_cat = list_cat TABLES p_field_cat = field_cat p_data_tab = p_data_tab.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING * I_NODE_KEY = i_stcnt = calculados * I_NODID = * I_NODPA = * I_LVPOS = i_msgid = 'BL' * I_MSGTY = i_msgno = '001' i_msgv1 = 'Total de empleados procesados'(t31) * I_MSGV2 = * I_MSGV3 = * I_MSGV4 = * IMPORTING * E_STATS_NODE_KEY = EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING * I_NODE_KEY = i_stcnt = aceptados * I_NODID = * I_NODPA = * I_LVPOS = i_msgid = 'BL' * I_MSGTY = i_msgno = '001' i_msgv1 = 'Empleados procesados con éxito'(t32) * I_MSGV2 = * I_MSGV3 = * I_MSGV4 = * IMPORTING * E_STATS_NODE_KEY = EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING * I_NODE_KEY = i_stcnt = aceptados_adv * I_NODID = * I_NODPA = * I_LVPOS = i_msgid = 'BL' I_msgty = 'W' i_msgno = '001' i_msgv1 = 'Empleados procesados con advertencia'(T69) * I_MSGV2 = * I_MSGV3 = * I_MSGV4 = * IMPORTING * E_STATS_NODE_KEY = EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_STATS_MSG_ADD





CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING * I_NODE_KEY = i_stcnt = rechazados * I_NODID = * I_NODPA = * I_LVPOS = i_msgid = 'BL' i_msgty = 'E' i_msgno = '001' i_msgv1 = 'Empleados rechazados'(t33) * I_MSGV2 = * I_MSGV3 = * I_MSGV4 = * IMPORTING * E_STATS_NODE_KEY = EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = p_emp_proc_node i_node_txt = 'Empleados rechazados'(t14) * I_NODE_LABEL = 'Buchungskreis' * I_LABEL_IS_QINFO = 'X' * I_ICON = * i_quickinfo = 'What a nice quickinfo' i_categ_id = 'RESULT' * I_SORT_CONTEXT = * I_HEADER_NODES = i_expand = 'X' IMPORTING e_node_key = empleados_rechazados_node EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_NODE_MSG_ADD CALL FUNCTION 'HR_PAL_NODE_MSG_ADD' EXPORTING i_node_key = empleados_rechazados_node i_msgid = 'BL' i_msgty = 'E' i_msgno = '001' i_msgv1 = msg * I_MSGV2 = * I_MSGV3 = * I_MSGV4 = i_context = wa_rechazados-pernr EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = p_proc_node i_node_txt = 'Empleados procesados con éxito'(t32) * I_NODE_LABEL = 'Buchungskreis' * I_LABEL_IS_QINFO = 'X' i_icon = icon_led_green * i_quickinfo = 'What a nice quickinfo' * i_categ_id = 'RESULT' * I_SORT_CONTEXT = * I_HEADER_NODES = i_expand = 'X' IMPORTING e_node_key = p_acep_node EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = p_padre i_node_txt = p_pernr * I_NODE_LABEL = 'Buchungskreis' * I_LABEL_IS_QINFO = 'X' * I_ICON = * i_quickinfo = 'What a nice quickinfo' * i_categ_id = 'RESULT' * I_SORT_CONTEXT = * I_HEADER_NODES = i_expand = 'X' IMPORTING e_node_key = p_hijo EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = p_padre i_node_txt = p_periodo * I_NODE_LABEL = 'Buchungskreis' * I_LABEL_IS_QINFO = 'X' i_icon = icon_table_settings * i_quickinfo = 'What a nice quickinfo' i_categ_id = 'IGATAB' * I_SORT_CONTEXT = * I_HEADER_NODES = i_expand = 'X' IMPORTING e_node_key = p_hijo EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = p_periodo_node i_row_data = wa_igatab EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = p_proc_node i_node_txt = 'Empleados regularizados'(t39) * I_NODE_LABEL = 'Buchungskreis' * I_LABEL_IS_QINFO = 'X' i_icon = icon_led_green * i_quickinfo = 'What a nice quickinfo' * i_categ_id = 'RESULT' * I_SORT_CONTEXT = * I_HEADER_NODES = i_expand = 'X' IMPORTING e_node_key = p_acep_node EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = p_empleado_node i_node_txt = 'Datos de regularización'(t56) * I_NODE_LABEL = 'Buchungskreis' * I_LABEL_IS_QINFO = 'X' i_icon = icon_table_settings i_quickinfo = 'Comparación valores infotipos 62'(t55) i_categ_id = 'IGA62' * I_SORT_CONTEXT = * I_HEADER_NODES = i_expand = 'X' IMPORTING e_node_key = p_hijo EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = p_hijo i_row_data = wa_linea EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = p_proc_node i_node_txt = 'Empleados no regularizados'(t54) * I_NODE_LABEL = 'Buchungskreis' * I_LABEL_IS_QINFO = 'X' i_icon = icon_led_green * i_quickinfo = 'What a nice quickinfo' i_categ_id = 'RESULT' * I_SORT_CONTEXT = * I_HEADER_NODES = i_expand = 'X' IMPORTING e_node_key = p_acep_node EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = p_emp_proc_node i_node_txt = 'Empleados aceptados con advertencia'(t70) * I_NODE_LABEL = 'Buchungskreis' * I_LABEL_IS_QINFO = 'X' * I_ICON = * i_quickinfo = 'What a nice quickinfo' i_categ_id = 'RESULT' * I_SORT_CONTEXT = * I_HEADER_NODES = i_expand = 'X' IMPORTING e_node_key = lv_emp_aceptados_adv_node EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_NODE_MSG_ADD CALL FUNCTION 'HR_PAL_NODE_MSG_ADD' EXPORTING i_node_key = lv_emp_aceptados_adv_node i_msgid = 'BL' i_msgty = 'W' i_msgno = '001' i_msgv1 = lv_msg * I_MSGV2 = * I_MSGV3 = * I_MSGV4 = i_context = ls_aceptados_adv-pernr EXCEPTIONS program_error = 1 OTHERS = 2 .



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