RN2_RAD_DWS_FWL_MIGRATION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program enables you to transfer radiological examinations in a certain status into findings tasks for the Radiology Work Station...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 RN2_RAD_DWS_FWL_MIGRATION into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
N2RWM - Migration of Examinations
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_TEST = Test Mode
Selection Text: P_INST = D .
Selection Text: S_RPT = D .
Selection Text: S_STATE = D .
Selection Text: S_TYP = D .
Title: Program for Migrating Examinations in the Findings Selection
Text Symbol: 001 = Examination
Text Symbol: 002 = Status
Text Symbol: 003 = Results of Check
Text Symbol: 004 = Untested
Text Symbol: 005 = Create Findings for Examination
Text Symbol: 006 = Migration Results
Text Symbol: 007 = Interpret Findings
Text Symbol: 008 = Findings Document
Text Symbol: 009 = Create Findings Report
Text Symbol: 010 = Edit Findings Report
INCLUDE N2RAD_DWS_FWL_MIGRATION_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN2_RAD_DWS_FWL_MIGRATION - Program for Migrating Examinations in the Findings Selection RN2_RAD_DWS_FWL_MIGRATION - Program for Migrating Examinations in the Findings Selection RN2_RAD_DWS_COPY_EXAMS - Program to Accelerate Access to Worklist RN2_RAD_DWS_COPY_EXAMS - Program to Accelerate Access to Worklist RN2_RAD_DWS2 - Start Radiology Findings Selection RN2_RAD_DWS2 - Start Radiology Findings Selection