IJITV56K_PREPARE_E1EDL51 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 IJITV56K_PREPARE_E1EDL51 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!
JIT08_CHECK_JIT_DELIVERY CALL FUNCTION 'JIT08_CHECK_JIT_DELIVERY' IMPORTING priid_ev = priid_lv rnpid_ev = rnpid_lv "DI46C1 TABLES lips_it = lips_lt EXCEPTIONS no_jit_delivery = 1 error_message = 2.
JIT08_GET_PRODN_IN_DELIVERY CALL FUNCTION 'JIT08_GET_PRODN_IN_DELIVERY' EXPORTING vbeln_vl_iv = p_tab_likp_vbeln TABLES prodn_matnr_et = prodn_matnr_lt EXCEPTIONS general_error = 1 error_message = 2.
JIT08_EXIT_001 CALL FUNCTION 'JIT08_EXIT_001' TABLES refnr_it = prodn_matnr_lt e1edl51_et = tab_e1edl51.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.