SAP Reports / Programs

JITOUT_ALERT SAP ABAP Report - JIT Outbound: Alerting







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

JITOAL - JIT Outbound: Alerting


ABAP code to call this SAP report using the submit statement

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.






SUBMIT JITOUT_ALERT. "Basic submit
SUBMIT JITOUT_ALERT AND RETURN. "Return to original report after report execution complete
SUBMIT JITOUT_ALERT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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 .





Selection Text: T_IL1 = D .
Selection Text: T_IL0 = D .
Selection Text: T_IH2 = D .
Selection Text: T_IH1 = D .
Selection Text: SSPEZ_PT = D .
Selection Text: SPRT_PV = D .
Selection Text: SPRN_PV = D .
Selection Text: SORT_PV = D .
Selection Text: SLIM_PV = D .
Selection Text: SEQ_I_PT = D .
Selection Text: SEQNR_PT = D .
Selection Text: RZEIT_PT = D .
Selection Text: RPRT_PV = D .
Selection Text: RPFC_PV = D .
Selection Text: RGVER_PT = D .
Selection Text: RDATU_PT = D .
Selection Text: Q_IL2 = D .
Selection Text: Q_IL1 = D .
Selection Text: Q_IL0 = D .
Selection Text: Q_IH2 = D .
Selection Text: Q_IH1 = D .
Selection Text: PRVBE_PT = D .
Selection Text: PRODN_PT = D .
Selection Text: PKNUM_PT = D .
Selection Text: PANPL_PT = D .
Selection Text: OUTPO_PT = D .
Selection Text: DLCXN_PV = D .
Selection Text: ABTYP_PT = D .
Selection Text: ACTI_PV = D .
Selection Text: ADDAL_PV = D .
Selection Text: ALERT_PV = D .
Selection Text: ALVAR_PV = D .
Selection Text: AVIN_PV = D .
Selection Text: AVIXN_PV = D .
Selection Text: AVIX_PV = D .
Selection Text: CALRT_PV = D .
Selection Text: CDATU_PT = D .
Selection Text: CRALR_PV = D .
Selection Text: CRCAL_PV = D .





Selection Text: CREAT_PT = D .
Selection Text: CZEIT_PT = D .
Selection Text: DLCN_PV = D .
Title: JIT Outbound: Alerting
Text Symbol: IL0 = Call = Dely
Text Symbol: IH2 = Call > Dely o.T.
Text Symbol: IH1 = Call > Dely w.T.
Text Symbol: CAL = Collective Alert
Text Symbol: ALV = Table Settings
Text Symbol: ALR = Single Alerts
Text Symbol: ALE = Settings for Alerts
Text Symbol: 062 = With Message
Text Symbol: 061 = Without Message
Text Symbol: 052 = With Del.
Text Symbol: 051 = Without Del.
Text Symbol: 042 = With Notif.
Text Symbol: 041 = W/O Notif.
Text Symbol: 026 = With GR
Text Symbol: 025 = Without GR
Text Symbol: 024 = With Dely Quota
Text Symbol: 023 = W/O Dely Quota
Text Symbol: 022 = With IDoc
Text Symbol: 021 = Without IDoc
Text Symbol: 020 = Both
Text Symbol: 008 = JIT Outbound Emrgncy Correct.
Text Symbol: 007 = JIT Outbound Monitor
Text Symbol: 006 = XML Files (*.XML)|*.XML|All Files (*.*)|*.*|
Text Symbol: 005 = File Selection for XML-Download
Text Symbol: XML = Data for XML-Download
Text Symbol: TL4 = JIT Outbound Monitor
Text Symbol: TL3 = Emergency Correction
Text Symbol: TL2 = Refresh the Messages
Text Symbol: TL1 = Alert Inbox
Text Symbol: TIM = JIT Outbound Time to Delivery Time
Text Symbol: TAL = Selection of Alert Type
Text Symbol: SSL = Selection Settings
Text Symbol: SSE = Basic Settings
Text Symbol: SLE = Header Data for Forwarded Calls
Text Symbol: SFL = Status Indicator



Text Symbol: SFA = Header Data for Independent Calls
Text Symbol: SET = Settings
Text Symbol: SCO = Component Data
Text Symbol: SAL = General Header Data
Text Symbol: S01 = Components Groups Data
Text Symbol: QUA = JIT Outbound Quantity to Delivery Quantity
Text Symbol: PVB = Production Supply Area
Text Symbol: OIT = Components Groups
Text Symbol: OHD = Call Header
Text Symbol: OCO = Components
Text Symbol: INT = Relationship between JIT and delivery
Text Symbol: IL2 = Call < Dely o.T.
Text Symbol: IL1 = Call < Dely w.T.


INCLUDES used within this REPORT JITOUT_ALERT

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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.