SAP Reports / Programs | Personnel Management | Personnel Administration | Finland(PA-PA-FI) SAP PA

HFILAAI0_FORMS SAP ABAP INCLUDE - From routines for annual accident insurance statement







HFILAAI0_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 HFILAAI0_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 HFILAAI0_FORMS. "Basic submit
SUBMIT HFILAAI0_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT HFILAAI0_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: From routines for annual accident insurance statement


INCLUDES used within this REPORT HFILAAI0_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_ENTRY_DATE CALL FUNCTION 'HR_ENTRY_DATE' EXPORTING persnr = pernr * RCLAS = begda = '18000101' endda = '99991231' * VARKY = IMPORTING entrydate = entrydate TABLES entry_dates = hire_fire_dates EXCEPTIONS entry_date_not_found = 1 pernr_not_assigned = 2 OTHERS = 3 .

HR_LEAVING_DATE CALL FUNCTION 'HR_LEAVING_DATE' EXPORTING persnr = pernr * RCLAS = begda = '18000101' endda = '99991231' * VARKY = IMPORTING leavingdate = leavedate TABLES leaving_dates = hire_fire_dates EXCEPTIONS leaving_date_not_found = 1 pernr_not_assigned = 2 OTHERS = 3 .

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_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' i_callback_program = repid * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' i_callback_top_of_page = 'TOP_OF_PAGE' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' * i_grid_title = * I_GRID_SETTINGS = is_layout = alv_layout it_fieldcat = p_alv_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = display_variants * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IT_ALV_GRAPHICS = * IT_ADD_FIELDCAT = * IT_HYPERLINK = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = p_o_tab EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_F4_FOR_ALV_VARIANT CALL FUNCTION 'HR_F4_FOR_ALV_VARIANT' EXPORTING current_report = repid IMPORTING variant = p_varia.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'CONNR' "Return field for F4 help dynpprog = dynpprog dynpnr = dynpnr dynprofield = 'CONNR' value_org = 'S' TABLES value_tab = f4_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

HR_PCLX_INIT_BUFFER CALL FUNCTION 'HR_PCLX_INIT_BUFFER'. "Initialize PCLX-buffers

CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' "Read RGDIR, Cluster CU EXPORTING persnr = p_pernr TABLES in_rgdir = evp EXCEPTIONS no_record_found = 1 OTHERS = 2.

CD_RETROCALC_PERIOD * CALL FUNCTION 'CD_RETROCALC_PERIOD' * EXPORTING * entry = w_evp * IMPORTING * calcd = retro.

PYXX_GET_EVALUATION_PERIODS CALL FUNCTION 'PYXX_GET_EVALUATION_PERIODS' EXPORTING clusterid = c_clusterid employeenumber = p_pernr bonus_date = w_evp-bondt inper_modif = w_evp-iperm "KK1224793 inper = w_evp-inper pay_type = w_evp-payty pay_ident = w_evp-payid * READ_ONLY_INTERNATIONAL = TABLES * RGDIR = evaluated_periods = pay_result EXCEPTIONS no_payroll_results = 1 no_entry_found_on_cu = 2 import_error = 3 OTHERS = 4.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING no_popup = 'X' no_print = space TABLES error = p_errtab.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' TABLES error = p_errtab.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = header_alv.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = '44ETP' struc_content = pme01 kind_of_error = '3' IMPORTING back = whitecol CHANGING status = wcmemp 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 = 7.



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