SAP Reports / Programs | Payroll | Finland(PY-FI) SAP PY

HFILERR0_FORMS SAP ABAP INCLUDE - Include HFILERR0_FORMS







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


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 HFILERR0_FORMS. "Basic submit
SUBMIT HFILERR0_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT HFILERR0_FORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include HFILERR0_FORMS


INCLUDES used within this REPORT HFILERR0_FORMS

No INCLUDES are used within this REPORT code!


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:

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.



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