SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Process Monitoring Infrastructure(BC-SRV-PMI) SAP BC

SPI_MONITOR_TEST_APPLICATION SAP ABAP Report - PMI: Generate Test data for a Monitoring Process







SPI_MONITOR_TEST_APPLICATION 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_MONITOR_TEST_APPLICATION 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_MONITOR_TEST_APPLICATION. "Basic submit
SUBMIT SPI_MONITOR_TEST_APPLICATION AND RETURN. "Return to original report after report execution complete
SUBMIT SPI_MONITOR_TEST_APPLICATION 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: Generate Test data for a Monitoring Process
Text Symbol: 001 = Process Selection
Text Symbol: 002 = Process
Text Symbol: 101 = Options
Text Symbol: 102 = Number of Instances
Text Symbol: 103 = Create Instances for Start Step
Text Symbol: 104 = Block Size
Text Symbol: 105 = Number of Repetitions of End Step


INCLUDES used within this REPORT SPI_MONITOR_TEST_APPLICATION

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:

SPI_AGENT_GENERAL_BULK CALL FUNCTION 'SPI_AGENT_GENERAL_BULK' DESTINATION l_destination EXPORTING it_agent_data = lt_agent_data EXCEPTIONS communication_failure = 01 system_failure = 02 OTHERS = 99.

SPI_AGENT_GENERAL CALL FUNCTION 'SPI_AGENT_GENERAL' DESTINATION l_destination EXPORTING ip_agent_id = -agent_id it_tracking_data = -tracking_data ip_forced_finish = -forced_finish ip_led_status = -led_status EXCEPTIONS communication_failure = 01 system_failure = 02 OTHERS = 99.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'P_ACT_ST' values = gt_vrm_value EXCEPTIONS id_illegal_name = 1 OTHERS = 2.



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