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

RPCDKLD0 SAP ABAP Report - List DUEVO Notifications (Miners' Insurance)







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


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 RPCDKLD0. "Basic submit
SUBMIT RPCDKLD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCDKLD0 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: 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


INCLUDES used within this REPORT RPCDKLD0

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_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



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