SAP Reports / Programs

HRUITAB0F SAP ABAP INCLUDE - Include HRUITAB0F







HRUITAB0F 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 HRUITAB0F 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 HRUITAB0F. "Basic submit
SUBMIT HRUITAB0F AND RETURN. "Return to original report after report execution complete
SUBMIT HRUITAB0F 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 HRUITAB0F


INCLUDES used within this REPORT HRUITAB0F

INCLUDE RPPPXM00.


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_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = d1 IMPORTING last_day_of_month = d2 EXCEPTIONS day_in_no_date = 1 OTHERS = 2.

RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = d1 IMPORTING last_day_of_month = d2 EXCEPTIONS day_in_no_date = 1 OTHERS = 2.

HR_RU_GET_PERNR_NAME CALL FUNCTION 'HR_RU_GET_PERNR_NAME' EXPORTING i_pernr = pernr i_begda = tab_header-begda i_endda = tab_header-endda i0002 = p0002 IMPORTING e_nachn = tabel-nachn e_vorna = tabel-vorna e_midnm = tabel-midnm EXCEPTIONS infty_0002_not_found = 1 OTHERS = 2.

HR_RU_PERNRS_LIST CALL FUNCTION 'HR_RU_PERNRS_LIST' TABLES t_tabs = tab.

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

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

HR_RU_GET_ORGTEXTS CALL FUNCTION 'HR_RU_GET_ORGTEXTS' EXPORTING pruorgdata = ls_pruorgdata sprsl = sy-langu IMPORTING pruorgtext = ls_pruorgtext CHANGING cc_longname_o = lc_longname_o cc_longname_c = lc_longname_c cc_longname_s = lc_longname_s.

RH_READ_INFTY CALL FUNCTION 'RH_READ_INFTY' EXPORTING authority = 'DISP' with_stru_auth = 'X' infty = '1000' istat = '1' begda = p_begda endda = p_endda TABLES innnn = it1000 OBJECTS = it_hrobject EXCEPTIONS all_infty_with_subty = 1 nothing_found = 2 no_objects = 3 wrong_condition = 4 OTHERS = 5.

HR_RU_GET_ORG_PARAM CALL FUNCTION 'HR_RU_GET_ORG_PARAM' EXPORTING key = ls_orgkey p_0001 = ps_p0001 TABLES RESULT = lt_orgres EXCEPTIONS not_found = 1 OTHERS = 2.

HR_WORK_SCHEDULE_TIMES CALL FUNCTION 'HR_WORK_SCHEDULE_TIMES' EXPORTING pernr = pv_pernr begda = pv_date endda = pv_date TABLES i0001 = p0001 * I0007 = P0007 i2003 = p2003 perws = psp daygen = lt_daygen dayint = lt_dayint EXCEPTIONS error_occured = 1 perws_error = 2 OTHERS = 3.



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