RPCDKLD0 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 RPCDKLD0 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: 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_PABRP = Other Period: Month
Selection Text: DU_PABRJ = Other Period: Year
Selection Text: DU_NSPP = New Page per Personnel Number
Selection Text: DU_JAHR = Notifications from Year
Selection Text: DU_ABKRS = Payroll area
Title: List DUEVO Notifications (Miners' Insurance)
Text Symbol: P11 = Other data
Text Symbol: P10 = Without Period Restriction
Text Symbol: P09 = From the Year
Text Symbol: P08 = Other Period
Text Symbol: P07 = Current Period
Text Symbol: P06 = Payroll area
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 Notifications Only
Text Symbol: P01 = Message type
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_READ_CLUSTER_DK CALL FUNCTION 'RP_READ_CLUSTER_DK' " 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
RP_DK_GET_SLIST CALL FUNCTION 'RP_DK_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.
RPCDKLD0 - List DUEVO Notifications (Miners' Insurance) RPCDKLD0 - List DUEVO Notifications (Miners' Insurance) RPCDK4D0 - RP-DDK: Include for the Miners' and Mine Employees Insurance-DUEVO RPCDK2D0 - RP-DDK: Include for the Miners' and Mine Employees Insurance-DUEVO RPCDK1D0 - RP-DDK: Include for the Miners' and Mine Employees Insurance-DUEVO RPCDIVB0 - documentation and ABAP source code