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

RPCZKON0_F01 SAP ABAP INCLUDE - Include RPCZKON0_F01







RPCZKON0_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 RPCZKON0_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 RPCZKON0_F01. "Basic submit
SUBMIT RPCZKON0_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCZKON0_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: Include RPCZKON0_F01


INCLUDES used within this REPORT RPCZKON0_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:

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.

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.

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.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-006 txt1 = text-007 txt2 = text-008.



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