HARUMSM0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to display the generated TemSe files for
If you would like to execute this report or see the full code listing simply enter HARUMSM0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M29_MSTMS - My Simplification - Display TemSe
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.
Selection Text: TSCCBU = CBU
Selection Text: TSCDAT = Additional data
Selection Text: TSDEXP = Business Addresses
Selection Text: TSRLAB = Work relationships
Selection Text: TSVFAM = Kinships
Title: My Simplification: Management of TEMSE files
Text Symbol: 004 = Results
Text Symbol: 005 = Download
Text Symbol: H01 = Work relationships
Text Symbol: H02 = Additional data
Text Symbol: H03 = CBU
Text Symbol: H04 = Family links
Text Symbol: H05 = Business Addresses
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = 'ROOT' i_node_txt = 'Resultados'(004) * I_NODE_LABEL = * I_LABEL_IS_QINFO = * I_ICON = * I_QUICKINFO = * I_CATEG_ID = * I_SORT_CONTEXT = * I_HEADER_NODES = * I_EXPAND = importing e_node_key = l_results_node exceptions program_error = 1 others = 2 .
HR_PAL_LOG_DISPLAY call function 'HR_PAL_LOG_DISPLAY' * EXPORTING * I_S_DISPLAY_PROFILE = * I_S_FLAT_PROFILE = EXCEPTIONS PROGRAM_ERROR = 1 NO_LOGS = 2 OTHERS = 3 .
HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = 'RLAB' i_structure_name = pardq_c_p29msim_rlab_01 * I_WITH_MSG_FIELDS = * I_MSG_TEXT_POS = * I_ICON_LTEXT_POS = * IT_FIELDCAT = * IT_SORT = * I_SAVE = * IS_VARIANT = * I_DEFAULT = * IS_LAYOUT = * I_S_PRINT_OPTIONS = * I_TREE_SORT = * I_CLBK = * I_ROWMARK = is_pushbuttons = l_rlab_pushbuttons exceptions program_error = 1 others = 2 .
HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = p_results_node i_node_txt = text-h01 "'Relaciones laborales' * I_NODE_LABEL = * I_LABEL_IS_QINFO = * I_ICON = * I_QUICKINFO = i_categ_id = 'RLAB' * I_SORT_CONTEXT = * I_HEADER_NODES = * I_EXPAND = importing e_node_key = l_rlab_node exceptions program_error = 1 others = 2 .
HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = l_rlab_node i_row_data =
exceptions program_error = 1 others = 2.
HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = 'VFAM' i_structure_name = pardq_c_p29msim_vfam_01 * I_WITH_MSG_FIELDS = * I_MSG_TEXT_POS = * I_ICON_LTEXT_POS = * IT_FIELDCAT = * IT_SORT = * I_SAVE = * IS_VARIANT = * I_DEFAULT = * IS_LAYOUT = * I_S_PRINT_OPTIONS = * I_TREE_SORT = * I_CLBK = * I_ROWMARK = is_pushbuttons = l_vfam_pushbuttons exceptions program_error = 1 others = 2 .
HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = p_results_node i_node_txt = text-h04 "'Vínculos Familiares' * I_NODE_LABEL = * I_LABEL_IS_QINFO = * I_ICON = * I_QUICKINFO = i_categ_id = 'VFAM' * I_SORT_CONTEXT = * I_HEADER_NODES = * I_EXPAND = importing e_node_key = l_vfam_node exceptions program_error = 1 others = 2 .
HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = l_vfam_node i_row_data =
exceptions program_error = 1 others = 2.
HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = 'CDAT' i_structure_name = pardq_c_p29msim_cdat_01 * I_WITH_MSG_FIELDS = * I_MSG_TEXT_POS = * I_ICON_LTEXT_POS = * IT_FIELDCAT = * IT_SORT = * I_SAVE = * IS_VARIANT = * I_DEFAULT = * IS_LAYOUT = * I_S_PRINT_OPTIONS = * I_TREE_SORT = * I_CLBK = * I_ROWMARK = is_pushbuttons = l_cdat_pushbuttons exceptions program_error = 1 others = 2 .
HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = p_results_node i_node_txt = text-h02 "'Datos Complementarios' * I_NODE_LABEL = * I_LABEL_IS_QINFO = * I_ICON = * I_QUICKINFO = i_categ_id = 'CDAT' * I_SORT_CONTEXT = * I_HEADER_NODES = * I_EXPAND = importing e_node_key = l_cdat_node exceptions program_error = 1 others = 2 .
HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = l_cdat_node i_row_data =
exceptions program_error = 1 others = 2.
HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = 'CCBU' i_structure_name = pardq_c_p29msim_ccbu_01 * I_WITH_MSG_FIELDS = * I_MSG_TEXT_POS = * I_ICON_LTEXT_POS = * IT_FIELDCAT = * IT_SORT = * I_SAVE = * IS_VARIANT = * I_DEFAULT = * IS_LAYOUT = * I_S_PRINT_OPTIONS = * I_TREE_SORT = * I_CLBK = * I_ROWMARK = is_pushbuttons = l_ccbu_pushbuttons exceptions program_error = 1 others = 2 .
HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = p_results_node i_node_txt = text-h03 "'CBU' * I_NODE_LABEL = * I_LABEL_IS_QINFO = * I_ICON = * I_QUICKINFO = i_categ_id = 'CCBU' * I_SORT_CONTEXT = * I_HEADER_NODES = * I_EXPAND = importing e_node_key = l_ccbu_node exceptions program_error = 1 others = 2 .
HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = l_ccbu_node i_row_data =
exceptions program_error = 1 others = 2.
HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = 'DEXP' i_structure_name = pardq_c_p29msim_dexp_01 * I_WITH_MSG_FIELDS = * I_MSG_TEXT_POS = * I_ICON_LTEXT_POS = * IT_FIELDCAT = * IT_SORT = * I_SAVE = * IS_VARIANT = * I_DEFAULT = * IS_LAYOUT = * I_S_PRINT_OPTIONS = * I_TREE_SORT = * I_CLBK = * I_ROWMARK = is_pushbuttons = l_dexp_pushbuttons exceptions program_error = 1 others = 2 .
HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = p_results_node i_node_txt = text-h05 "'Domicilios de Explotación' * I_NODE_LABEL = * I_LABEL_IS_QINFO = * I_ICON = * I_QUICKINFO = i_categ_id = 'DEXP' * I_SORT_CONTEXT = * I_HEADER_NODES = * I_EXPAND = importing e_node_key = l_dexp_node exceptions program_error = 1 others = 2 .
HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = l_dexp_node i_row_data =
exceptions program_error = 1 others = 2.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = feld1 value_org = 'S' tables value_tab = ctst01 return_tab = return_tab exceptions others = 1.
call function 'HR_99S_DOWNLOAD' exporting p_write_lf = 'X' p_trunc_blanks_eol = ' ' tables data_tab = t_temse_tab * FIELDNAMES = exceptions file_save_dialog = 1 file_write_error = 2 no_batch = 3 gui_refuse_filetransfer = 4 invalid_type = 5 unknown_error = 6 wrong_tab_format = 7 others = 8.
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 HARUMSM0 or its description.
HARUMSM0 - My Simplification: Management of TEMSE files HARUMSM0 - My Simplification: Management of TEMSE files HARUCCC0 - documentation and ABAP source code HARU0875 - Create initial records of IT 0875 from 0021 HARU0875 - Create initial records of IT 0875 from 0021 HARPAYTRANSMAC - documentation and ABAP source code