RN1ME_MIG_EXTREF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to migrate external references of drug master data, which you imported into the system before the SAP enhancement package 4 for SAP ERP 6...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 RN1ME_MIG_EXTREF 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: G_CB_AGE = Agent References
Selection Text: G_CB_DEV = Administration Devices
Selection Text: G_CB_LOC = Localizations
Selection Text: G_CB_PHF = Dosage Forms
Selection Text: G_CB_ROU = Administration Routes
Selection Text: G_CB_THC = Therapeutic Classes
Selection Text: G_CB_THS = Classification Systems
Selection Text: G_COMMIT = Execute Commit
Selection Text: G_MANDT = Client
Title: i.s.h.med: Medication; Migration of External References
Text Symbol: A01 = Client
Text Symbol: A02 = None
Text Symbol: A03 = Migration Agent References
Text Symbol: A04 = Migration Dosage Form
Text Symbol: A05 = Migration Classification Systems
Text Symbol: A06 = What should be migrated?
Text Symbol: A07 = Migration Classification Codes
Text Symbol: A08 = Migration Localization
Text Symbol: A09 = Migration Administration Routes
Text Symbol: A10 = Migration Administration Devices
INCLUDE RN1ME_MIG_EXTREF_TOP . " GLOBAL DATA
INCLUDE MNCOLOUR.
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.
RN1ME_MIG_EXTREF - i.s.h.med: Medication; Migration of External References RN1ME_MIG_EXTREF - i.s.h.med: Medication; Migration of External References RN1ME_MIGRATE_RCODE - Migrate Reason Code RN1ME_MIGRATE_RCODE - Migrate Reason Code RN1ME_MIGRATE_ORDER_TOP - RN1MEMIGRATEORDERTOP RN1ME_MIGRATE_ORDER_CONSTANTS - RN1MEMIGRATEORDERCONSTANTS