SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN1PDS_MIGRATION SAP ABAP Report - Migration of Existing Progress Notes into Progress Entries







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 progress notesof existing documents with the progress documentation for each institution...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 RN1PDS_MIGRATION into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RN1PDS_MIGRATION. "Basic submit
SUBMIT RN1PDS_MIGRATION AND RETURN. "Return to original report after report execution complete
SUBMIT RN1PDS_MIGRATION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RN1PDS_MIGRATION

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RN1PDS_MIGRATION or its description.