SAP Reports / Programs

REE_DATEX_MONITORING SAP ABAP Report - Monitoring of Data Exchange Tasks







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 see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


Transaction Code(s):

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

EDATEXMON01 - Monitoring of Data Exchange Tasks


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 REE_DATEX_MONITORING. "Basic submit
SUBMIT REE_DATEX_MONITORING AND RETURN. "Return to original report after report execution complete
SUBMIT REE_DATEX_MONITORING 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: 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


INCLUDES used within this REPORT REE_DATEX_MONITORING

INCLUDE: REE_DATEX_MONITORING_TOP.


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:

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.



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 REE_DATEX_MONITORING or its description.