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

RPUZKDN0_F01 SAP ABAP INCLUDE - Form include for RPUZKDN0







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


Text pool values


Title: Form include for RPUZKDN0


INCLUDES used within this REPORT RPUZKDN0_F01

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_EPPRELE CALL FUNCTION 'ENQUEUE_EPPRELE' EXPORTING pernr = ls_pa3250-pernr mode_prel = 'X' EXCEPTIONS foreign_lock = 2 system_failure = 3.

DEQUEUE_EPPRELE CALL FUNCTION 'DEQUEUE_EPPRELE' EXPORTING pernr = ls_pa3250-pernr mode_prel = 'X'.

ENQUEUE_EPPRELE CALL FUNCTION 'ENQUEUE_EPPRELE' EXPORTING pernr = ls_pa2001-pernr mode_prel = 'X' EXCEPTIONS foreign_lock = 2 system_failure = 3.

DEQUEUE_EPPRELE CALL FUNCTION 'DEQUEUE_EPPRELE' EXPORTING pernr = ls_pa2001-pernr mode_prel = 'X'.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-pu1 text_question = lv_string text_button_1 = text-pu3 icon_button_1 = 'ICON_OKAY' text_button_2 = text-pu4 icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = '' start_column = 25 start_row = 6 IMPORTING answer = p_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'P05EIR_MESSAGE_STATUS' text = 'X' langu = sy-langu TABLES dd07v_tab = st_status_texts.

REUSE_ALV_GRID_DISPLAY_LVC CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC' EXPORTING i_callback_program = lv_repid i_callback_pf_status_set = 'CALLBACK_PF_STATUS' i_callback_user_command = 'CALLBACK_USER_COMMAND' i_structure_name = lc_struc_name i_grid_title = lv_grid_title is_layout_lvc = ls_layout i_default = abap_true i_save = 'A' is_variant = ls_variant TABLES t_outtab = gt_overview EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_LOG_REFRESH CALL FUNCTION 'HR_PAL_LOG_REFRESH' EXPORTING i_with_err_and_stat_list = abap_true i_keep_categ = abap_true EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3.

DD_INT_TABL_GET CALL FUNCTION 'DD_INT_TABL_GET' EXPORTING tabname = p_strucname IMPORTING dd02v_a = l_dd02v EXCEPTIONS internal_error = 1 OTHERS = 2.

HR_NL_LA_ERROR_MESSAGE CALL FUNCTION 'HR_NL_LA_ERROR_MESSAGE' EXPORTING i_sy_subrc = uv_subrc i_fm_name = uv_fm_name i_sy_msgid = uv_msgid i_sy_msgty = uv_msgty i_sy_msgno = uv_msgno i_sy_msgv1 = uv_msgv1 i_sy_msgv2 = uv_msgv2 i_sy_msgv3 = uv_msgv3 i_sy_msgv4 = uv_msgv4.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = p_categ_id i_structure_name = p_strucname i_save = 'A' "Standard- und Benutzerlayouts i_default = 'X' "LLEACRK015529 is_layout = l_layout i_s_print_options = l_print_options is_variant = ls_variant 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_text i_categ_id = p_categ_id IMPORTING e_node_key = l_node_key EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_node_key i_row_data = p_table EXCEPTIONS program_error = 1 OTHERS = 2.

ENQUEUE_E_NL_EIR_ADM CALL FUNCTION 'ENQUEUE_E_NL_EIR_ADM' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = p_msgid i_msgty = p_msgty i_msgno = p_msgno i_msgv1 = p_msgv1 i_msgv2 = p_msgv2 i_msgv3 = p_msgv3 i_msgv4 = p_msgv4 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 RPUZKDN0_F01 or its description.