SIW_MONITOR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report either to find one or more Service Implementation Workbench projects in order to work on them, or to check the
If you would like to execute this report or see the full code listing simply enter SIW_MONITOR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SIW_MONITOR - SIW Monitor
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: P_EMAIL = D .
Selection Text: P_ERRML = D .
Selection Text: P_MSG_E = E
Selection Text: P_MSG_I = I
Selection Text: P_MSG_S = S
Selection Text: P_MSG_W = W
Selection Text: P_UNIT = D .
Selection Text: SO_CID1 = D .
Selection Text: SO_CID2 = D .
Selection Text: SO_CID3 = D .
Selection Text: SO_CONF = D .
Selection Text: SO_CVAL1 = D .
Selection Text: SO_CVAL2 = D .
Selection Text: SO_CVAL3 = D .
Selection Text: SO_EMAIL = D .
Selection Text: SO_LEVEL = D .
Selection Text: SO_NS = D .
Selection Text: SO_OP = D .
Selection Text: SO_PIEID = D .
Selection Text: SO_PIENA = D .
Selection Text: SO_PROJ = D .
Selection Text: SO_SRV = D .
Title: SIW Monitor
Text Symbol: W01 = Warning
Text Symbol: W00 = No selection screen variant has been chosen
Text Symbol: T02 = Context Value
Text Symbol: T01 = Context ID
Text Symbol: S00 = Success
Text Symbol: Q50 = Job &1 scheduled
Text Symbol: Q11 = Change Job(s) (&1)
Text Symbol: Q10 = Create Job
Text Symbol: Q01 = No variant selected; select or save new
Text Symbol: 001 = Find Projects by Project Attributes
Text Symbol: 002 = Find Projects by Individual Objects
Text Symbol: 004 = Check Projects in Batch Mode
Text Symbol: 005 = SIW Monitor: Project Check Results
Text Symbol: C01 = Project Context Data
Text Symbol: E00 = Error
SIW_MONITOR_EXECUTE_CHECK_IF01.
INCLUDE SIW_MONITOR_WRITE_TO_SPOOLF01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.