SAP Reports / Programs

RNU_JOIN_XPRA_REMOVE SAP ABAP Report - IS-H: Correction Report to Remove NVVP-XPRA after Patient Join







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


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 RNU_JOIN_XPRA_REMOVE. "Basic submit
SUBMIT RNU_JOIN_XPRA_REMOVE AND RETURN. "Return to original report after report execution complete
SUBMIT RNU_JOIN_XPRA_REMOVE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IS-H: Correction Report to Remove NVVP-XPRA after Patient Join


INCLUDES used within this REPORT RNU_JOIN_XPRA_REMOVE

INCLUDE RNSSEINR.


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:

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.



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