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

HFILTAX1_FORMS0_ALV1 SAP ABAP INCLUDE - Include HFILTAX1_FORMS0_ALV1







HFILTAX1_FORMS0_ALV1 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 HFILTAX1_FORMS0_ALV1 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 HFILTAX1_FORMS0_ALV1. "Basic submit
SUBMIT HFILTAX1_FORMS0_ALV1 AND RETURN. "Return to original report after report execution complete
SUBMIT HFILTAX1_FORMS0_ALV1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include HFILTAX1_FORMS0_ALV1


INCLUDES used within this REPORT HFILTAX1_FORMS0_ALV1

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:

RP_TS_HELPVIEW CALL FUNCTION 'RP_TS_HELPVIEW' EXPORTING repid = no_ts_rep IMPORTING tsobj = p_tsobj EXCEPTIONS internal_error = 1 no_texts_found = 2 table_has_no_fields = 3 table_not_activ = 4 field_not_in_ddic = 5 more_then_one_selectfield = 6 no_selectfield = 7 no_value_request_for_molga = 8 no_entries_found = 9 helpview_not_installed = 10 OTHERS = 11.

RP_TS_OPEN CALL FUNCTION 'RP_TS_OPEN' EXPORTING tsobj = tsobj empfg = no_ts_rec EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 no_object = 5 no_permission = 6 no_hr_application_file = 7 invalid_version_number = 8 wrong_report = 9 OTHERS = 10.

RSTS_READ CALL FUNCTION 'RSTS_READ' IMPORTING alldata = sw_alldata TABLES datatab = temsedata EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

GUI_FILE_SAVE_DIALOG CALL FUNCTION 'GUI_FILE_SAVE_DIALOG' EXPORTING default_file_name = f_name initial_directory = 'C:\TEMP\' IMPORTING filename = f_name.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING * BIN_FILESIZE = filename = f_name filetype = 'ASC' trunc_trailing_blanks_eol = space " AKU, nt1833190 * IMPORTING * FILELENGTH = TABLES data_tab = tab[] EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 OTHERS = 5 .

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = gc_appl_msgid i_msgty = 'I' i_msgno = gc_appl_msgno i_msgv1 = text-fil i_msgv2 = lv_msgv2 i_msgv3 = text-suc EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile EXCEPTIONS program_error = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = p_pernr infty = '0206' begda = p_begda endda = p_endda * BYPASS_BUFFER = ' ' * LEGACY_MODE = ' ' * IMPORTING * SUBRC = TABLES infty_tab = it0206 EXCEPTIONS infty_not_found = 1 OTHERS = 2 .

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = lv_formname IMPORTING e_funcname = gv_fmname.

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' * IMPORTING * E_RESULT = EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4 .

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING no_dialog = gc_x mode = 'CURRENT' IMPORTING out_parameters = ls_pri_params.

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = gs_fpoutparams EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 OTHERS = 5.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'FPWBFORMNAME' fieldname = space searchhelp = 'HFPWBFORM' dynpprog = cprog dynpnr = dynnr dynprofield = 'PA_SSFN' EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.



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