SAP Reports / Programs

RPCDRHD0_RVNUM SAP ABAP Report - Display DEUEV Confirmation File with Insurance Numbers







RPCDRHD0_RVNUM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for If registrations are transferred in the DEUEV notification procedure without details of the pension insurance number, the receiving office can send confirmation of the pension insurance number to the employer by e-mail...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 RPCDRHD0_RVNUM 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_DRHD0_RVNUM - Display Confirmation of PI Numbers


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 RPCDRHD0_RVNUM. "Basic submit
SUBMIT RPCDRHD0_RVNUM AND RETURN. "Return to original report after report execution complete
SUBMIT RPCDRHD0_RVNUM 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: BNRAG = Company No. of Employer
Selection Text: BNRKK = Company No.of Receiving Office
Selection Text: PA_DAT = File to Be Decrypted
Title: Display DEUEV Confirmation File with Insurance Numbers
Text Symbol: S10 = Details of Decryption
Text Symbol: S20 = User Data File
Text Symbol: U10 = Confirmations for Insurance Number
Text Symbol: U20 = Imported Notifs


INCLUDES used within this REPORT RPCDRHD0_RVNUM

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_EDIT_NAME call function 'RP_EDIT_NAME' exporting format = '01' langu = 'D' molga = '01' pp0002 = ls_p0002 importing edit_name = l_node_txt.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = 'ROOT' i_node_txt = l_node_txt importing e_node_key = l_node_key exceptions program_error = 1 others = 2.

HR_PAL_LOG_DISPLAY call function 'HR_PAL_LOG_DISPLAY' exporting i_s_display_profile = ls_display_profile exceptions program_error = 1 no_logs = 2 others = 3.

GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = l_filename filetype = 'BIN' importing filelength = l_filesize tables data_tab = lt_raw exceptions file_open_error = 1 file_read_error = 2 no_batch = 3 gui_refuse_filetransfer = 4 invalid_type = 5 no_authority = 6 unknown_error = 7 bad_data_format = 8 header_not_allowed = 9 separator_not_allowed = 10 header_too_long = 11 unknown_dp_error = 12 access_denied = 13 dp_out_of_memory = 14 disk_full = 15 dp_timeout = 16 others = 17.



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