JITOUT_ALERT is a standard Executable ABAP Report 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 JITOUT_ALERT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JITOAL - JIT Outbound: Alerting
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.
Selection Text: OPEN_PV = D .
Selection Text: ONEL_PV = D .
Selection Text: OCRAL_PV = D .
Selection Text: MECX_PV = D .
Selection Text: MECXN_PV = D .
Selection Text: MECN_PV = D .
Selection Text: MATNR_PT = D .
Selection Text: LIFNR_PT = D .
Selection Text: LGORT_PT = D .
Selection Text: LEGE_PV = D .
Selection Text: KUNAG_PT = D .
Selection Text: KNREF_PT = D .
Selection Text: JCTYP_PT = D .
Selection Text: IZEIT_PT = D .
Selection Text: ISPX_PV = D .
Selection Text: ISPN_PV = D .
Selection Text: INTST_PT = D .
Selection Text: IDOX_PV = D .
Selection Text: IDOXN_PV = D .
Selection Text: IDON_PV = D .
Selection Text: IDATU_PT = D .
Selection Text: GRPX_PV = D .
Selection Text: GRPXN_PV = D .
Selection Text: GRPN_PV = D .
Selection Text: GRDX_PV = D .
Selection Text: GRDXN_PV = D .
Selection Text: GRDN_PV = D .
Selection Text: FILEN_PV = D .
Selection Text: DLIX_PV = D .
Selection Text: DLIXN_PV = D .
Selection Text: DLIN_PV = D .
Selection Text: DLCX_PV = D .
Selection Text: ZONE_PV = D .
Selection Text: WERKS_PT = D .
Selection Text: VETYP_PT = D .
Selection Text: VEHID_PT = D .
Selection Text: VARI_PV = D .
Selection Text: T_IL2 = D .
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MGV_SELOP_AFTER_INITIALIZATION call function 'MGV_SELOP_AFTER_INITIALIZATION' EXPORTING PROGRAM = mgv_matnr_prog TABLES SELOP = mgv_matnr_selopt_tab EXCEPTIONS NO_PROGRAMNAME = 1 OTHERS = 2 .
MGV_SELOP_AFTER_START_OF_SEL CALL FUNCTION 'MGV_SELOP_AFTER_START_OF_SEL' EXPORTING SELOPT_NAME = mgv_matnr_selopt_tab-name TABLES RANGE =
.
JITOUT08_GET_SEL_DATA CALL FUNCTION 'JITOUT08_GET_SEL_DATA' EXPORTING seloptions_it = seloptions_lt slim_iv = '500' ispx_iv = 'X' ispn_iv = 'X' zone_iv = zone_pv sort_iv = sort_pv * JITOMONSEL_IS = IMPORTING jitodiahd_et = jitodiahd_gt jitodiait_et = jitodiait_gt jitodiaco_et = jitodiaco_gt * JITOAD_ET = .
JITOUT09_CHECK_FOR_ADDL_ALERTS CALL FUNCTION 'JITOUT09_CHECK_FOR_ADDL_ALERTS' EXPORTING jitodiait_it = jitodiait_gt jitodiaco_it = jitodiaco_gt zone_iv = zone_pv CHANGING jito_dia_all_mssg_et = jitodiamssg_lt.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name JITOUT_ALERT or its description.