SAP Reports / Programs

SPI_ALERT_TEST_CONFIGURATION SAP ABAP Report - PMI: Alerting Process Configuration







SPI_ALERT_TEST_CONFIGURATION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter SPI_ALERT_TEST_CONFIGURATION into the relevant SAP transactions such as SE38 or SE80


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 SPI_ALERT_TEST_CONFIGURATION. "Basic submit
SUBMIT SPI_ALERT_TEST_CONFIGURATION AND RETURN. "Return to original report after report execution complete
SUBMIT SPI_ALERT_TEST_CONFIGURATION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: PMI: Alerting Process Configuration
Text Symbol: 302 = Persist Duration of Runtime Data (Days)
Text Symbol: 303 = Wait Time Until Compression Starts (Days)
Text Symbol: 401 = Process Title
Text Symbol: 402 = Process Template
Text Symbol: 403 = Number of Steps in Branch X
Text Symbol: 404 = Branch Steps
Text Symbol: 405 = Optional Steps
Text Symbol: 501 = Deactivate Process
Text Symbol: 502 = Delete Process
Text Symbol: 503 = Display Log
Text Symbol: 504 = Generate Runtime Data
Text Symbol: 505 = Start Transport
Text Symbol: 506 = Start Assembler
Text Symbol: 507 = Evaluate Runtime Data
Text Symbol: 508 = Delete Runtime Data
Text Symbol: 509 = Generate UI Customizing
Text Symbol: B01 = Destinations
Text Symbol: B02 = Metrics
Text Symbol: B03 = Administration
Text Symbol: B04 = Process
Text Symbol: B05 = Options
Text Symbol: B06 = Process Enhancement
Text Symbol: 301 = Period of Scheduled Jobs (Minutes)
Text Symbol: 001 = Test Alerting
Text Symbol: 002 = Authorization
Text Symbol: 101 = Step Start
Text Symbol: 102 = Step Center of Branch A
Text Symbol: 103 = Step Center of Branch B
Text Symbol: 104 = Step End of Branch A
Text Symbol: 105 = Step End of Branch B
Text Symbol: 106 = Step Branch X
Text Symbol: 201 = Runtime - Step Start/End of Branch A (Seconds)
Text Symbol: 202 = Runtime - Step Start/Center of Branch B (Seconds)
Text Symbol: 203 = Runtime - Step Center/End of Branch B (Seconds)
Text Symbol: 204 = Field Value - Step Start
Text Symbol: 205 = Status - Step End of Branch B
Text Symbol: 206 = Counter Field Value Condition - Step Start





Text Symbol: 207 = All Counters Without Conditions
Text Symbol: 208 = Counter Status Condition - Step End of Branch B
Text Symbol: 209 = Counter Without Condition - Step End of Branch A
Text Symbol: 210 = Time Limit (Seconds)
Text Symbol: 211 = Runtime Start Step / End Branch X (Seconds)
Text Symbol: 212 = Runtime - Step X1 / End of Branch X (Seconds)
Text Symbol: 213 = Field Value - Step X1
Text Symbol: 214 = Status - Step for End of Branch X
Text Symbol: 215 = Termination Frequency (Number of Events)


INCLUDES used within this REPORT SPI_ALERT_TEST_CONFIGURATION

No INCLUDES are used within this REPORT code!


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