RJITMON_START_OF_SELECTION 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_START_OF_SELECTION 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = pgm_name_lv "'RJITMON001' i_callback_user_command = 'FCODE_ACTION' i_callback_pf_status_set = 'SET_PF_STATUS' i_tabname_header = master_gc i_tabname_item = slave_gc is_keyinfo = keyinfo_gs is_layout = layout_gs it_fieldcat = fkat_gt * it_excluding = extab_gt * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 i_default = mark_gc i_save = 'A' "user- & standard variants is_variant = variant_gs it_events = event_gt "R2.0
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' "R2.0
REUSE_ALV_LIST_DISPLAY * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' "R2.0
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = pgm_name_lv i_callback_user_command = 'FCODE_ACTION' i_callback_pf_status_set = 'SET_PF_STATUS' i_tabname_header = master_gc i_tabname_item = 'SLAVEIT_GT' is_keyinfo = keyinfo_gs is_layout = layout_gs it_fieldcat = fkat_gt * it_excluding = extab_gt * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 i_default = mark_gc i_save = 'A' "user- & standard variants is_variant = variant_gs it_events = event_gt "R2.0
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.