SAP Reports / Programs | Payroll(PY) SAP PY

HROCRS30 SAP ABAP Report - Statistical report - S3







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


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


Text pool values


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





Selection Text: PAR_LINE = Key cols in item area w/o rept
Selection Text: H_COUNT = Key cols in header
Selection Text: DETAIL = Print Items
Selection Text: CNT_RES = Key cols for counter reset
Selection Text: CNT_KEY = Key cols for counter
Selection Text: CNT_INC = Key cols for counter incremen.
Title: Statistical report - S3
Text Symbol: K49 = Expenses with organism strengthening aliments (including hot meal and antidote alimentation) included in normative acts
Text Symbol: K48 = Expenses for nursery and kindergarten, equipments and cultural, educational and entertaining services
Text Symbol: K47 = Expenses for employee professional develoment
Text Symbol: K46 = Employer contribution at the budget of National Unique Fund of Health Social Insurances remained after the payment of some rights to
Text Symbol: K45 = Employer contribution for state social insurances
Text Symbol: K44 = Employer contribution for work accidents and professional sickness insurances
Text Symbol: K43 = Employer contribution for health social insurances
Text Symbol: K42 = Employer contribution at the budget of unemployment insurances
Text Symbol: K41 = Total expenses (rd.2 + ......... + rd.17)
Text Symbol: K07 = Total Employees
Text Symbol: K06 = Women
Text Symbol: K05 = Activity
Text Symbol: K04 = Full time
Text Symbol: K03 = Part time
Text Symbol: K02 = Female
Text Symbol: K01 = Male
Text Symbol: K4A = Expenses for reducing the cost of resting and treatment tickets
Text Symbol: K4B = Expenses for protection equipment
Text Symbol: K4C = Expenses with the personnel transportation from and to the place of employment
Text Symbol: K4D = Expenses with the recruitment of personnel
Text Symbol: K4E = Amounts paid to the employees who leave the company
Text Symbol: K4F = Amounts paid for work interruption
Text Symbol: K4G = Transfers from the state budget to the employer in order to stimulate the work force ocupation
Text Symbol: K4H = Other expenses with the work force
Text Symbol: S01 = Restriction
Text Symbol: S02 = Apprentice
Text Symbol: S03 = Board
Text Symbol: S04 = Abroad
Text Symbol: S05 = All Employees
Text Symbol: TT1 = Report parameters
Text Symbol: TT2 = Output parameters
Text Symbol: TT3 = Other output





INCLUDES used within this REPORT HROCRS30

INCLUDE HROLXXL6.
INCLUDE HROLXXL7.
INCLUDE HROLXXL1.


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_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.



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