RN1RECON_CUSTOMIZING 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 RN1RECON_CUSTOMIZING 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.
Selection Text: P_PATID = Patient
Selection Text: P_SCR1 = Subarea 1
Selection Text: P_SCR2 = Subarea 2
Selection Text: P_SCR3 = Subarea 3
Selection Text: P_SCR4 = Subarea 4
Selection Text: R_DATE = Date
Selection Text: R_TIME = Time
Selection Text: SE_EINRI = Institution
Selection Text: SE_INT = Interval (Secs)
Selection Text: SE_REFR = Automatic Refresh
Title: Radiology: Reconciliation Tool
Text Symbol: 001 = Selection
Text Symbol: 002 = Display
Text Symbol: 003 = Start
Text Symbol: 004 = End
Text Symbol: 005 = Top Left
Text Symbol: 006 = Top Right
Text Symbol: 007 = Bottom Left
Text Symbol: 008 = Bottom Right
Text Symbol: S01 = Institution
INCLUDE MNDATA00.
INCLUDE RNSSEINR.
No SAP DATABASE tables are accessed within this REPORT code!
ISHMED_RAD_RECONCILIATION CALL FUNCTION 'ISHMED_RAD_RECONCILIATION' EXPORTING i_caller = 'RN1RECON_CUSTOMIZING' it_selvar = gt_selvar.
ISHMED_SEARCH_PATIENT CALL FUNCTION 'ISHMED_SEARCH_PATIENT' EXPORTING i_modus = ' ' i_einri = l_einri i_function = ' ' i_create_patient = ' ' i_search_only_real_patient = 'X' i_popup_search = 'X' IMPORTING e_npat = ls_npat e_cancel = l_cancel.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN1RECON_CUSTOMIZING - Radiology: Reconciliation Tool RN1RECON_CUSTOMIZING - Radiology: Reconciliation Tool RN1RAD_RECON_SEL_STUDY - Report RN1RAD_RECON_SEL_STUDY RN1RAD_RECON_SEL_STUDY - Report RN1RAD_RECON_SEL_STUDY RN1RAD_RECON_SEL_SRV - Report RN1RAD_RECON_SEL_SRV RN1RAD_RECON_SEL_SRV - Report RN1RAD_RECON_SEL_SRV