SAP Reports / Programs

HROLSLC0 SAP ABAP Report - Report HROLSLC0







HROLSLC0 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 HROLSLC0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M61_LSLC0 - ER/EE Sick leave certificates


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 HROLSLC0. "Basic submit
SUBMIT HROLSLC0 AND RETURN. "Return to original report after report execution complete
SUBMIT HROLSLC0 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_PRN = Spool Output Device
Selection Text: P_FPNAM = PDF Form Name
Selection Text: PA_VARIA = ALV Variant
Selection Text: PA_SUBTY = Sick Leave Addit. Inf. Subtype
Selection Text: PA_PDF = Display PDF
Selection Text: PA_FORMX = Split Documents
Selection Text: PA_ER = Certificates for ER
Selection Text: PA_EMFSL = D .
Selection Text: PA_EE = Certificates for EE
Title: Report HROLSLC0
Text Symbol: H02 = Street
Text Symbol: H03 = no.
Text Symbol: H04 = , flat
Text Symbol: H05 = , stair
Text Symbol: H06 = , floor
Text Symbol: H07 = ap.
Text Symbol: H08 = , area/district
Text Symbol: H09 = Fiscal Code
Text Symbol: H10 = Account
Text Symbol: H11 = Treasury/Bank
Text Symbol: H12 = CENTRALIZED LIST
Text Symbol: H13 = EMPLOYEE LIST
Text Symbol: H14 = sick leaves certificates in
Text Symbol: H15 = sick leaves days in
Text Symbol: I01 = No relevant data for PDF output foud.
Text Symbol: PDF = Certificate for Raising Child (Maternity Leave)
Text Symbol: S01 = Options
Text Symbol: S02 = Additional Data
Text Symbol: C01 = CrtNo.
Text Symbol: C02 = Last and first name
Text Symbol: C03 = Insurant CNP
Text Symbol: C04 = Diagnose Code
Text Symbol: C05 = Diagn.Code
Text Symbol: C06 = Indemnization Code
Text Symbol: C07 = Indem.Code
Text Symbol: C08 = Absence Start
Text Symbol: C09 = Abs.Start
Text Symbol: C10 = Absence End





Text Symbol: C11 = Abs.End
Text Symbol: C12 = No. of sick days
Text Symbol: C13 = SickDaysNo
Text Symbol: C14 = Child CNP
Text Symbol: C15 = Certificate series
Text Symbol: C16 = Cert.Ser
Text Symbol: C17 = Certificate no.
Text Symbol: C18 = Cert.No.
Text Symbol: C19 = Init. certificate series
Text Symbol: C20 = IniCertSer
Text Symbol: C21 = Init. certificate no.
Text Symbol: C22 = IniCertNo
Text Symbol: E01 = Suspend action is not customized in T7ROCF.
Text Symbol: F01 = We are assuming the responsibility for the reality of the informations presented above.
Text Symbol: F03 = Director,
Text Symbol: F04 = Economic Director,
Text Symbol: F05 = (Administrator)
Text Symbol: H01 = Company


INCLUDES used within this REPORT HROLSLC0

INCLUDE: HROIREP0.
INCLUDE: HROIREP2.
INCLUDE HROUSFP1.
INCLUDE HROUSFP2.


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:

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = pt_events[].

REUSE_ALV_GRID_DISPLAY

REUSE_ALV_LIST_DISPLAY * CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = lv_repid is_layout = ls_layout is_print = ls_print it_fieldcat = pt_fieldcat i_save = 'X' is_variant = ls_variant it_sort = pt_sort[] it_events = pt_events IMPORTING es_exit_caused_by_user = ls_exit TABLES t_outtab = pt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_alv_header.

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

HR_RO_GET_ADDRESS CALL FUNCTION 'HR_RO_GET_ADDRESS' EXPORTING anart = 'RO' vargu = ps_data-vargu IMPORTING ev_street = lv_er_street ev_number = lv_er_number ev_flat = lv_er_flat ev_stair = lv_er_stair ev_floor = lv_er_floor ev_apart = lv_er_apart ev_area = lv_er_area ev_distr = lv_er_distr ev_ername = lv_er_ername ev_prefix = lv_er_prefix ev_suffix = lv_er_suffix ev_fiscode = ps_data-er_fiscode EXCEPTIONS no_data = 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 HROLSLC0 or its description.