SAP Reports / Programs | Payroll(PY) SAP PY

HROCERD0 SAP ABAP Report - ER Contributions Overview - Display







HROCERD0 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 HROCERD0 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 HROCERD0. "Basic submit
SUBMIT HROCERD0 AND RETURN. "Return to original report after report execution complete
SUBMIT HROCERD0 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_ABKRS = D Payroll area
Selection Text: PA_ALVAR = D Layout
Selection Text: PA_BUKRS = D Company Code
Title: ER Contributions Overview - Display
Text Symbol: E01 = No period for this selection
Text Symbol: S01 = Payroll Period
Text Symbol: S02 = Period
Text Symbol: S03 = Selection
Text Symbol: S04 = Insurances grouping
Text Symbol: S05 = Output
Text Symbol: SGA = A - Unemployment IDs
Text Symbol: SGB = B - Pension IDs
Text Symbol: SGC = C - Health IDs
Text Symbol: SGD = D - CASS - sick leave IDs
Text Symbol: SGE = E - Work accident IDs
Text Symbol: SGF = F - Commision for ITM IDs
Text Symbol: SGG = G - Challenges
Text Symbol: SGH = H - Sick leave and allowances
Text Symbol: SGI = I - Granting Fund
Text Symbol: SGJ = J - Work accident
Text Symbol: SGK = K - Work accident (posting)


INCLUDES used within this REPORT HROCERD0

INCLUDE HROIREP0.
INCLUDE HROICLS0.


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' i_callback_pf_status_set = 'ALV_PF_COMMAND' it_sort = lt_alv_sort is_variant = lv_variant TABLES t_outtab = it_ercon 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 i_callback_user_command = 'ALV_CB_COMMAND' i_callback_pf_status_set = 'ALV_PF_COMMAND' it_sort = lt_alv_sort is_variant = lv_variant TABLES t_outtab = it_ercog 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 i_callback_user_command = 'ALV_CB_COMMAND' i_callback_pf_status_set = 'ALV_PF_COMMAND' it_sort = lt_alv_sort is_variant = lv_variant TABLES t_outtab = it_erkos 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.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid it_fieldcat = lt_fieldcat TABLES t_outtab = lt_alvbag EXCEPTIONS program_error = 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 HROCERD0 or its description.