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
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 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCDGLD0 - List DUEVO messages (part-time employees) RPCDGLD0 - List DUEVO messages (part-time employees) RPCDGGX0 - International garnishments data definition RPCDG4D0 - documentation and ABAP source code RPCDG1D0 - INCLUDE Member: DUEVO Input/Output Data Definitions RPCDG100 - Data Definition for Group Incentive Wages for Payroll