SAP Reports / Programs

RPCDRVD0 SAP ABAP Report - Process DEUEV Inbound Notifications







RPCDRVD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report processes Inbound Notifications from the health insurance fund to the employer in the DEUEV notification procedure...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 RPCDRVD0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M01_RPCDRVD0 - Process PI Number Confirmations


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 RPCDRVD0. "Basic submit
SUBMIT RPCDRVD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCDRVD0 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: P_UPD = D .
Selection Text: P_PROT = D .
Title: Process DEUEV Inbound Notifications
Text Symbol: T02 = (Test Run)
Text Symbol: T01 = Processing Log
Text Symbol: ST9 = Confirmations with Errors to Employer
Text Symbol: ST8 = PI Number Confirmations with Errors
Text Symbol: ST7 = Confirmations to Employer
Text Symbol: ST6 = Confirmations of PI Number
Text Symbol: ST5 = Incorrectly Processed Infotype Recs
Text Symbol: ST4 = Successfully Changed Infotype Recs
Text Symbol: ST3 = Incorrect Personnel Numbers
Text Symbol: ST2 = Personnel Nos w Notifications to be Processed
Text Symbol: ST1 = Personnel Nos w/o Notifications to Be Processed
Text Symbol: ST0 = Selected personnel numbers
Text Symbol: S10 = Program Control
Text Symbol: KZU = Notifications to Be Processed
Text Symbol: KZ3 = Start/End
Text Symbol: KZ2 = End
Text Symbol: KZ1 = Start
Text Symbol: KST = CANCL.
Text Symbol: KRV = PI Number
Text Symbol: KNO = Existing Notifications
Text Symbol: KE1 = Technical Error - No Processing
Text Symbol: KA4 = Copy
Text Symbol: KA3 = Change
Text Symbol: KA2 = Delete
Text Symbol: KA1 = Create
Text Symbol: K09 = Subtype
Text Symbol: K08 = Infotype
Text Symbol: K07 = No Data
Text Symbol: K06 = IT Records Acc. to Most Recent Status
Text Symbol: K05 = Existing Infotype Records
Text Symbol: K04 = Infotype Changes (Actual)
Text Symbol: K03 = Infotype Changes (Logical)
Text Symbol: K02 = Confirmations to Employer
Text Symbol: K01 = Confirmations of PI Number
Text Symbol: K00 = Details of Notif. Processing





INCLUDES used within this REPORT RPCDRVD0

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:

HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = 'NOTIFS' it_fieldcat = lt_fcat[] exceptions program_error = 1 others = 2.

HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = 'INFTY' it_fieldcat = lt_fcat[] exceptions program_error = 1 others = 2.

HR_PSBUFFER_INITIALIZE CALL FUNCTION 'HR_PSBUFFER_INITIALIZE'. "QFLN1633935

HR_PSBUFFER_INITIALIZE call function 'HR_PSBUFFER_INITIALIZE'. "N1741826

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting * i_relatkey = l_node_key_pernr "YCTN1644801 i_relatkey = gs_param-log_nodes-node_pernr "N1691324 i_node_txt = text-k01 * i_categ_id = 'NOTIFS' "YCTN1644801 importing * e_node_key = l_node_key. "YCTN1644801

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' "YCTN1644801 exporting " i_relatkey = gs_param-log_nodes-node_rvnum"N1691324 i_node_txt = text-kzu " * i_categ_id = 'NOTIFS' "N1691324" importing " e_node_key = l_node_key. "YCTN1644801

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = l_node_key i_node_txt = l_node_text i_icon = gc_icon_notif importing e_node_key = l_node_key_notif.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = gs_param-log_nodes-node_pernr i_node_txt = text-k02 * i_categ_id = importing e_node_key = gs_param-log_nodes-node_dskk.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = gs_param-log_nodes-node_dskk i_node_txt = text-kno * i_categ_id = importing e_node_key = gs_param-log_nodes-node_dskk_notif_o.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = gs_param-log_nodes-node_dskk i_node_txt = text-kzu importing e_node_key = gs_param-log_nodes-node_dskk_notif_n.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = i_node_txt = l_node_txt importing e_node_key = .

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = l_node_key i_node_txt = l_node_text i_icon = l_icon * i_categ_id = 'NOTIFS' importing e_node_key = l_node_key_notif.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = gs_param-log_nodes-node_dskk "N1691324 i_node_txt = l_node_text importing e_node_key = l_node_key.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' " exporting " i_relatkey = l_node_key " i_node_txt = l_node_text " i_categ_id = 'INFTY' " importing " e_node_key = l_node_key_infty_header. "N1691324

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = l_node_key_infty_header "N1691324 i_node_txt = l_node_text i_icon = l_icon "N1691324 i_categ_id = 'INFTY' importing e_node_key = l_node_key_infty.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = l_node_key_infty i_row_data = wa_value exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = gs_param-log_nodes-node_dskk "N1691324 i_node_txt = l_node_text importing e_node_key = l_node_key.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' " exporting " i_relatkey = l_node_key " i_node_txt = l_node_text " i_categ_id = 'INFTY' " importing " e_node_key = l_node_key_infty_header. "N1691324






HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = l_node_key_infty_header "N1691324 i_node_txt = l_node_text i_icon = l_icon "N1691324 i_categ_id = 'INFTY' importing e_node_key = l_node_key_infty.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' " exporting " i_node_key = l_node_key_infty " i_row_data = wa_value " exceptions " program_error = 1 " others = 2. "



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