HROCSI20 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 HROCSI20 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_FILE = File name
Selection Text: P_INSUB = Grp. for ER Pension Ins.
Selection Text: P_RET00 = IT 0000 Reason for Action
Selection Text: P_RETAD = Reason for additonal payments
Title:
Text Symbol: 001 = Transfer options
Text Symbol: 002 = Rectifying declaration
Text Symbol: E01 = Negative amounts:
Text Symbol: H10 = Restriction
Text Symbol: S01 = Display output data
Text Symbol: S02 = ALV variant
Text Symbol: S03 = Download
Text Symbol: S04 = Professional Activities
Text Symbol: S10 = Print errors
Text Symbol: S11 = in ALV table
Text Symbol: S21 = Cumulate Retro in Cur. Month
No INCLUDES are used within this REPORT code!
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 = 'M' * begda = pn-begda "nt1131790 begda = lv_pbegd "nt1131790 endda = pn-endda * bondt = bondt * payty = payty * payid = payid 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 = wa_myrg-fpbeg endda = wa_myrg-fpend mofid = wa_t001p-mofid TABLES i0000 = p0000 "im76566 i2003 = p2003 gpsp = gws.
HR_RO_DOWNLOAD CALL FUNCTION 'HR_RO_DOWNLOAD' EXPORTING filename = write_file filetype = 'DBF' filetype_no_show = 'X' TABLES data_tab = it_dbf2 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_dbf2 fieldnames = it_header.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = repid it_fieldcat = fc[] is_variant = alvari i_save = 'X' TABLES t_outtab = it_dbf.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING it_fieldcat = fc[] TABLES t_outtab = it_error.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.