MOIJTNF71 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 MOIJTNF71 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 MOIJTNF71
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = GC_SAPMOIJTN DYNUMB = FC_IOTAB3 TABLES DYNPFIELDS = LT_F4HLP EXCEPTIONS INVALID_ABAPWORKAREA = 0 INVALID_DYNPROFIELD = 0 INVALID_DYNPRONAME = 0 INVALID_DYNPRONUMMER = 0 INVALID_REQUEST = 0 NO_FIELDDESCRIPTION = 0 INVALID_PARAMETER = 0 UNDEFIND_ERROR = 0 DOUBLE_CONVERSION = 0 STEPL_NOT_FOUND = 0 OTHERS = 0.
OIJNOMI_SINGLE_READ CALL FUNCTION 'OIJNOMI_SINGLE_READ' EXPORTING IS_NOMI_KEY = LS_NOMI_KEY IMPORTING ES_OIJNOMI = LS_OIJNOMI EXCEPTIONS RECORD_NOT_FOUND = 1 OTHERS = 2.
OIJU_SITYP_PM_CONVERSION CALL FUNCTION 'OIJU_SITYP_PM_CONVERSION' EXPORTING I_SITYP = LS_OIJNOMI-SITYP I_DOCIND = LS_OIJNOMI-DOCIND I_RD_LOCTS = LC_LOCIND IMPORTING E_PLMI_SIGN = LV_PLUS_MIN EXCEPTIONS ERROR_IN_MVSCEN_READ = 1 LOCTYPE_INITIAL = 2 LOCTYPE_INVALID = 3 WRONG_INPUT = 4 OTHERS = 5 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.