RN2OPPAI 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 RN2OPPAI 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: PAI Modules for Surgical Documentation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_N2_OP_DIAPROZ CALL FUNCTION 'ISH_N2_OP_DIAPROZ' EXPORTING SS_EINRI = IN_NDOC-EINRI SS_FALNR = IN_NDOC-FALNR SS_ORGID = IN_NDOC-ORGPF SS_LFDBEW = IN_NDOC-LFDBEW SS_VCODE = XVCODE SS_AUFRUF = 'X' " mit Button-Subscreen IMPORTING E_OKCODE = OK-CODE EXCEPTIONS OTHERS = 1.
ISH_N2_LAUNCH_OPDOK CALL FUNCTION 'ISH_N2_LAUNCH_OPDOK' EXPORTING SS_OPDOC = OPDOC_OB SS_ANF = IUEX_N1ANF TABLES SS_NDOC = IN_NDOC EXCEPTIONS ERROR = 1 NOTFOUND = 2 OTHERS = 3.
ISH_N2_LAUNCH_OPDOK CALL FUNCTION 'ISH_N2_LAUNCH_OPDOK' EXPORTING SS_OPDOC = OPDOC_AD SS_ANF = IUEX_N1ANF TABLES SS_NDOC = IN_NDOC EXCEPTIONS ERROR = 1 NOTFOUND = 2 OTHERS = 3.
ISH_N2_LAUNCH_OPDOK CALL FUNCTION 'ISH_N2_LAUNCH_OPDOK' EXPORTING SS_OPDOC = OPDOC_EX SS_ANF = IUEX_N1ANF TABLES SS_NDOC = IN_NDOC EXCEPTIONS ERROR = 1 NOTFOUND = 2 OTHERS = 3.
ISHMED_CHECK_NGPA CALL FUNCTION 'ISHMED_CHECK_NGPA' EXPORTING SS_PERNR = AISHMO_TEAF-R-ISHMO_MITA IMPORTING E_NGPA = SNGPA E_NPER = SNPER EXCEPTIONS NOT_FOUND = 1 NOT_VALID = 2 OTHERS = 3.
ISH_N2_SHOW_GPA CALL FUNCTION 'ISH_N2_SHOW_GPA' EXPORTING SS_OE = IUEX_NLEI-ERBOE * SS_AUFGT = CHANGING SS_NGPA = SNGPA * SS_N1AUFGA = ' ' EXCEPTIONS ERR = 1 OTHERS = 2.
ISHMED_UPDATE_N1LSMAZ CALL FUNCTION 'ISHMED_UPDATE_N1LSMAZ' EXPORTING * DATUM = SY-DATUM TCODE = SY-TCODE * UNAME = SY-UNAME * UZEIT = SY-UZEIT TABLES NN1LSMAZ = VIUEX_N1LSMAZ_VOR ON1LSMAZ = VDUMMY EXCEPTIONS OTHERS = 1.
ISH_READ_NTPT CALL FUNCTION 'ISH_READ_NTPT' EXPORTING EINRI = IUEX_NLEI-EINRI * SPRAS = SY-LANGU TALST = A&1-R-&2 TARIF = UEX_GTARIF IMPORTING E_NTPT = IUEX_NTPT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 RN2OPDOK - Capsule Report to Start a Document RN2OPDOK - Capsule Report to Start a Document