MOIJTF08 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 MOIJTF08 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 MOIJTF08
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_OIJTKT CALL FUNCTION 'ENQUEUE_E_OIJTKT' EXPORTING MODE_OIJ_EL_TICKET_H = 'E' MANDT = SY-MANDT TICKET_KEY = P_TICKET_KEY TICKET_VERSION = P_TICKET_VERSION TICKET_PURPOSE = P_TICKET_PURPOSE EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3 .
DEQUEUE_E_OIJTKT CALL FUNCTION 'DEQUEUE_E_OIJTKT' EXPORTING MODE_OIJ_EL_TICKET_H = 'E' MANDT = SY-MANDT TICKET_KEY = P_TICKET_KEY TICKET_VERSION = P_TICKET_VERSION TICKET_PURPOSE = P_TICKET_PURPOSE * X_TICKET_KEY = ' ' * X_TICKET_VERSION = ' ' * X_TICKET_PURPOSE = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MOIJTF08 - Include MOIJTF08 MOIJTF07_POSTING_DATE_CHECK - Include MOIJTF07_POSTING_DATE_CHECK MOIJTF06_REVERSAL_TICKET_INIT - Include MOIJTF06_REVERSAL_TICKET_INIT MOIJTF06_LAST_TIC_VERS_GET - Include MOIJTF06_LAST_TIC_VERS_GET MOIJTF06_DATA_CHECK - Include MOIJTF06_DATA_CHECK MOIJTF06_CORRECTION_TICKET_INI - Include MOIJTF06_CORRECTION_TICKET_INI