RJITMON_REFRESH_REPORT 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_REFRESH_REPORT 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!
JIT02_READ_CUSTOMER_FROM_SB CALL FUNCTION 'JIT02_READ_CUSTOMER_FROM_SB' TABLES jitcu_sb_et = jitcu_sb_lt.
JIT01_SELECT_JITHD_JITIT CALL FUNCTION 'JIT01_SELECT_JITHD_JITIT' EXPORTING row_limit_iv = slim_lv * SEL_JITHD_JINUM_IT = sel_jithd_custo_it = custo_pt[] sel_jithd_prodn_it = prodn_pt[] sel_jithd_seqnr_it = seqnr_pt[] sel_jithd_vetyp_it = vetyp_pt[] sel_jithd_vehid_it = vehid_pt[] sel_jithd_texhd_it = texhd_gt[] sel_jithd_sspez_it = sspez_pt[] sel_jithd_nachb_it = nachb_gt[] sel_jithd_abtyp_it = abtyp_pt[] * SEL_JITIT_POSID_IT = * SEL_JITIT_jinum_IT = sel_jitit_anlie_it = anlie_gt[] * SEL_JITIT_CNTRL_IT = sel_jitit_pdate_it = pdate_gt[] sel_jitit_extst_it = extst_pt[] sel_jitit_exdat_it = exdat_gt[] sel_jitit_intst_it = intst_pt[] sel_jitit_indat_it = indat_gt[] sel_jitit_ferpa_it = ferpa_gt[] sel_jitit_rueck_it = rueck_gt[] sel_jitit_backf_it = backf_gt[] sel_jitit_exidv_it = exidv_pt[] sel_jitit_dcrea_it = dcrea_gt[] sel_jitit_agtsl_it = agtsl_gt[] sel_jitit_grpin_it = grpin_pt[] * SEL_JITIT_EXIDV_IT = sel_jitit_ddate_it = ddate_gt[] sel_jitit_vbeln_vl_it = vbeln_pt[] sel_jitit_rdate_it = rdate_gt[] sel_jitit_outex_it = outex_gt[] TABLES jit_hd_it_et = help_hd_it_gt EXCEPTIONS no_record_found = 1 OTHERS = 2.
JIT01_READ_JITTE_WITH_JINUM CALL FUNCTION 'JIT01_READ_JITTE_WITH_JINUM' TABLES jinum_it = jinum_set_gt jitte_et = jitte_gt EXCEPTIONS entry_not_found = 0 OTHERS = 0.
JIT03_SORT_JITHD_JITIT CALL FUNCTION 'JIT03_SORT_JITHD_JITIT' "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.