MOIJTNO1003 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 MOIJTNO1003 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: Include MOIJTNO1003 PBO Screen 1003
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MARC_SINGLE_READ CALL FUNCTION 'MARC_SINGLE_READ' EXPORTING MATNR = gs_item_tab_con-matnr * WERKS = gs_item_tab_con-locpt "n_943910 WERKS = lv_werks "n_943910
IMPORTING WMARC = ls_marc .
OIB_SET_QCI_PARAM CALL FUNCTION 'OIB_SET_QCI_PARAM' EXPORTING * I_PARAM_READ_ONLY = LV_QCI_PARAM_READ_ONLY "SO7K116073 * I_ADQTY_READ_ONLY = LV_QCI_ADQTY_READ_ONLY "SO7K116073 * I_NO_CALC = LV_NO_CALC "SO7K116073 I_PARAM_READ_ONLY = GV_QCI_PARAM_READ_ONLY "SO7K116073 I_ADQTY_READ_ONLY = GV_QCI_ADQTY_READ_ONLY "SO7K116073 I_NO_CALC = GV_NO_CALC "SO7K116073 TABLES IT_PARAM = GS_SCR_TKT_ITEM_QCI-T_PARAM "SO7K116073 IT_ADQTY = GS_SCR_TKT_ITEM_QCI-T_ADQTY."SO7K116073
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.