MN2EIF00 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 MN2EIF00 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: FORM Routines: General
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_FIND_EXCL_SCREENS * CALL FUNCTION 'ISH_FIND_EXCL_SCREENS' * EXPORTING * ACT_TCODE = TCODE * EINRI = RNDBL-EINRI * EXTP_NAM = REPID * ALL_SCREENS = ALL_SCREENS * TABLES * EXCL_SCREENS = EXCL_SCREENS.
ISH_N2_MEDDOC_GETADMINDATA CALL FUNCTION 'ISH_N2_MEDDOC_GETADMINDATA' EXPORTING im_document_key = ls_doc_key IMPORTING ex_docdata = ls_docdata.
ISH_N2_MEDDOC_CREATE_LINK CALL FUNCTION 'ISH_N2_MEDDOC_CREATE_LINK' EXPORTING im_apicontrol = ls_apicontrol im_ishmed_link = on im_docdatain = ls_docdata_in im_version_create = on IMPORTING ex_worst_msgty = l_worst_msgty TABLES ext_return = lt_return.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.