HROCRECH is a standard Executable ABAP Report 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 HROCRECH into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M61_CRECH - Configuration of absences
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.
Selection Text: SORT18 =
Selection Text: SORT17 =
Selection Text: SORT16 =
Selection Text: SORT15 =
Selection Text: SORT14 =
Selection Text: SORT13 =
Selection Text: SORT12 =
Selection Text: SORT11 =
Selection Text: SORT10 =
Selection Text: SORT09 =
Selection Text: SORT08 =
Selection Text: SORT07 =
Selection Text: SORT06 =
Selection Text: SORT05 =
Selection Text: SORT04 =
Selection Text: SORT03 =
Selection Text: SORT02 =
Selection Text: SORT01 =
Selection Text: REKAP = Print Recapitulation
Selection Text: P_TITLE = Overwrite Default Title with
Selection Text: P_SERN = Series and number:
Selection Text: P_LVTEMP = Display variant
Selection Text: P_ALV = Output into ALV table
Selection Text: SORT19 =
Selection Text: VALU20 = Range of valuation
Selection Text: VALU19 = Range of valuation
Selection Text: VALU18 = Range of valuation
Selection Text: VALU17 = Range of valuation
Selection Text: VALU16 = Range of valuation
Selection Text: VALU15 = Range of valuation
Selection Text: VALU14 = Range of valuation
Selection Text: VALU13 = Range of valuation
Selection Text: VALU12 = Range of valuation
Selection Text: VALU11 = Range of valuation
Selection Text: VALU10 = Range of valuation
Selection Text: VALU09 = Range of valuation
Selection Text: VALU08 = Range of valuation
Selection Text: VALU07 = Range of valuation
INCLUDE HROLXXL6.
INCLUDE HROLXXL7.
INCLUDE HROLXXL1.
INCLUDE HROIREP0. " AKU, NT1846477
INCLUDE HROIREP4. " AKU, NT1846477
No SAP DATABASE tables are accessed within this REPORT code!
HR_RO_READ_PYRES_INTERVAL CALL FUNCTION 'HR_RO_READ_PYRES_INTERVAL' EXPORTING pernr = pernr-pernr mode = 'R' begda = pn-begda endda = pn-endda bondt = bondt payty = payty payid = payid tprun = '' tpall = '' TABLES runs = runs myrg = myrg rtdet = rtdet.
HR_RO_GENWS_IN_INTERVAL CALL FUNCTION 'HR_RO_GENWS_IN_INTERVAL' EXPORTING begda = pn-begda endda = pn-endda mofid = wa_t001p-mofid TABLES i2003 = p2003 gpsp = gws.
HR_RO_GENWS_IN_INTERVAL CALL FUNCTION 'HR_RO_GENWS_IN_INTERVAL' EXPORTING begda = p0008-begda endda = p0008-endda mofid = wa_t001p-mofid TABLES i2003 = p2003 gpsp = gws.
RP_EVALUATE_INDIRECTLY_P0008 CALL FUNCTION 'RP_EVALUATE_INDIRECTLY_P0008' EXPORTING pbegda = p0008-begda pmolga = wa_t001p-molga pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 ppernr = pernr-pernr TABLES ptbindbw = tbindbw EXCEPTIONS bad_parameters = 1 error_at_indirect_evaluation = 2 OTHERS = 3.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING fieldname = 'FORML' tabname = 'T7RO4B' IMPORTING select_value = lv_selvalue TABLES fields = lt_helpcat valuetab = lt_valtab EXCEPTIONS field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 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.
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 HROCRECH or its description.