RN1PDS_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 connects
If you would like to execute this report or see the full code listing simply enter RN1PDS_MIGRATION 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_WOINST = Notes Without Institution Ref.
Selection Text: TEST = Test Run
Selection Text: P_INST = D .
Title: Migration of Existing Progress Notes into Progress Entries
Text Symbol: 001 = Progress Documentation
Text Symbol: 002 = You do not have authorization
Text Symbol: 003 = MIGRATE
Text Symbol: 004 = i.s.h.med is not active
Text Symbol: 005 = Test Requirements Missing
Text Symbol: 006 = Enter a valid value in user parameters EIN and VWA
Text Symbol: 007 = Cannot create test data
Text Symbol: 008 = No suitable patient found
Text Symbol: 009 = Institution Reference
Text Symbol: 010 = Cannot create text notes
Text Symbol: 011 = Cannot save progress note/document
Text Symbol: 012 = Cannot create progress document
Text Symbol: 013 = Test progress document has not been deleted
Text Symbol: 014 = Test Run
Text Symbol: 015 = Update Run
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EN2VDNOTE CALL FUNCTION 'ENQUEUE_EN2VDNOTE' EXPORTING mode_n2vdnote = 'E' mode_n2vditems = 'E' mandt = sy-mandt notekey = notekey _scope = '1' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_EN2VDNOTE CALL FUNCTION 'DEQUEUE_EN2VDNOTE' EXPORTING mode_n2vdnote = 'E' mode_n2vditems = 'E' mandt = sy-mandt notekey = notekey _scope = '1'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN1PDS_MIGRATION - Migration of Existing Progress Notes into Progress Entries RN1PDS_MIGRATION - Migration of Existing Progress Notes into Progress Entries RN1PDS_ANALYZER - Internal Use - Data Analysis RN1PDS_ANALYZER - Internal Use - Data Analysis RN1PC2R3 - File Transfer from PC to SAP File System RN1PC2R3 - File Transfer from PC to SAP File System