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

HFIFTUM0_FORMS SAP ABAP INCLUDE - Forms / subroutines for Union List Finland







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


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 HFIFTUM0_FORMS. "Basic submit
SUBMIT HFIFTUM0_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT HFIFTUM0_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: Forms / subroutines for Union List Finland


INCLUDES used within this REPORT HFIFTUM0_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:

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.



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