RN1ME_MIGRATE_ORDER 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 medication orders which you created in 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_MIGRATE_ORDER 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_TEST = Test Mode
Selection Text: GT_ERDAT = D .
Selection Text: G_EINRI = D .
Title: Medication: Migration of Order Data EHP4
Text Symbol: A01 = Data Recs Modified in Client
Text Symbol: A03 = None
Text Symbol: A05 = Client
Text Symbol: A10 = Institution
Text Symbol: A11 = Entry Period Order
Text Symbol: A12 = Migration
Text Symbol: A13 = Reference to Original Order
Text Symbol: A14 = Flow Rate Duration
Text Symbol: A15 = Usage Indicator Dose Calculator
Text Symbol: A16 = Create N1MEA Records from Original Order:
Text Symbol: A17 = Adjust Flow Rates Orders:
Text Symbol: A18 = Adjust Usage Indicator for Dose Calculator Orders:
Text Symbol: A19 = Adjust Usage Indicator for Dose Calculator Order Templates:
Text Symbol: A20 = Adjust Flow Rates Order Templates:
Text Symbol: A21 = Emergency Indicator in Order
Text Symbol: A22 = Adapt Emergency Indicator Orders:
INCLUDE RN1ME_MIGRATE_ORDER_TOP . " GLOBAL DATA
INCLUDE RN1ME_MIGRATE_ORDER_CONSTANTS . " CONSTANTS
No SAP DATABASE tables are accessed within this REPORT code!
ISH_GET_PARAMETER_ID CALL FUNCTION 'ISH_GET_PARAMETER_ID' EXPORTING i_parameter_id = 'EIN' IMPORTING e_parameter_value = g_einri.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = gt_xmsg EXCEPTIONS OTHERS = 0.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 0.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
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_MIGRATE_ORDER - Medication: Migration of Order Data EHP4 RN1ME_MIGRATE_ORDER - Medication: Migration of Order Data EHP4 RN1ME_MIGRATE_EQUIVQUAN_PROF01 - RN1MEMIGRATEEQUIVQUANPROF01 RN1ME_MIGRATE_EQUIVQUANTOP - RN1MEMIGRATEEQUIVQUANTOP RN1ME_MIGRATE_EQUIVQUAN - RN1MEMIGRATEEQUIVQUAN RN1ME_MIGRATE_EQUIVQUAN - RN1MEMIGRATEEQUIVQUAN