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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M01_DRHD0_RVNUM - Display Confirmation of PI Numbers
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCDRHD0_RVNUM - Display DEUEV Confirmation File with Insurance Numbers RPCDRHD0_RVNUM - Display DEUEV Confirmation File with Insurance Numbers RPCDRHD0 - Assignment of DEUEV Inbound Notifications RPCDRHD0 - Assignment of DEUEV Inbound Notifications RPCDRDD0 - documentation and ABAP source code RPCDR3D1 - documentation and ABAP source code