HFIFTUM0_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 HFIFTUM0_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: Forms / subroutines for Union List Finland
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = const_dis_struc TABLES dd03p_tab = ct_dd03p EXCEPTIONS illegal_input = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_buffer_active = 'X' i_callback_program = g_repid i_structure_name = const_dis_struc is_layout = layout i_save = 'X' is_variant = g_alv_variant TABLES t_outtab = p_output.
DOWNLOAD * CALL FUNCTION 'DOWNLOAD' * EXPORTING ** BIN_FILESIZE = ' ' ** CODEPAGE = ' ' * filename = fname * filetype = 'ASC' ** ITEM = ' ' ** MODE = ' ' ** WK1_N_FORMAT = ' ' ** WK1_N_SIZE = ' ' ** WK1_T_FORMAT = ' ' ** WK1_T_SIZE = ' ' ** FILEMASK_MASK = ' ' ** FILEMASK_TEXT = ' ' ** FILETYPE_NO_CHANGE = ' ' ** FILEMASK_ALL = ' ' ** FILETYPE_NO_SHOW = ' ' ** SILENT = 'S' ** COL_SELECT = ' ' ** COL_SELECTMASK = ' ' ** NO_AUTH_CHECK = ' ' ** IMPORTING ** ACT_FILENAME = ** ACT_FILETYPE = ** FILESIZE = ** CANCEL = * TABLES * data_tab = p_output[] ** FIELDNAMES = * EXCEPTIONS * invalid_filesize = 1 * invalid_table_width = 2 * invalid_type = 3 * no_batch = 4 * unknown_error = 5 * gui_refuse_filetransfer = 6 ** customer_error = 7 * OTHERS = 8 * .
GUI_DOWNLOAD call function 'GUI_DOWNLOAD' exporting * BIN_FILESIZE = filename = f_name FILETYPE = 'ASC' * IMPORTING * FILELENGTH = tables data_tab = p_output[] exceptions file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 others = 5 .
RP_TS_CREATE_OBJECT CALL FUNCTION 'RP_TS_CREATE_OBJECT' EXPORTING objkn = objkn objnr = ts_objnr empfg = empfg IMPORTING tsobj = tsobj.
RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' TABLES datatab = p_output.
RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXCEPTIONS fb_call_handle = 01 fb_error = 02 fb_rsts_other = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HFIFTUM0_FORMS - Forms / subroutines for Union List Finland HFIFTUM0_EVENTS - Include HFIFTUM0_EVENTS HFIFTUM0_DATA - Data declarations for Union List Finland HFIFTUM0 - Quarterly / semi-annual file for trade unions (Finland) HFIFTUM0 - Quarterly / semi-annual file for trade unions (Finland) HFIFTB00 - Include HFIFTB00