HROCRS30 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 HROCRS30 into the relevant SAP transactions such as SE38 or SE80
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: P_ALV = Output into ALV table
Selection Text: P_CH1 = Chapter 1
Selection Text: P_CH2 = Chapter 2
Selection Text: P_CH3A = Chapter 3a
Selection Text: P_CH3B = Chapter 3b
Selection Text: P_CH3C = Chapter 3c
Selection Text: P_CH4 = Chapter 4
Selection Text: P_FORM = Form
Selection Text: P_LVTEMP = Display variant
Selection Text: P_TAXNA = Tax Office Nationality
Selection Text: P_TAXOF = Tax office
Selection Text: P_TAXRE = Tax Office Region
Selection Text: REKAP = Print Recapitulation
Selection Text: SORT02 =
Selection Text: SUBTOT = Subtotals
Selection Text: TITLE2 = Secondary report title
Selection Text: VALU01 = Range of valuation
Selection Text: VALU02 = Range of valuation
Selection Text: VALU03 = Range of valuation
Selection Text: VALU04 = Range of valuation
Selection Text: VALU05 = Range of valuation
Selection Text: VALU06 = Range of valuation
Selection Text: VALU07 = Range of valuation
Selection Text: VALU08 = Range of valuation
Selection Text: VALU09 = Range of valuation
Selection Text: VALU10 = Range of valuation
Selection Text: VALU11 = Range of valuation
Selection Text: VALU12 = Range of valuation
Selection Text: VALU13 = Range of valuation
Selection Text: VALU14 = Range of valuation
Selection Text: VALU15 = Range of valuation
Selection Text: VALU16 = Range of valuation
Selection Text: VALU17 = Range of valuation
Selection Text: VALU18 = Range of valuation
Selection Text: VALU19 = Range of valuation
Selection Text: VALU20 = Range of valuation
Selection Text: VALU21 = Range of valuation
Selection Text: VALU22 = Range of valuation
INCLUDE HROLXXL6.
INCLUDE HROLXXL7.
INCLUDE HROLXXL1.
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 tprun = '' tpall = '' TABLES runs = it_runs myrg = it_myrg rtdet = it_rtdet.
HR_RO_GENWS_IN_INTERVAL CALL FUNCTION 'HR_RO_GENWS_IN_INTERVAL' EXPORTING begda = it_awpbp-begda endda = it_awpbp-endda mofid = wa_t001p-mofid TABLES i2003 = p2003 gpsp = gws.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = cprog * i_callback_top_of_page = 'TOP_OF_PAGE' * i_callback_html_end_of_list = 'END_OF_LIST_HTML' is_layout = is_layout it_fieldcat = p_fieldcat i_save = 'X' is_variant = is_variant * it_sort = p_gt_sort[] * it_events = p_events it_except_qinfo = lt_exc TABLES t_outtab = p_outtab EXCEPTIONS program_error = 1 OTHERS = 2.
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 HROCRS30 or its description.