HFILERR0_FORMS 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 HFILERR0_FORMS 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.
Title: Include HFILERR0_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' TABLES error = p_error EXCEPTIONS invalid_linesize = 1 OTHERS = 2.
RP_TS_OPEN CALL FUNCTION 'RP_TS_OPEN' EXPORTING tsobj = p_tsobj empfg = fi_ts_rec EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 no_object = 5 no_permission = 6 no_hr_application_file = 7 invalid_version_number = 8 wrong_report = 9 OTHERS = 10.
RSTS_READ CALL FUNCTION 'RSTS_READ' IMPORTING alldata = sw_alldata TABLES datatab = p_temse EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.
RSTS_REMOVE_OBJECT CALL FUNCTION 'RSTS_REMOVE_OBJECT' EXPORTING * AUTHORITY = ' ' * CLIENT = SY-MANDT * COMMIT = ' ' * FORCE = ' ' name = p_tsobj EXCEPTIONS fb_error = 2 fb_rsts_other = 4 no_object = 5 no_permission = 6 OTHERS = 10 .
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = callback i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' i_structure_name = 'P44_ERR_OUT1' is_layout = layout it_fieldcat = field_cat * i_grid_title = title it_sort = sort it_events = header_event is_print = print i_save = 'A' is_variant = g_alv_variant TABLES t_outtab = p_output.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = callback i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' i_structure_name = 'P44_ERR_OUT2' is_layout = layout it_fieldcat = field_cat * i_grid_title = title it_sort = sort it_events = header_event is_print = print i_save = 'A' is_variant = g_alv_variant TABLES t_outtab = p_output.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HFILERR0_FORMS - Include HFILERR0_FORMS HFILERR0_DATADEF - Include HFILERR0_DATADEF HFILERR0 - Employee representative report Finland HFILERR0 - Employee representative report Finland HFILDED0_SELECT - Selection screen for Finnish wage type report. HFILDED0_FORMS - Forms for Finnish wage type report.