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

HFILTVR0_FORMS SAP ABAP INCLUDE - Include HFILTVR0_FORMS Forms and routines







HFILTVR0_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 HFILTVR0_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 HFILTVR0_FORMS. "Basic submit
SUBMIT HFILTVR0_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT HFILTVR0_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: Include HFILTVR0_FORMS Forms and routines


INCLUDES used within this REPORT HFILTVR0_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_PAYROLL_PERIODS_GET CALL FUNCTION 'HR_PAYROLL_PERIODS_GET' EXPORTING get_begda = begin_import get_endda = end_import get_permo = rptime_period TABLES get_periods = i549q_tab EXCEPTIONS no_valid_permo = 1 no_period_found = 2.

HR_TIME_RESULTS_IN_INTERVAL CALL FUNCTION 'HR_TIME_RESULTS_IN_INTERVAL' EXPORTING int_pernr = p_pernr int_begda = begda int_endda = endda TABLES int_time_results = time_results EXCEPTIONS wrong_cluster_version = 1 no_read_authority = 2 cluster_archived = 3 technical_error = 4 OTHERS = 5.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' TABLES error = err_tab EXCEPTIONS OTHERS = 1.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_background_id = 'ALV_BACKGROUND' i_callback_program = 'HFILTVR0' i_callback_pf_status_set = 'pf_status_set' i_callback_user_command = 'user_command' is_layout = gs_layout it_fieldcat = gt_cats[] it_events = gt_events[] it_event_exit = gt_exit_event TABLES t_outtab = tvr_transpose EXCEPTIONS program_error = 1 OTHERS = 2.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' TABLES error = err_tab EXCEPTIONS OTHERS = 1.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING i_logo = 'ENJOYSAP_LOGO' it_list_commentary = gt_list_top_of_page.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = rt_events.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING FEATURE = '44PRC' STRUC_CONTENT = PMEPS * KIND_OF_ERROR = IMPORTING BACK = ret_val * CHANGING * STATUS = 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 .

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = text-009 i_selection = ' ' i_zebra = 'X' i_tabname = 'db_table' it_fieldcat = pop_cats i_callback_program = 'HFILTVR0' TABLES t_outtab = db_table EXCEPTIONS program_error = 1 OTHERS = 2.

RP_FILL_WAGE_TYPE_TABLE_EXT CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE_EXT' EXPORTING * APPLI = 'E' begda = pn-begda endda = pn-endda infty = '0008' pernr = pernr-pernr TABLES pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 ppbwla = pwgetype EXCEPTIONS error_at_indirect_evaluation = 1 OTHERS = 2 .

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = prog_text EXCEPTIONS OTHERS = 1.



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