SAP Reports / Programs | Payroll(PY) SAP PY

RPUTBKH0 SAP ABAP Report - Consolidation of family aid services at SI paying office







RPUTBKH0 is a standard Executable ABAP Report 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 RPUTBKH0 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 RPUTBKH0. "Basic submit
SUBMIT RPUTBKH0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTBKH0 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 RPUTBKH0

INCLUDE: RPCPCAH0, "SZEMÉLYES NAPTÁR
RPC2RX00, "BÉRSZF. ER. OLV.


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:

GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = lv_inp tables data_tab = lt_file[] exceptions file_open_error = 1 file_read_error = 2 no_batch = 3 gui_refuse_filetransfer = 4 invalid_type = 5 no_authority = 6 unknown_error = 7 bad_data_format = 8 header_not_allowed = 9 separator_not_allowed = 10 header_too_long = 11 unknown_dp_error = 12 access_denied = 13 dp_out_of_memory = 14 disk_full = 15 dp_timeout = 16 others = 17.

HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = 'PERNR' i_structure_name = 'BAL_HR_EXT' i_with_msg_fields = 'X' i_msg_text_pos = 3 i_icon_ltext_pos = 4 exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = 'ROOT' i_node_txt = 'Hibaüzenetek' i_categ_id = 'PERNR' importing e_node_key = sv_node_key exceptions program_error = 1 others = 2.

HR_PAL_PERNR_MSG_ADD call function 'HR_PAL_PERNR_MSG_ADD' exporting i_node_key = sv_node_key i_pernr = p_pernr i_msgid = 'RP' i_msgty = p_type i_msgno = 0016 i_msgv1 = lv_msg exceptions program_error = 1 others = 2.

HR_HU_MOVE_STRUC1_TO_STRUC2 call function 'HR_HU_MOVE_STRUC1_TO_STRUC2' exporting p_struct1 = ncale importing p_struct2 = pcalh.

GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = lv_filenev tables data_tab = p_tabla exceptions file_open_error = 1 file_read_error = 2 no_batch = 3 gui_refuse_filetransfer = 4 invalid_type = 5 no_authority = 6 unknown_error = 7 bad_data_format = 8 header_not_allowed = 9 separator_not_allowed = 10 header_too_long = 11 unknown_dp_error = 12 access_denied = 13 dp_out_of_memory = 14 disk_full = 15 dp_timeout = 16 others = 17.

HR_F4_GET_SUBTYPE call function 'HR_F4_GET_SUBTYPE' exporting infty = p_infty molga = '21' importing subty = p_subty exceptions infty_not_found = 1 no_entries_found = 2 cancelled = 3 infty_not_supported = 4 infty_has_no_subties = 5 others = 6.

KD_GET_FILENAME_ON_F4 call function 'KD_GET_FILENAME_ON_F4' changing file_name = p_fname exceptions mask_too_long = 1 others = 2.

HR_PAL_LOG_AND_ALV_DISPLAY call function 'HR_PAL_LOG_AND_ALV_DISPLAY' exporting i_callback_program = 'RPUTBKH0' i_callback_pf_status_set = 'SET_STATUS' i_callback_user_command = 'USER_COMMAND' it_fieldcat = st_fcat[] tables t_outtab = gt_ellatas exceptions program_error = 1 others = 2.

HR_PAL_LOG_REFRESH call function 'HR_PAL_LOG_REFRESH' exceptions program_error = 1 others = 2.

GUI_DOWNLOAD call function 'GUI_DOWNLOAD' exporting filename = lv_out col_select = 'X' col_select_mask = sv_mask tables data_tab = gt_ellatas exceptions file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 no_authority = 5 unknown_error = 6 header_not_allowed = 7 separator_not_allowed = 8 filesize_not_allowed = 9 header_too_long = 10 dp_error_create = 11 dp_error_send = 12 dp_error_write = 13 unknown_dp_error = 14 access_denied = 15 dp_out_of_memory = 16 disk_full = 17 dp_timeout = 18 file_not_found = 19 dataprovider_exception = 20 control_flush_error = 21 others = 22.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = lv_mess.



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