RPCD3LD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You form lists of created DEUEV notifications with report
If you would like to execute this report or see the full code listing simply enter RPCD3LD0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M01_ANZDEUEV - List DUEVO Notifics
PC00_M01_DUVANZ - Display DEUEV Notifications
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.
&0................&1................&2................&3............
Selection Text: P_TREE = Output in Tree Structure
Selection Text: P_SELJHR = Notifications from Year
Selection Text: P_SELALL = Without Period Restriction
Selection Text: P_NEWSAC = New Page per Administrator
Selection Text: P_NEWPAG = New Page per Personnel Number
Selection Text: P_MART_5 = Locked Notifications
Selection Text: P_MART_4 = Rejected Notifications
Selection Text: P_MART_3 = Certified Notifications
Selection Text: P_MART_2 = Transferred Messages
Selection Text: P_MART_1 = New Notifications
Selection Text: P_MART_0 = Notifctns w/o Status Selection
Title: Display DEUEV Notifications
Text Symbol: T04 = Selected Personnel Numbers
Text Symbol: T03 = Statistic
Text Symbol: T02 = Selected Personnel Numbers
Text Symbol: T01 = List DUEVO Notifics
Text Symbol: Q06 = Output as
Text Symbol: P30 = Notif. Manually
Text Symbol: P29 = Without Time Restriction
Text Symbol: P28 = Notifications from Yr
Text Symbol: P27 = Payroll Period
Text Symbol: P26 = Any
Text Symbol: P25 = Locked
Text Symbol: P24 = Statemented
Text Symbol: P23 = Rejected
Text Symbol: P22 = Transfer
Text Symbol: P21 = incorrect
Text Symbol: P20 = new
Text Symbol: P08 = List
Text Symbol: T05 = New Notifics per Fund Type
Text Symbol: T06 = New Notifics
Text Symbol: T07 = Transferred Notifications F.Type
Text Symbol: T08 = Transferred Messages
Text Symbol: T09 = Certified Notifications F.Type
Text Symbol: T10 = Certified Notificats
Text Symbol: T11 = Rejected Notifications: F.type
Text Symbol: T12 = Rejected Notificatns
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_SET_NAME_FORMAT call function 'RP_SET_NAME_FORMAT' "MBUAHRK058968 exporting repid = repid importing format = $$format.
HR_READ_D3 call function 'HR_READ_D3' exporting pernr = pernr-pernr jahr = _jahr abr_periode = _abr_periode abr_jahr = _abr_jahr i_flag_with_msg = 'X' "N1691324 importing anzahl = _anzahl anzges = _anzges tables dsap = _dsap dsme = _dsme dbme = _dbme dbna = _dbna dban = _dban dbgb = _dbgb dbso = _dbso dbuv = _dbuv "YCTN1270240 dbuv_dat = _dbuv_dat "YCTN1270240 dbeu = _dbeu dbks = _dbks dbkv = _dbkv "YCTN1644801 flag = _flag exceptions no_records_found = 1.
RS_TREE_CONSTRUCT call function 'RS_TREE_CONSTRUCT' tables nodetab = thetree exceptions others = 1.
RS_TREE_GET_NODE_BY_NAME call function 'RS_TREE_GET_NODE_BY_NAME' exporting node_name = l_nodename importing node_info = l_nodeid.
RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting node_id = l_nodeid-id all = 'X'.
RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY'.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = p_perc text = 'Protokoll aufbereiten'(i01).
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 RPCD3LD0 or its description.