SAP ABAP Function Module RSDRT_TEST_RESULT_WRITE (writes results of a test run in the test result Infocube)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSDD_DBA (Package) Data Manager: Write InfoCube,...
Basic Data
Function Module RSDRT_TEST_RESULT_WRITE writes results of a test run in the test result Infocube  
Function Group RSDRT   Generate Test Data for InfoCubes  
Program Name SAPLRSDRT    
INCLUDE Name LRSDRTU07    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_SUBRC TYPE I 0 = successfully written> 0 Exc. when writing,> 100 RFC problem
Exporting E_MESSAGE TYPE SYMSGV Message from RFC communication
Importing I_TEST_NAME TYPE RSDRT_TESTRESULT-EB_TSTNAM Test name
Importing I_TEST_INFOPROV TYPE RSDRT_TESTRESULT-EB_IPROV SPACE InfoProvider
Importing I_TEST_STATUS TYPE RSDRT_TESTRESULT-EB_TSTSTA 0 Status (0 = routine test, 1 = spontaneous test, 2 = ignore test)
Importing I_TEST_DURATION TYPE RSDRT_TESTRESULT-EB_SRVTIM Duration of the test run (in ms)
Importing I_NUMBER_OF_TESTS TYPE I Number of single tests in the test run
Importing I_TESTS_GREEN TYPE I Number of successful single tests
Importing I_TESTS_RED TYPE I Number of failed single tests
Importing I_TESTS_FATAL TYPE I fatal error (for example, inconsistencies)
Importing I_INFOCUBE_RESULTS TYPE RSINFOPROV 'AS_TESTS' Infocube for results
Importing I_RFC_DESTINATION TYPE RFCDEST 'Q99CLNT000' RFC destination for the system with result Infocube
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20050720 
SAP Release Created in 400