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

RN2OPMAK SAP ABAP INCLUDE - IS-H*MED: Macro Definitions for Surgical Documentation 3.04







RN2OPMAK 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 RN2OPMAK 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 RN2OPMAK. "Basic submit
SUBMIT RN2OPMAK AND RETURN. "Return to original report after report execution complete
SUBMIT RN2OPMAK 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: Macro Definitions for Surgical Documentation 3.04


INCLUDES used within this REPORT RN2OPMAK

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_CHECKKOMBO call function 'ISH_N2_CHECKKOMBO' exporting ss_deid = '&1' ss_spras = sy-langu ss_kattext = -&1 exceptions not_found = 1 others = 2.

ISH_N2_CHECKKOMBO call function 'ISH_N2_CHECKKOMBO' exporting ss_deid = '&2' ss_spras = sy-langu ss_kattext = a&1-r-&2 exceptions not_found = 1 others = 2.

ISH_READ_NTPT call function 'ISH_READ_NTPT' exporting einri = iuex_nlei-einri * SPRAS = SY-LANGU talst = ntpz-zulst tarif = uex_gtarif importing e_ntpt = iuex_ntpt exceptions not_found = 1 others = 2.

TRANSFER_NAMES_TO_FIELDS call function 'TRANSFER_NAMES_TO_FIELDS' exporting selectfield = feldname tables fields = fields namelist = namelist exceptions wrong_format_given = 1 others = 2.

HELP_VALUES_GET_NO_DD_NAME call function 'HELP_VALUES_GET_NO_DD_NAME' exporting selectfield = feldname titel = 'Materialauswahl' importing ind = sline tables fields = fields full_table = iselect exceptions full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 others = 6.

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.

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