RN2OPSAV is a standard ABAP INCLUDE 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 RN2OPSAV 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: IS-H*MED: Save Exits for Surg. Documentation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_READ_NTPK call function 'ISH_READ_NTPK' exporting einri = iuex_nlei-einri talst = iuex_vnlei_maz-leist tarif = uex_gtarif importing e_ntpk = iuex_ntpk exceptions not_found = 1 others = 2.
ISHMED_GET_NLEI_LNRLS call function 'ISHMED_GET_NLEI_LNRLS' importing e_lnrls = iuex_vnlei_maz-lnrls exceptions others = 1.
ISH_VERBUCHER_NLEI call function 'ISH_VERBUCHER_NLEI' exporting tcode = sy-tcode tables xnlei = iuex_vnlei_maz ynlei = iuex_vnlei_maz_o.
ISHMED_UPDATE_NLLZ call function 'ISHMED_UPDATE_NLLZ' exporting tcode = sy-tcode tables nnllz = iuex_vnllz.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN2OPSAV - IS-H*MED: Save Exits for Surg. Documentation RN2OPPBO - IS-H*MED: PBO Modules for Surgical Documentation RN2OPPAI - IS-H*MED: PAI Modules for Surgical Documentation RN2OPMAK - IS-H*MED: Macro Definitions for Surgical Documentation 3.04 RN2OPFOR - IS-H*MED: Exit FORM Routines for Surgical Documentation RN2OPF4 - IS-H*MED: F4 Help Routines for Surgical Documentation