MOIJTNF80 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 MOIJTNF80 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 MOIJTNF80
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_DSP_OUTPUT_FREE CALL FUNCTION 'BAL_DSP_OUTPUT_FREE'.
OIJB_SET_LOG_CALLBACK CALL FUNCTION 'OIJB_SET_LOG_CALLBACK' EXPORTING IS_CALLBACK = GS_LOG_CALLBACK.
OIJ_TKT_LOG_MEM_REFRESH CALL FUNCTION 'OIJ_TKT_LOG_MEM_REFRESH' EXPORTING IV_TICKET_KEY = GS_TICKET_HEADER-TICKET_KEY * IV_TICKET_ITEM = GS_TICKET_HEADER IV_TICKET_VERSION = GS_TICKET_HEADER-TICKET_VERSION IV_TICKET_PURPOSE = GS_TICKET_HEADER-TICKET_PURPOSE EXCEPTIONS LOG_NOT_FOUND = 0 OTHERS = 0.
OIJ_TKT_LOG_MEM_REFRESH CALL FUNCTION 'OIJ_TKT_LOG_MEM_REFRESH'.
BAL_DSP_OUTPUT_INIT CALL FUNCTION 'BAL_DSP_OUTPUT_INIT' EXPORTING I_S_DISPLAY_PROFILE = LS_DISPLAY_PROFILE EXCEPTIONS OTHERS = 1.
OIJ_TKT_LOG_MEM_REFRESH CALL FUNCTION 'OIJ_TKT_LOG_MEM_REFRESH' EXPORTING IV_TICKET_KEY = IV_KEY IV_TICKET_VERSION = IV_VERSION IV_TICKET_PURPOSE = IV_PURPOSE EXCEPTIONS LOG_NOT_FOUND = 0 OTHERS = 2.
OIJ_TKT_LOG_DB_LOAD CALL FUNCTION 'OIJ_TKT_LOG_DB_LOAD' EXPORTING IV_TICKET_KEY = IV_KEY IV_TICKET_VERSION = IV_VERSION IV_TICKET_PURPOSE = IV_PURPOSE EXCEPTIONS LOG_NOT_FOUND = 0 OTHERS = 2.
BAL_DSP_OUTPUT_SET_DATA CALL FUNCTION 'BAL_DSP_OUTPUT_SET_DATA' EXPORTING I_S_LOG_FILTER = LS_LOG_FILTER EXCEPTIONS OTHERS = 1.
BAL_LOG_MSG_READ CALL FUNCTION 'BAL_LOG_MSG_READ' EXPORTING I_S_MSG_HANDLE = CS_UCOMM_DATA-LIST_MSGH IMPORTING E_S_MSG = LS_MSG EXCEPTIONS OTHERS = 1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = LS_TREE_PATH-SEL_VALUE IMPORTING OUTPUT = LV_KEY.
DYNPRO_FIELD_GET CALL FUNCTION 'DYNPRO_FIELD_GET' EXPORTING DYNPRO = LT_SCREENS-DYNPRONR PROGRAM = 'SAPLOIJ_NOM_GUI' TABLES DYNP_FIELDS = LT_DYNP_FIELDS LINES = LT_LINES EXCEPTIONS DYNPRO_NOT_FOUND = 1 OTHERS = 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.