MNT11ICH 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 MNT11ICH 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = lvers exceptions others = 1.
ISH_SHOW_SERVICES_NEW call function 'ISH_SHOW_SERVICES_NEW' exporting einrichtung = ntpk-einri tarif = ntpk-tarif talst = ' ' "ntpk-talst sel_erfsp = 'X' multi_select = ' ' use_groups = ' ' zotyp = '' change_tarif = '' vcode = 'DIS' read_vle = ' ' importing e_ntpk = h_ntpk exceptions wrong_einri = 1 nothing_found = 2 nothing_selected = 3 missing_zotyp = 4 others = 5.
HELP_OBJECT_SHOW_FOR_FIELD call function 'HELP_OBJECT_SHOW_FOR_FIELD' exporting doklangu = sy-langu called_for_tab = 'NTPKCH' called_for_field = 'LOKALISATION' exceptions object_not_found = 1 sapscript_error = 2 others = 3.
ISHMED_GET_NTPK_MEDICAL call function 'ISHMED_GET_NTPK_MEDICAL' importing e_n1tpm = l_n1tpm.
ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = lvers exceptions others = 1.
ISH_CH_MATERIAL_INPUT call function 'ISH_CH_MATERIAL_INPUT' exporting ss_matnr = ntpk-vmatr changing ss_okcode = ok-code.
ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = lvers exceptions others = 1.
ISH_CH_MATERIAL_OUTPUT call function 'ISH_CH_MATERIAL_OUTPUT' changing ss_okcode = ok-code.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.