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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SPI_MONITOR_TEST_APPLICATION - PMI: Generate Test data for a Monitoring Process SPI_MONITOR_TEST_APPLICATION - PMI: Generate Test data for a Monitoring Process SPI_MONITOR_ALE_TEST_NEW - PMI: Test Program for the Configuration Service (ALE) SPI_MONITOR_ALE_TEST_NEW - PMI: Test Program for the Configuration Service (ALE) SPI_META_SET_CONDITION - PMI: Setting (Long) Signature Conditions SPI_META_SET_CONDITION - PMI: Setting (Long) Signature Conditions