RN1PRPATIENT_DOUBLE_JOIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RN1PRPATIENT_DOUBLE_JOIN 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.
Text Symbol: T02 = Patient Number:
MNDATA00, "ALLGEMEINE DATEN-DEFINITIONEN IM IS-H
RNCOLOUR.
No SAP DATABASE tables are accessed within this REPORT code!
ISHMED_PATREG_DATA_TO_TLNRID CALL FUNCTION 'ISHMED_PATREG_DATA_TO_TLNRID' EXPORTING i_tlnrid = p_tlnrid i_flg_own = ' ' "egal ob eigener..
ISHMED_PATREG_INI_PATIENTS_CMP CALL FUNCTION 'ISHMED_PATREG_INI_PATIENTS_CMP' IMPORTING e_patid = l_sel_patid TABLES t_n1prpat = lt_n1prpat.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'J' textline1 = text-c50 textline2 = text-c51 titel = text-ct5 cancel_display = 'X' IMPORTING answer = l_answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.