REE_DATEX_MONITORING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Monitoring of Data Exchange Tasks This report produces lists of
If you would like to execute this report or see the full code listing simply enter REE_DATEX_MONITORING into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EDATEXMON01 - Monitoring of Data Exchange Tasks
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: SE_IDCST = D .
Selection Text: SE_IDCNM = D .
Selection Text: SE_EXTUI = D .
Selection Text: SE_DXTID = D .
Selection Text: SE_DXSTA = D .
Selection Text: SE_DXSPS = D .
Selection Text: SE_DXSPR = D .
Selection Text: SE_DXPRC = D .
Selection Text: SE_DXDUT = D .
Selection Text: SE_DXDUD = D .
Selection Text: SE_DXCON = D .
Selection Text: P_NO_MAX = D .
Selection Text: P_NODATE = D .
Selection Text: P_MAXREC = D .
Selection Text: P_CORR = D .
Title: Monitoring of Data Exchange Tasks
Text Symbol: F07 = IDoc Status
Text Symbol: F06 = Technical Control
Text Symbol: F05 = Reference Period
Text Symbol: F04 = Due Date
Text Symbol: F03 = Additional Criteria
Text Symbol: F02 = Point of Delivery
Text Symbol: F01 = Main Criteria
Text Symbol: E01 = Point of Delivery
Text Symbol: B01 = Number of Tasks
INCLUDE: REE_DATEX_MONITORING_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = restrict EXCEPTIONS OTHERS = 0.
ISU_DB_EUI_SELECT_IN_RANGE CALL FUNCTION 'ISU_DB_EUI_SELECT_IN_RANGE' EXPORTING x_maxcount = co_select_all_ui * x_keydate = sy-datum TABLES xt_ext_ui = xt_sel_ext_ui yt_euitrans = it_euitrans EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REE_DATEX_MONITORING - Monitoring of Data Exchange Tasks REE_DATEX_MONITORING - Monitoring of Data Exchange Tasks REE_DATEX_DEF_PRORATE_ESA_TOP - REEDATEXDEFPRORATEESATOP REE_DATEX_DEF_PRORATE_ESA_EF01 - REEDATEXDEFPRORATEESAEF01 REE_DATEX_DEF_PRORATE_ESA - Adjust Time Slices for Data Exchange Tasks REE_DATEX_DEF_PRORATE_ESA - Adjust Time Slices for Data Exchange Tasks