JITOMONF04 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 JITOMONF04 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!
JITOUT06_READ_MULTI_PVBE_1 CALL FUNCTION 'JITOUT06_READ_MULTI_PVBE_1' EXPORTING rgver_it = rgver_pt[] lgort_it = lgort_pt[] IMPORTING pvbe_et = pvbe_lt EXCEPTIONS no_entry_found = 1 OTHERS = 2.
JITOUT06_READ_PKHD CALL FUNCTION 'JITOUT06_READ_PKHD' EXPORTING werks_it = werks_pt[] matnr_it = matnr_pt[] prvbe_it = prvbe_lt TABLES pkhd_et = pkhd_lt EXCEPTIONS no_entry_found = 1 OTHERS = 2.
JITOUT01_READ_JITHD_JITOIT CALL FUNCTION 'JITOUT01_READ_JITHD_JITOIT' EXPORTING prodn_it = prodn_pt[] jinum_it = jinum_pt[] "Note 1522166 abtyp_it = abtyp_pt[] custo_it = custo_pt[] seqnr_it = seq_i_pt[] sspez_it = sspez_pt[] vehid_it = vehid_pt[] vetyp_it = vetyp_pt[] lifnr_it = lifnr_pt[] intst_it = intst_pt[] outpo_it = outpo_pt[] indat_it = indat_pt[] crdat_it = crdat_pt[] rdate_it = rdate_pt[] pknum_it = pknum_lt[] grdon_it = grdon_pt[] max_count_iv = slim_lv IMPORTING jit_hd_oit_oco_et = jithd_oit_oco_lt EXCEPTIONS no_entry_found = 1 OTHERS = 2.
JITOUT01_READ_JITOHD_JITOIT CALL FUNCTION 'JITOUT01_READ_JITOHD_JITOIT' EXPORTING prodn_it = prodn_pt[] jctyp_it = jctyp_pt[] creat_it = creat_pt[] seqnr_it = seqnr_pt[] "Note 1653012 vehid_it = vehid_pt[] vetyp_it = vetyp_pt[] lifnr_it = lifnr_pt[] intst_it = intst_pt[] outpo_it = outpo_pt[] indat_it = indat_pt[] crdat_it = crdat_pt[] rdate_it = rdate_pt[] pknum_it = pknum_lt[] grdon_it = grdon_pt[] max_count_iv = slim_lv IMPORTING jitohd_oit_oco_et = jitohd_oit_oco_lt EXCEPTIONS no_entry_found = 1 OTHERS = 2.
JITOUT03_CONVERT_JITHD_OIT_OCO CALL FUNCTION 'JITOUT03_CONVERT_JITHD_OIT_OCO' EXPORTING timezone_iv = zone_pv calc_gr_qty_iv = 'X' IMPORTING jitodiahd_et = jitodiahd_gt jitodiait_et = jitodiait_gt jitodiaco_et = jitodiaco_gt CHANGING jithd_oit_oco_ct = jithd_oit_oco_lt jitohd_oit_oco_ct = jitohd_oit_oco_lt jitoad_ct = jitoad_gt EXCEPTIONS conversion_error = 1 OTHERS = 2.
JITOUT01_READ_JITOCO_W_OUTPO * CALL FUNCTION 'JITOUT01_READ_JITOCO_W_OUTPO' * EXPORTING * outpo_it = outpo_lt * IMPORTING * jitoco_et = jitoco_lt * EXCEPTIONS * no_entry_found = 1 * OTHERS = 2.
JITOUT03_CONVERT_DB_TO_DIA2 * CALL FUNCTION 'JITOUT03_CONVERT_DB_TO_DIA2' * EXPORTING * timezone_iv = zone_pv * calc_gr_qty_iv = 'X' * CHANGING * jitodiait_ct = jitodiait_gt * jitodiaco_ct = jitodiaco_gt * jitoad_ct = jitoad_gt * EXCEPTIONS * conversion_error = 1 * OTHERS = 2.
JITOUT03_CHECK_TOL_DEL_INTEGR CALL FUNCTION 'JITOUT03_CHECK_TOL_DEL_INTEGR' CHANGING jitodiait_ct = jitodiait_gt jitodiaco_ct = jitodiaco_gt.
JITOUT03_CHECK_TOLERANCE CALL FUNCTION 'JITOUT03_CHECK_TOLERANCE' EXPORTING time_zone_iv = zone_pv CHANGING jitodiait_ct = jitodiait_gt jitodiaco_ct = jitodiaco_gt EXCEPTIONS toleranceviolated = 1 error_during_check = 2 OTHERS = 3.
JITOUT03_CHECK_TOL_DESELECT CALL FUNCTION 'JITOUT03_CHECK_TOL_DESELECT' EXPORTING jitomonsel_is = jitomonsel_gs CHANGING jitodiahd_ct = jitodiahd_gt jitodiait_ct = jitodiait_gt jitodiaco_ct = jitodiaco_gt * JITOAD_CT = .
JITOUT03_SORT_JITOHD_IT_CO CALL FUNCTION 'JITOUT03_SORT_JITOHD_IT_CO' EXPORTING sortv_iv = sort_pv CHANGING jitodiahd_et = jitodiahd_gt jitodiait_et = jitodiait_gt jitodiaco_et = jitodiaco_gt EXCEPTIONS undefined_sortv = 1 OTHERS = 2.
JIT13_READ_V_CJIT01D_ALL CALL FUNCTION 'JIT13_READ_V_CJIT01D_ALL' TABLES v_cjit01d_et = v_cjit01d_lt EXCEPTIONS no_record_found = 0 OTHERS = 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.