RJITMON_INCLUDES 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 RJITMON_INCLUDES 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.
INCLUDE JIT_READ_JITMA.
INCLUDE RJITMON_PBO100.
INCLUDE JIT_READ_JITCU_SB.
INCLUDE RJITMON_REFRESH_REPORT.
INCLUDE RJITMON_READ_JITTE.
INCLUDE JIT_READ_JITMA_SB_TABINDEX.
INCLUDE JIT_BUILD_TIMSTAMP_OPTION.
INCLUDE JIT_BUILD_CHECK_OPTION.
INCLUDE RJITMON_FILL_IO400.
INCLUDE RJITMON_START_ACTION.
INCLUDE RJITMON_BUILD_CUSTO_PT.
INCLUDE RJITMON_COPY_EXPAND.
INCLUDE RJITMON_COPY_MARK.
INCLUDE RJITMON_GET_MARK_FROM_MEMORY.
INCLUDE RJITMON_PBO600.
INCLUDE RJITMON_PAI600.
INCLUDE JIT_UNLOCK.
INCLUDE RJITMON_ADD_MATNR_TO_SLAVEIT.
INCLUDE RJITMON_DISPLAY_NAMES.
INCLUDE RJITMON_CONVERT_TIMESTAMPS.
INCLUDE RJITMON_DISVARIANT.
INCLUDE RJITMON_SET_COLOUR.
INCLUDE RJITMON_BUILD_SELECT_OPTIONS.
INCLUDE RJITMON_SWITCH_TO_IDOC.
INCLUDE RJITMON_INIT_ICONS.
INCLUDE RJITMON_DOWNLOAD.
INCLUDE RJITMON_MATERIAL2MASTER.
INCLUDE RJITMON_ITEMS_4_ACTION.
INCLUDE RJITMON_LIST_EQUI_COMP.
INCLUDE RJITMON_SWITCH_TO_HULI.
INCLUDE RJITMON_CHECK_SELKZ.
INCLUDE RJITMON001_CHECK_STEU0.
INCLUDE RJITMON001_G.
INCLUDE RJITMON_F4_FOR_FELD.
INCLUDE RJITMON_SHOW_STATISTICS.
INCLUDE RJITMON_INIT_LAYOUT.
INCLUDE RJITMON_SWITCH_TO_JIT.
INCLUDE RJITMON_SHOW_GRAF_MATRIX.
INCLUDE RJITMON_INIT_INDAT_EXDAT.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.