SAP Reports / Programs

RPCDUMD0 SAP ABAP Report - DUEVO Statements for Employee (D)







RPCDUMD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Purpose of the Report ----------------- This report prints out the DUEVO notifications created with report RPCDUVD0/RPCDGVD0...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 RPCDUMD0 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 RPCDUMD0. "Basic submit
SUBMIT RPCDUMD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCDUMD0 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: R_SEL_4 = Without Time Restriction
Selection Text: R_SEL_3 = From the Year
Selection Text: R_SEL_2 = Other Payroll Period
Selection Text: R_SEL_1 = Current Payroll Period
Selection Text: DU_UMSAB = Determine Sender with
Selection Text: DU_TADAT = Current date
Selection Text: DU_PABRP = Other Period: Month
Selection Text: DU_PABRJ = Other Period: Year
Selection Text: DU_LIRND = Distance of Col.fr.Left Margin
Selection Text: DU_JAHR = Notifications from Year
Selection Text: DU_ABKRS = Payroll area
Title: DUEVO Statement for Employee
Text Symbol: 084 = Control Notific
Text Symbol: 083 = Notif. Type
Text Symbol: 082 = PI Contrib. Group
Text Symbol: 081 = New address
Text Symbol: 080 = New name
Text Symbol: 079 = HI Fund
Text Symbol: 078 = Pay in DM
Text Symbol: 077 = Reas.
Text Symbol: 076 = StatPmt Rsn
Text Symbol: 075 = Comp.No.: HIfnd
Text Symbol: 074 = ER Company No.
Text Symbol: 073 = Conc. Employed Person
Text Symbol: 072 = Pensioner/Applicant
Text Symbol: 071 = Childr.Acc.to Tax Card
Text Symbol: 070 = Married
Text Symbol: 069 = Nationality
Text Symbol: 085 = Employed to
Text Symbol: 086 = Part-time EE
Text Symbol: 087 = Temp.Employee
Text Symbol: 090 = No
Text Symbol: 091 = Yes
Text Symbol: 101 = Notifics Displayed :
Text Symbol: 102 = DUEVO Number
Text Symbol: 901 = Terminated - DU Version <> Program:
Text Symbol: 902 = Terminated - DG Version <> Program:
Text Symbol: F02 = Feature PERID could not be interpreted.





Text Symbol: P05 = Selection of DUEVO Notifics
Text Symbol: P06 = Payroll area
Text Symbol: P07 = Current period
Text Symbol: P08 = Other period
Text Symbol: P09 = From the Yr
Text Symbol: P10 = Without Period Restriction
Text Symbol: P11 = Other data
Text Symbol: 028 = Change of Nationality
Text Symbol: 027 = Change of Address
Text Symbol: 026 = Name Change
Text Symbol: 025 = Cancellation of a Deregist./Annual Report
Text Symbol: 024 = Amendment of a Deregistrat./Annual Report
Text Symbol: 023 = Deregist./Annual Report
Text Symbol: 022 = Reversal of Registration
Text Symbol: 021 = Amendment of a Registration
Text Symbol: 020 = Registn
Text Symbol: 018 = Please add this statement to your documentation.
Text Symbol: 012 = was given to the SI agncy acc.to DEUEV legislation:
Text Symbol: 011 = The following info. regarding the HI fund responsible
Text Symbol: 010 = Statement- SocIns. According to Para.11 (DUEVO) (D)
Text Symbol: 009 = Mr.
Text Symbol: 008 = Mr.
Text Symbol: 007 = Mr.
Text Symbol: 006 = Mr/Mrs/Ms
Text Symbol: 005 = Insurance No.
Text Symbol: 004 = Personnel No
Text Symbol: 003 = Dept.
Text Symbol: 002 = Sder
Text Symbol: 001 = Int.Mail
Text Symbol: 029 = Deregistn
Text Symbol: 068 = Activity
Text Symbol: 067 = Contrib. Groups
Text Symbol: 066 = Period
Text Symbol: 065 = Employed as of
Text Symbol: 064 = Unemploy.Ins.
Text Symbol: 063 = Pens.Ins.
Text Symbol: 062 = Health Ins.
Text Symbol: 061 = SysShdHveRegstrd
Text Symbol: 060 = System registered





Text Symbol: 059 = 1 = End of Employment
Text Symbol: 053 = 4 = Change of Name
Text Symbol: 052 = 2 = Change of Name
Text Symbol: 051 = 1 = Change of Address
Text Symbol: 049 = 9 = End of Employment Due to Death
Text Symbol: 045 = 5 = Non-Recurring Payment
Text Symbol: 044 = 4 = Other Reasons
Text Symbol: 043 = 3 = Annual Pay/Interruption
Text Symbol: 042 = 2 = End of Employmt(Except Due to Death)
Text Symbol: 041 = 1 = Other Reasons
Text Symbol: 040 = 0 = Start of Employment
Text Symbol: 031 = Cancel Deregistration
Text Symbol: 030 = Amend Deregistration


INCLUDES used within this REPORT RPCDUMD0

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:

RP_READ_CLUSTER_DU CALL FUNCTION 'RP_READ_CLUSTER_DU' " Selektion der DÜVO-Meldungen EXPORTING PERNR = PERNR-PERNR " Personalnummer MDART = MDART " Meldeart SLART = SLART " Selektionsart MONAT = MONAT " Monat JAHR = JAHR " Jahr IM_ASL = ASL " Anzahl selektierte Meldungen IMPORTING EX_ASL = ASL " Anzahl selektierte Meldungen TABLES DIT = DIT " selektierte DÜVO-Meldungen AGL = AGL. " Anzahl gelesene Meldungen



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