HSIUC607 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 HSIUC607 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4_FILENAME CALL FUNCTION 'F4_FILENAME' EXPORTING program_name = prg dynpro_number = dyn field_name = fld IMPORTING file_name = fil.
GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = str_file filetype = 'BIN' IMPORTING filelength = xml_size TABLES data_tab = xml_table 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_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = pv_relnode i_node_txt = pv_nodetxt i_categ_id = pv_categ IMPORTING e_node_key = pv_nodekey EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = pv_nodekey i_row_data = pv_data EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = c_klasius i_save = 'A' is_layout = ls_layout i_rttc = 'X' EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = c_skp08 i_save = 'A' is_layout = ls_layout i_rttc = 'X' EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = c_sucdats i_save = 'A' is_layout = ls_layout it_fieldcat = lt_fieldcat i_rttc = 'X' EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = c_sucdatk i_save = 'A' is_layout = ls_layout it_fieldcat = lt_fieldcat i_rttc = 'X' EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = c_unsdatk i_save = 'A' is_layout = ls_layout it_fieldcat = lt_fieldcat i_rttc = 'X' EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = c_unsdats i_save = 'A' is_layout = ls_layout it_fieldcat = lt_fieldcat i_rttc = 'X' EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = p_cnt i_msgid = p_ls_msg-msgid i_msgty = p_ls_msg-msgty i_msgno = p_ls_msg-msgno i_msgv1 = p_ls_msg-msgv1 i_msgv2 = p_ls_msg-msgv2 i_msgv3 = p_ls_msg-msgv3 i_msgv4 = p_ls_msg-msgv4 EXCEPTIONS program_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HSIUC607 - IT0607 conversion to new classifications (01.07.2011) HSIUC607 - IT0607 conversion to new classifications (01.07.2011) HSIUBT90 - Copy IT0009 record for SEPA purpose HSIUBT90 - Copy IT0009 record for SEPA purpose HSIUBT1X - Upload items for payment program to local system HSIUBT1X - Upload items for payment program to local system