SAP Reports / Programs | Payroll(PY) SAP PY

HROCSLV1 SAP ABAP Report - Report HROCSLV1







HROCSLV1 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 HROCSLV1 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 HROCSLV1. "Basic submit
SUBMIT HROCSLV1 AND RETURN. "Return to original report after report execution complete
SUBMIT HROCSLV1 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: PA_COINS = Coinsured
Selection Text: PA_FORMX = Split Documents
Selection Text: PA_LOGPH = D .
Selection Text: PA_OBJPF = D .
Selection Text: PA_PDF = Display PDF
Selection Text: PA_PREVS = Prev. Sick Leave
Selection Text: PA_SLCON = Contrib. Stage
Selection Text: P_FPNAM = PDF Form Name
Selection Text: P_PRN = Spool Output Device
Title: Report HROCSLV1
Text Symbol: H00 = Options
Text Symbol: PDF = PDF Output


INCLUDES used within this REPORT HROCSLV1

INCLUDE HROIREP0.
INCLUDE HROUSFP1.
INCLUDE HROUSFP2.
INCLUDE HROIREP4. "AKU NT 1841187


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_GET_ADDRESS CALL FUNCTION 'HR_RO_GET_ADDRESS' EXPORTING anart = 'RO' vargu = lv_vargu IMPORTING ev_street = p_erdata-erstreet ev_number = p_erdata-erno ev_flat = p_erdata-erflat ev_stair = p_erdata-erstair ev_floor = p_erdata-erfloor ev_apart = p_erdata-erap ev_area = p_erdata-erarea ev_fiscode = p_erdata-erfcode ev_longname = p_erdata-erlongname EXCEPTIONS no_data = 1 OTHERS = 2.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = pn-begda end = pn-endda IMPORTING hire_date = lw_slcontr-begda fire_date = lw_slcontr-endda TABLES pphifi = phifi pp0000 = p0000 pp0001 = p0001.

HR_RO_WORKDAYS_IN_INTERVAL CALL FUNCTION 'HR_RO_WORKDAYS_IN_INTERVAL' EXPORTING begda = ro_avg-pbeg endda = ro_avg-pend mofid = lw_t001p-mofid TABLES i2003 = p2003 CHANGING wrkdays = ro_avg-dcpla.

RP_HIRE_FIRE

HR_RO_HIFI * CALL FUNCTION 'RP_HIRE_FIRE' "JD 06/2006 CALL FUNCTION 'HR_RO_HIFI' "JD 06/2006 EXPORTING beg = xday "1st day of prev.12 months

HR_RO_READ_PYRES_INTERVAL CALL FUNCTION 'HR_RO_READ_PYRES_INTERVAL' EXPORTING pernr = pernr-pernr mode = 'B' begda = xday endda = zday tprun = '' tpall = '' initb = 'X' TABLES runs = lt_runs myrg = lt_myrg rtdet = lt_rtdet.

HR_RO_WORKDAYS_IN_INTERVAL CALL FUNCTION 'HR_RO_WORKDAYS_IN_INTERVAL' EXPORTING begda = lw_wpbp-begda endda = lw_wpbp-endda mofid = lw_t001p-mofid TABLES i2003 = p2003 CHANGING wrkdays = absent.

HR_RO_WORKDAYS_IN_INTERVAL CALL FUNCTION 'HR_RO_WORKDAYS_IN_INTERVAL' EXPORTING begda = lw_ab-begda endda = lw_ab-endda mofid = lw_t001p-mofid TABLES i2003 = p2003 CHANGING wrkdays = absent.



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