SAP Reports / Programs | Payroll | Germany(PY-DE) SAP PY

RPCDGLD0 SAP ABAP Report - List DUEVO messages (part-time employees)







RPCDGLD0 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 one line (the heading) of the 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 RPCDGLD0 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 RPCDGLD0. "Basic submit
SUBMIT RPCDGLD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCDGLD0 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 Creation Date
Selection Text: R_SEL_1 = Creation Date from Cl. DZ
Selection Text: R_ART_3 = Both DEVO and DEUEV
Selection Text: R_ART_2 = DUEVO Notifs Only
Selection Text: R_ART_1 = DEVO Notifications Only
Selection Text: DU_NSPP = New Page per Personnel Number
Selection Text: DU_JAHR = Notifications from the Year
Selection Text: DU_DATUM = Creation Date
Title: List DUEVO Notifications (Part-time Employees)
Text Symbol: P12 = Payroll Area
Text Symbol: P11 = Other data
Text Symbol: P09 = Without Period Restriction
Text Symbol: P08 = From the Yr
Text Symbol: P07 = Other Creation Date
Text Symbol: P06 = Last Creation Date
Text Symbol: P05 = Selection of DUEVO Notifics
Text Symbol: P04 = Both DEVO and DEUEV Notifications
Text Symbol: P03 = DUEVO Notifs Only
Text Symbol: P02 = DEVO Notifics Only
Text Symbol: P01 = Notif. type
Text Symbol: 902 = Terminated - DC Version Input <> Program:
Text Symbol: 901 = Terminated - DU Version Input <> Program :
Text Symbol: 109 = FROM TO ON MB KM BBNR
Text Symbol: 108 = GD TO ON BBNR GD TO ON BBNR
Text Symbol: 107 = GD FROM ON BBNR GD FROM ON BBNR
Text Symbol: 106 = FROM TO BENEF GD FROM TO BENEF GD RV
Text Symbol: 105 = From To BBNo TT BBNo TT
Text Symbol: 104 = SA
Text Symbol: 103 = BBNo AB TT GD BBNo AB TT GD
Text Symbol: 102 = From To FM KD RT MB TT BBNo BGR BENEF
Text Symbol: 101 = AB SA FM KM RT MB TT BBNR BGR
Text Symbol: 006 = *** ERROR ***
Text Symbol: 005 = *** DEVO ***
Text Symbol: 004 = Number DUEVO Number DEVO
Text Symbol: 003 = Notifics Displayed :
Text Symbol: 002 = HI Fund Type Number DUEVO Number DEVO





Text Symbol: 001 = Notifics Read :
001 INO SF GD Notified: To be notified: PSNO HINO PAPER Fir.Date Notes


INCLUDES used within this REPORT RPCDGLD0

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_DG CALL FUNCTION 'RP_READ_CLUSTER_DG' " Selektion der DÜVO-Meldungen EXPORTING PERNR = PERNR-PERNR " Personalnummer MDART = MDART " Meldeart SLART = SLART " Selektionsart DATUM = DU_DATUM " 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

RP_DG_GET_SLIST CALL FUNCTION 'RP_DG_GET_SLIST' " Sachbearbeiterliste TABLES DIT = DIT " DÜVO-Meldungen LST = M. " Liste



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