HFISPOB0_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 HFISPOB0_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 HFISPOB0_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_COMPANYCODE_GETDETAIL CALL FUNCTION 'BAPI_COMPANYCODE_GETDETAIL' EXPORTING companycodeid = w_org_struc-bukrs IMPORTING companycode_detail = cocode companycode_address = l_cc_addr return = l_subrc.
HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = p_pernr arbgb = p_arbgb msgty = p_msgty msgno = p_msgno msgv1 = p_msgv1 msgv2 = p_msgv2 msgv3 = p_msgv3 msgv4 = p_msgv4.
HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING no_popup = 'X' no_print = space TABLES error = error_tab.
HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' TABLES error = error_tab.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_buffer_active = 'X' i_callback_top_of_page = 'TOP_OF_PAGE' i_callback_program = g_repid is_layout = layout it_fieldcat = alv_fieldcat i_save = 'A' is_variant = g_alv_variant TABLES t_outtab = output_tab[].
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = feature struc_content =
kind_of_error = kind_of_error IMPORTING back = back CHANGING status = status EXCEPTIONS DUMMY = 1 * ERROR_OPERATION = 2 * NO_BACKVALUE = 3 * FEATURE_NOT_GENERATED = 4 * INVALID_SIGN_IN_FUNID = 5 * FIELD_IN_REPORT_TAB_IN_PE03 = 6 OTHERS = 0.
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = company_code IMPORTING comp_name = company_text EXCEPTIONS not_found = 1 OTHERS = 2.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = listheader.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HFISPOB0_FORMS - Include HFISPOB0_FORMS HFISPOB0_DATA - Include HFISPOB0_DATA HFISPOB0 - Statistics: Places of Business (Finland) HFISPOB0 - Statistics: Places of Business (Finland) HFIPAYTRANSMAC - Macros converting new structure to old data FI Finland HFIPAYMACRO - Macro definitions for payroll cluster FI Finland