RJITARCH01F02 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 RJITARCH01F02 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!
JIT01_SELECT_JITHD_JITIT CALL FUNCTION 'JIT01_SELECT_JITHD_JITIT' EXPORTING sel_jithd_custo_it = custo_pt[] sel_jithd_prodn_it = prodn_pt[] sel_jithd_abtyp_it = abtyp_pt[] sel_jitit_ddate_it = ddate_gt[] sel_jitit_intst_it = intst_pt[] "Note 826767 TABLES jit_hd_it_et = jinum_arch_header_et[] EXCEPTIONS no_record_found = 1 OTHERS = 2.
JITOUT01_READ_JITHD_JITOIT CALL FUNCTION 'JITOUT01_READ_JITHD_JITOIT' EXPORTING PRODN_IT = prodn_pt[] ABTYP_IT = abtyp_pt[] CUSTO_IT = custo_pt[] IMPORTING JIT_HD_OIT_ET = jit_forward_et EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.