MN2F1I01 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 MN2F1I01 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_N2_VALUE_REQUEST call function 'ISH_N2_VALUE_REQUEST' exporting ss_einri = n2do-einri ss_length = 40 ss_heigth = 9 ss_field = feldname ss_table = 'N2DT' ss_vcode = vcode ss_loekz = off " LOEKZ berücksichtigen! ss_select = ' ' importing ss_value = wert ss_vers = vers exceptions not_found = 01.
ISH_GRAPHIC_ORGID_SELECT call function 'ISH_GRAPHIC_ORGID_SELECT' exporting ambes = on einri = n2do-einri fazuw = on freig = on * GRAPH_TITLE = ' ' ?? * LOEKZ = '*' no_bauid = off pfzuw = on sperr = off * VCODE = 'UPD' importing selected_orgid = l_dokoe exceptions * bauid_not_in_nbau = 1 einri_not_in_tn01 = 2 no_hierarchy = 3 orgid_not_in_norg = 4 others = 5.
ISHMED_CHECK_NORG call function 'ISHMED_CHECK_NORG' exporting ss_einri = n2do-einri ss_einri_chk = 'J' * ss_fazuw = i_fazuw * ss_pfzuw = i_pfzuw * ss_n1anfkz = i_n1anfkz * ss_n1erbrz = i_n1erbrkz ss_orgid = n2do-dokoe * importing exceptions not_found = 1 not_valid = 2.
ISHMED_CHECK_NORG call function 'ISHMED_CHECK_NORG' exporting ss_einri = n2do-einri ss_einri_chk = 'J' * ss_fazuw = i_fazuw * ss_pfzuw = i_pfzuw * ss_n1anfkz = i_n1anfkz * ss_n1erbrz = i_n1erbrkz ss_orgid = n2do-orgid importing e_norg = norg exceptions not_found = 1 not_valid = 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.