SPI_AGENT_TEST_02 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_AGENT_TEST_02 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: Test Program Segment Counter
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
IDOC_READ_COMPLETELY CALL FUNCTION 'IDOC_READ_COMPLETELY' EXPORTING document_number = l_docnum IMPORTING IDOC_CONTROL = ls_control_record * NUMBER_OF_DATA_RECORDS = * NUMBER_OF_STATUS_RECORDS = TABLES * INT_EDIDS = INT_EDIDD = lt_data_record EXCEPTIONS DOCUMENT_NOT_EXIST = 1 DOCUMENT_NUMBER_INVALID = 2 OTHERS = 3 .
SPI_AGENT_IDOC_CREATE CALL FUNCTION 'SPI_AGENT_IDOC_CREATE' EXPORTING is_control_record = ls_control_record it_data_record = lt_data_record * IS_APPL_OBJ = .
SPI_AGENT_IDOC_PROCESS CALL FUNCTION 'SPI_AGENT_IDOC_PROCESS' EXPORTING is_control_record = ls_control_record it_data_record = lt_data_record * IS_APPL_OBJ = .
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_AGENT_TEST_02 - Test Program Segment Counter SPI_AGENT_TEST_02 - Test Program Segment Counter SPI_AGENT_TEST_01 - Test Environment for Calling ALE Agents SPI_AGENT_TEST_01 - Test Environment for Calling ALE Agents SPI_AGENT_GENERAL_TEST - PMI: Test Global RFC and Web Service Agents SPI_AGENT_GENERAL_TEST - PMI: Test Global RFC and Web Service Agents