REE_IDE_SWITCH_MONITORING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to display all switch documents currently in your system...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_IDE_SWITCH_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
ESWTMON01 - Monitoring of Switch Documents
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: X_SPARTY = D .
Selection Text: SO_TARSC = D .
Selection Text: SO_SWTYP = D .
Selection Text: SO_SWTDO = D .
Selection Text: SO_SRCSC = D .
Selection Text: SO_OLDSU = D .
Selection Text: SO_NEWSU = D .
Selection Text: SO_MOVOU = D .
Selection Text: SO_MOVIN = D .
Selection Text: SO_EXTUI = D .
Selection Text: SO_DOCST = D .
Selection Text: SO_DISTR = D .
Selection Text: SO_BPPAR = D .
Selection Text: P_VIEW = D .
Selection Text: P_NO_MAX = D .
Selection Text: P_MAXREC = D .
Title: Monitoring of Switch Documents
Text Symbol: T02 = Display Archive
Text Symbol: T01 = Number of Hits:
Text Symbol: A03 = Technical Options
Text Symbol: A02 = Additional Criteria
Text Symbol: A01 = Main Criteria
Text Symbol: 003 = Divis.Cat.
Text Symbol: 002 = Switch Documents for Specified View
Text Symbol: 001 = Find
INCLUDE REE_IDE_SWITCH_MONITORING_TOP.
INCLUDE REE_IDE_SWITCH_MONITORING_FORM.
No SAP DATABASE tables are accessed within this REPORT code!
AS_API_BROWSER_CALL CALL FUNCTION 'AS_API_BROWSER_CALL' EXPORTING i_object = cl_isu_ide_switchdoc_archive=>co_swtdoc_arch_obj EXCEPTIONS infostruc_not_found = 1 infostruc_inconsistent = 2 infostruc_inactive = 3 OTHERS = 4.
ISU_DB_EDEREGSWITCH2005_SELECT CALL FUNCTION 'ISU_DB_EDEREGSWITCH2005_SELECT' IMPORTING y_division_cat = l_deregswitch_div_cat EXCEPTIONS customizing_not_defined = 1 error_ocurred = 2 OTHERS = 3.
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_IDE_SWITCH_MONITORING - Monitoring of Switch Documents REE_IDE_SWITCH_MONITORING - Monitoring of Switch Documents REE_DATEX_TASKS_REV_GENERATE - Generation Reversal of Data Exchange Tasks REE_DATEX_TASKS_REV_GENERATE - Generation Reversal of Data Exchange Tasks REE_DATEX_TASKS_REEXECUTE - Resend Data Exchange Tasks REE_DATEX_TASKS_REEXECUTE - Resend Data Exchange Tasks