RN1OPMPR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RN1OPMPR 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.
Title: OR Monitor Print
Text Symbol: 001 = Post-operative orders
Text Symbol: 002 = Pre-operative orders
Text Symbol: 003 = Orders
Text Symbol: 004 = inpatient case ;NFAL-FALAR = 1
Text Symbol: 005 = outpatient case ;NFAL-FALAR = 2
Text Symbol: 006 = day patient case ;FALL-FALAR = 3
Text Symbol: 007 = Operation:
Text Symbol: 008 = Patient:
Text Symbol: 009 = Case:
INCLUDE RNDATA00.
INCLUDE MNCOLOUR.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING einri = einri repid = sy-repid title_lin1 = titel line_size = size uline = off EXCEPTIONS invalid_einri = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.