FH5AHF70 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 FH5AHF70 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!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = text.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = text.
HRSP_UPDATE_INFOCOLUMNS CALL FUNCTION 'HRSP_UPDATE_INFOCOLUMNS' EXPORTING begin_date = pfedy-begda end_date = pfedy-endda g_peins_psdci = g_peins_psdci im_selected_pernr = l_selected_pernr TABLES buffer_saldo = buffer_saldo buffer_zl = buffer_zl prev_saldo = prev_saldo prev_zl = prev_zl fehler_ps = ifehler CHANGING info_columns = all_info_columns g_import_b2_done = g_import_b2_done g_import_b2_pp_done = g_import_b2_pp_done EXCEPTIONS infocol_error = 1 OTHERS = 2. "#EC *
HRSPPS_DIV_SHOW_ERR_LST CALL FUNCTION 'HRSPPS_DIV_SHOW_ERR_LST' TABLES employees = g_pernr_error EXCEPTIONS internal_error = 1 OTHERS = 2.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = text-acp.
RH_GET_ASSIGNMENTS CALL FUNCTION 'RH_GET_ASSIGNMENTS' EXPORTING begda = pi_begda endda = pi_endda i_pernr = pi_pernr-pernr TABLES itab_p2002 = temp_p2002 EXCEPTIONS OTHERS = 0.
RH_SHOW_TIMEEVAL_ERROR_LIST * CALL FUNCTION 'RH_SHOW_TIMEEVAL_ERROR_LIST' * TABLES * EMPLOYEES = sr_employees.
HR_TIME_EVALUATION CALL FUNCTION 'HR_TIME_EVALUATION' EXPORTING evaluation_begin = l_pfedy_begda evaluation_end = l_pfedy_endda selection_variant = sr_variant log = log TABLES simulated_infotypes = infotypes simulated_data = sr_iprelp buffer = tbuff buffer_directory = buffer_dir employee_numbers = sr_employees ppsoper = ppsoper EXCEPTIONS variant_not_exist = 1 program_not_exist = 2.
WFP_SIMULATE_ABSENCE_DEDUCTION CALL FUNCTION 'WFP_SIMULATE_ABSENCE_DEDUCTION' EXPORTING begin_date = l_begda end_date = l_endda TABLES employees = l_employees simulated_data = l_prelp psp = l_psp employee_deduction = l_deduction groupings = person_groupings "note 481619 EXCEPTIONS error_calculating_times = 1 error_deduction_quota = 2 error_quoded_buffer = 3 error_get_quota_deduction = 4 OTHERS = 5.
HRSP_UPDATE_INFOCOLUMNS CALL FUNCTION 'HRSP_UPDATE_INFOCOLUMNS' EXPORTING begin_date = pfedy-begda end_date = pfedy-endda g_peins_psdci = g_peins_psdci TABLES buffer_saldo = buffer_saldo buffer_zl = buffer_zl prev_saldo = prev_saldo prev_zl = prev_zl fehler_ps = ifehler CHANGING info_columns = all_info_columns g_import_b2_done = g_import_b2_done g_import_b2_pp_done = g_import_b2_pp_done EXCEPTIONS infocol_error = 1 OTHERS = 2. "#EC *
HRSP_UPDATE_INFOCOLUMNS CALL FUNCTION 'HRSP_UPDATE_INFOCOLUMNS' EXPORTING begin_date = pfedy-begda end_date = pfedy-endda g_peins_psdci = g_peins_psdci im_selected_pernr = l_selected_pernr TABLES buffer_saldo = buffer_saldo buffer_zl = buffer_zl prev_saldo = prev_saldo prev_zl = prev_zl fehler_ps = ifehler CHANGING info_columns = all_info_columns g_import_b2_done = g_import_b2_done g_import_b2_pp_done = g_import_b2_pp_done EXCEPTIONS infocol_error = 1 OTHERS = 2. "#EC *
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.