SAP Reports / Programs | Basis Components | Enterprise Service Infrastructure | Service Implementation Workbench(BC-ESI-SIW) SAP BC

SIW_MONITOR SAP ABAP Report - SIW Monitor







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 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 SIW_MONITOR 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

SIW_MONITOR - SIW Monitor


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





Text Symbol: EMP = Highlighted
Text Symbol: F00 = Job Options
Text Symbol: I00 = Information
Text Symbol: O01 = Function
Text Symbol: O04 = Project ID
Text Symbol: O05 = Project Status
Text Symbol: O06 = Service State
Text Symbol: O07 = Open Todo's
Text Symbol: O08 = Configuration ID
Text Symbol: O09 = CreatnType
Text Symbol: O11 = Namespace
Text Symbol: O12 = Service
Text Symbol: O13 = Operation
Text Symbol: O14 = Business Object Name
Text Symbol: O15 = Unittest Result
Text Symbol: O22 = With Unit Test
Text Symbol: O24 = Send Email
Text Symbol: O25 = Impl. Status
Text Symbol: O26 = Object Status (Deep Check)
Text Symbol: O27 = Print Log Messages of Type
Text Symbol: PT1 = Change Software Component Version
Text Symbol: PT2 = Copy / Migrate Projects
Text Symbol: PT3 = Refresh Proxy?
Text Symbol: PT4 = Update Signature from API
Text Symbol: PT5 = Warning: If any API changes occured this can cause backward incompatibilities in the web service. Do you want to continue?
Text Symbol: Q00 = Selected report variant: &1


INCLUDES used within this REPORT SIW_MONITOR

SIW_MONITOR_EXECUTE_CHECK_IF01.
INCLUDE SIW_MONITOR_WRITE_TO_SPOOLF01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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