SAP Reports / Programs | Intercompany Data Exchange | SAP Utilities | Intercompany Data Exchange(IS-U-IDE) SAP IS

REE_IDE_SWITCH_MONITORING SAP ABAP Report - Monitoring of Switch Documents







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


Transaction Code(s):

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

ESWTMON01 - Monitoring of Switch Documents


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


INCLUDES used within this REPORT REE_IDE_SWITCH_MONITORING

INCLUDE REE_IDE_SWITCH_MONITORING_TOP.
INCLUDE REE_IDE_SWITCH_MONITORING_FORM.


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:

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.



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