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

RN2OPPAI SAP ABAP INCLUDE - IS-H*MED: PAI Modules for Surgical Documentation







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


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 RN2OPPAI. "Basic submit
SUBMIT RN2OPPAI AND RETURN. "Return to original report after report execution complete
SUBMIT RN2OPPAI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IS-H*MED: PAI Modules for Surgical Documentation


INCLUDES used within this REPORT RN2OPPAI

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:

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.



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 RN2OPPAI or its description.