SAP Reports / Programs

RPCDUPD0 SAP ABAP Report - Check relevant case groups for the selection check







RPCDUPD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to support checks, in accordance with the Contribution Collection Regulation (BUEVO)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPCDUPD0 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_M01_FALLGRP - Audit-Relevant Case Groups (BUEVO)


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 RPCDUPD0. "Basic submit
SUBMIT RPCDUPD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCDUPD0 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: TATIG2 = Activity
Selection Text: TATIG = Job
Selection Text: PERSK = Employee subgroup
Selection Text: PERSG = Employee group
Selection Text: PER2 = Final Period Evaluation
Selection Text: PER1 = Initial Period Evaluation
Selection Text: LART2 = NRP for Previous Year
Selection Text: LART1 = Individ.Wage Types
Selection Text: DUVSCHLU = DUEVO Pension Indicator
Title: Check-Relevant Case Groups for the Selection Check
Text Symbol: ZRM = Evaluation period $1 to $2
Text Symbol: P02 = Periods for Evaluation
Text Symbol: P01 = To
Text Symbol: B09 = Selection Criteria Case 9
Text Symbol: B08 = Selection Criteria Case 8
Text Symbol: B07 = Selection Criteria Case 7
Text Symbol: B05 = Selection Criteria Case 5
Text Symbol: B04 = Selection Criteria Case 4
Text Symbol: B01 = Period
Text Symbol: 206 = selection by Occupational Code (IT 0020)
Text Symbol: 205 = Selection by Job (Infotype 0001)
Text Symbol: 118 = 18 Change Betw. Training and Employment
Text Symbol: 117 = 17 Change to Payroll Area
Text Symbol: 116 = 16 Existing Employment (Sec.7 Para. 3)
Text Symbol: 115 = 15 NRP During Contrib.-Exempt Period
Text Symbol: 114 = 14 Remuneration after End of Employment
Text Symbol: 113 = 13 Insurance-Exempt Employees Under Income Thresh.
Text Symbol: 112 = 12 Employees Acc. To Semiretirement Act
Text Symbol: 111 = 11. Current Remuneration Exceeds Income Threshold
Text Symbol: 110 = 10 Employer Alone Pays SI Contributions
Text Symbol: 109 = 9 NRP Assigned to Previous Year
Text Symbol: 108 = 8 Indiv. Wage Types
Text Symbol: 107 = 7 Specific Occupational Groups
Text Symbol: 106 = 6 Only Emp.'s Contrib. in PI or UI
Text Symbol: 105 = 5 Old Age or EU Pension
Text Symbol: 104 = 4 Short-term Employees
Text Symbol: 103 = 3 Insurance-exempt Employees in PI
Text Symbol: 102 = 2 Insurance-exempt Employees in UI





Text Symbol: 101 = 1 Insurance-exempt Employees in HI
Text Symbol: 100 = Selection of Case Groups
001 PersNo. LName + 1stName Period Applicable case groups


INCLUDES used within this REPORT RPCDUPD0

INCLUDE RPCDU1D0.
INCLUDE RPCDU4D0.


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_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = sy-repid i_structure_name = gc_alv_struc i_grid_title = l_title tables t_outtab = alv_tab 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 RPCDUPD0 or its description.