SAP Reports / Programs

HROCSIC0 SAP ABAP Report - SI - ER Health Insurance







HROCSIC0 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 HROCSIC0 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 HROCSIC0. "Basic submit
SUBMIT HROCSIC0 AND RETURN. "Return to original report after report execution complete
SUBMIT HROCSIC0 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_PRN = Print-out output
Selection Text: PA_PREP = First name
Selection Text: PA_NREP = Last name
Selection Text: PA_INSUC = D .
Selection Text: PA_HEHID = Health house
Selection Text: PA_FILE = File name
Selection Text: PA_BUKRS = D .
Selection Text: PA_ABKRS = D .
Title: SI - ER Health Insurance
Text Symbol: H01 = Restriction
Text Symbol: H02 = Sign
Text Symbol: H03 = Options
Text Symbol: H04 = Output
Text Symbol: S01 = Display output data
Text Symbol: S02 = ALV variant
Text Symbol: S03 = Download
Text Symbol: S04 = File name:
Text Symbol: S05 = Grouping by Health Houses
Text Symbol: S06 = Summarize amounts per year
Text Symbol: S07 = Payroll Period
Text Symbol: S08 = Period
Text Symbol: S09 = Print-out output
Text Symbol: S10 = each group on separate page
Text Symbol: E01 = No PY results.
Text Symbol: 001 = no.
Text Symbol: 013 = Year:
Text Symbol: 014 = Month:
Text Symbol: 015 = Health House
Text Symbol: 016 = Contribution paid by ER
Text Symbol: 017 = Contribution paid by EEs
Text Symbol: 018 = Payment date of
Text Symbol: 019 = Legal representative:
Text Symbol: 020 = Name of ER:
Text Symbol: 021 = Fiscal code:
Text Symbol: 022 = No. from Trade Register:
Text Symbol: 025 = Recapitulation
Text Symbol: 026 = With the contribution for the FNUASS
Text Symbol: 027 = TOTAL for





Text Symbol: 029 = AMOUNT OWNED
Text Symbol: 030 = TOTAL AMOUNT PAID
Text Symbol: 031 = TotalFromWhich
Text Symbol: 032 = CurrentMonth
Text Symbol: 033 = of Insurance
Text Symbol: 034 = retrib.
Text Symbol: 035 = (zz.ll.aaaa)
Text Symbol: 036 = Health house:
Text Symbol: 037 = All health houses


INCLUDES used within this REPORT HROCSIC0

INCLUDE HROICLS0.
INCLUDE HROIREP0.


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_F4_FOR_ALV_VARIANT CALL FUNCTION 'HR_F4_FOR_ALV_VARIANT' EXPORTING current_report = sy-repid IMPORTING variant = pa_alvar.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid it_fieldcat = lt_fieldcat i_callback_user_command = 'ALV_CB_COMMAND' it_sort = lt_alv_sort is_variant = lv_variant TABLES t_outtab = it_dec EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid it_fieldcat = lt_fieldcat TABLES t_outtab = lt_alvbas EXCEPTIONS program_error = 1 OTHERS = 2.

HR_RO_DOWNLOAD CALL FUNCTION 'HR_RO_DOWNLOAD' EXPORTING filename = write_file filetype = 'DBF' filetype_no_show = 'X' TABLES data_tab = it_dbf fieldnames = it_header.

HR_RO_DOWNLOAD CALL FUNCTION 'HR_RO_DOWNLOAD' EXPORTING filename = write_file filetype = 'DBF' filetype_no_show = 'X' TABLES data_tab = it_dbf fieldnames = it_header.

HR_RO_DOWNLOAD CALL FUNCTION 'HR_RO_DOWNLOAD' EXPORTING filename = write_file filetype = 'DBF' filetype_no_show = 'X' TABLES data_tab = it_dbf fieldnames = it_header.



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