SAP Reports / Programs

HROCSI20 SAP ABAP Report -







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


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 HROCSI20. "Basic submit
SUBMIT HROCSI20 AND RETURN. "Return to original report after report execution complete
SUBMIT HROCSI20 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_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


INCLUDES used within this REPORT HROCSI20

No INCLUDES are used within this REPORT code!


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 = '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.



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