HFILRIP0_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 HFILRIP0_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 HFILRIP0_FORMS
FORM PRINT_HEADER_LGART USING INCLUDE_INFTY.
No SAP DATABASE tables are accessed within this REPORT code!
RP_FILL_WAGE_TYPE_TABLE_EXT CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE_EXT' EXPORTING pernr = pernr-pernr infty = '0008' subty = p0008-subty objps = p0008-objps begda = p0008-begda endda = p0008-endda dlspl = ' ' TABLES ppbwla = ppbwla pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 EXCEPTIONS error_at_indirect_evaluation = 1.
RP_FILL_WAGE_TYPE_TABLE_EXT CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE_EXT' EXPORTING pernr = pernr-pernr infty = pinfty subty = pskey-subty objps = pskey-objps begda = pskey-begda endda = pskey-endda dlspl = ' ' TABLES ppbwla = ppbwla pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 * PP0230 = P0230 EXCEPTIONS error_at_indirect_evaluation = 1.
RP_EVALUATE_INDIRECTLY_P0008 CALL FUNCTION 'RP_EVALUATE_INDIRECTLY_P0008' EXPORTING * pbegda = l_employee-endda pbegda = date pmolga = '44' pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 ppernr = l_employee-pernr TABLES ptbindbw = ptbindbw EXCEPTIONS error_at_indirect_evaluation = 1.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = c_date foreign_amount = c_betrg foreign_currency = c_old_waers local_currency = c_new_waers IMPORTING local_amount = c_betrg EXCEPTIONS no_rate_found = 01 overflow = 02 no_factors_found = 03 no_spread_found = 04 OTHERS = 05.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_buffer_active = 'X' i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = 'TOP_OF_PAGE' it_excluding = extab[] i_callback_program = g_repid * i_structure_name = dis_struc is_layout = layout it_fieldcat = alv_fieldcat[] it_events = event[] i_save = 'A' is_variant = g_alv_variant TABLES t_outtab = output_list1 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = header_alv.
HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_node_key = p_node i_stcnt = p_ws_insert i_msgid = 'BL' i_msgty = p_msgty i_msgno = '001' i_msgv1 = p_msg * I_MSGV2 = * I_MSGV3 = * I_MSGV4 = * IMPORTING * e_stats_node_key = p_stats_node EXCEPTIONS program_error = 1 OTHERS = 2 .
HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = l_display_profile * I_S_FLAT_PROFILE = EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3 .
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = sy-title * I_NODE_LABEL = * I_ICON = * I_CATEG_ID = * I_SORT_CONTEXT = * I_HEADER_NODES = * I_EXPAND = IMPORTING e_node_key = p_node EXCEPTIONS program_error = 1 OTHERS = 2 .
RP_EVALUATE_INDIRECTLY_P0008 CALL FUNCTION 'RP_EVALUATE_INDIRECTLY_P0008' EXPORTING * pbegda = wa_p0008-endda pbegda = date pmolga = '44' pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 ppernr = wa_p0008-pernr TABLES ptbindbw = ptab EXCEPTIONS error_at_indirect_evaluation = 1.
RP_EVALUATE_INDIRECTLY_P0008 CALL FUNCTION 'RP_EVALUATE_INDIRECTLY_P0008' EXPORTING * pbegda = old_p0008-endda pbegda = date pmolga = '44' pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 ppernr = old_p0008_wa-pernr TABLES ptbindbw = ptbindbw EXCEPTIONS error_at_indirect_evaluation = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HFILRIP0_FORMS - Include HFILRIP0_FORMS HFILRIP0_DATA - Include HFILRIP0_DATA HFILRIP0 - Raise in Pay History Report HFILRIP0 - Raise in Pay History Report HFILPEN0_SUBROUTINES - Subroutines used by Finnish garnishment report HFILPEN0 HFILPEN0_SELECTION_SCREEN - Selection screen options for Finnish garnishment report HFILGAR0