RNU_JOIN_XPRA_REMOVE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This is not a standard report...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 RNU_JOIN_XPRA_REMOVE into the relevant SAP transactions such as SE38 or SE80
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.
Title: IS-H: Correction Report to Remove NVVP-XPRA after Patient Join
INCLUDE RNSSEINR.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_NPAT_CONCATENATE call function 'ISH_NPAT_CONCATENATE' exporting * SS_EINRI = '*' ss_patnr = isel_npat-patnr * SS_READ_NPAT = ' ' ss_npat = isel_npat * SS_NPAT_COMPLETE = 'X' importing ss_pname = i_npat-pname exceptions others = 0.
ISH_CASE_POOL_GET_MULTIPLE call function 'ISH_CASE_POOL_GET_MULTIPLE' EXPORTING ss_patnr = pat_nvvp-patnr TABLES ss_nfal_daba = nfal_daba.
BAL_LOG_REFRESH call function 'BAL_LOG_REFRESH' EXPORTING i_log_handle = l_s_loghandle EXCEPTIONS log_not_found = 1 others = 2.
BAL_LOG_CREATE call function 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = l_s_loghandle EXCEPTIONS others = 1.
BAL_GLB_MSG_DEFAULTS_SET call function 'BAL_GLB_MSG_DEFAULTS_SET' EXPORTING i_s_msg_defaults = l_s_mdef EXCEPTIONS others = 0.
BAL_GLB_MSG_DEFAULTS_GET call function 'BAL_GLB_MSG_DEFAULTS_GET' IMPORTING e_s_msg_defaults = l_s_mdef EXCEPTIONS others = 0.
BAL_GLB_MSG_DEFAULTS_SET call function 'BAL_GLB_MSG_DEFAULTS_SET' EXPORTING i_s_msg_defaults = l_s_mdef EXCEPTIONS others = 0.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' EXPORTING * i_log_handle = l_s_loghandle i_s_msg = l_s_msg EXCEPTIONS log_not_found = 0 others = 1.
BAL_DSP_PROFILE_NO_TREE_GET * call function 'BAL_DSP_PROFILE_NO_TREE_GET' * IMPORTING * e_s_display_profile = l_s_display_profile * EXCEPTIONS * others = 1.
BAL_DSP_PROFILE_POPUP_GET * call function 'BAL_DSP_PROFILE_POPUP_GET' * importing * e_s_display_profile = l_s_display_profile.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile EXCEPTIONS others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNU_JOIN_XPRA_REMOVE - IS-H: Correction Report to Remove NVVP-XPRA after Patient Join RNU_JOIN_XPRA_REMOVE - IS-H: Correction Report to Remove NVVP-XPRA after Patient Join RNU_INSREL_CPD - Correction Report: Address Data for Alt.Inv.Recip. via One-Time Acct RNU_INSREL_CPD - Correction Report: Address Data for Alt.Inv.Recip. via One-Time Acct RNU_FI_SD_ABGLEICH - IS-H: Compare FI - SD RNU_FI_SD_ABGLEICH - IS-H: Compare FI - SD