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
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: 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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
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.