The Function Module RSDRT_TEST_RESULT_WRITE (schreibt Ergebnisse eines Testlaufs in den Testergebnis Infocube) is a standard Function Module in SAP ERP and is part of the function group RSDRC within the package RSDD.
Function Module | RSDRT_TEST_RESULT_WRITE |
Short Text | schreibt Ergebnisse eines Testlaufs in den Testergebnis Infocube |
Function Group | RSDRC |
Package | RSDD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_INFOCUBE_RESULTS | TYPE | RSINFOPROV | 'AS_TESTS' | Infocube für Ergbenisse |
I_NUMBER_OF_TESTS | TYPE | I | Anzahl von Einzeltests im Testlauf | |
I_RFC_DESTINATION | TYPE | RFCDEST | 'Q12CLNT003' | RFC Destination für System mit Ergebnis-Infocube |
I_TESTS_FATAL | TYPE | I | fatale Fehler (z.B. Inkonsistenzen) | |
I_TESTS_GREEN | TYPE | I | Anzahl erfolgreicher Einzeltests | |
I_TESTS_RED | TYPE | I | Anzahl fehlgeschlagener Einzeltests | |
I_TEST_DURATION | TYPE | RSDRT_TESTRESULT-EB_SRVTIM | Dauer des Testlaufs (in ms) | |
I_TEST_INFOPROV | TYPE | RSDRT_TESTRESULT-EB_IPROV | SPACE | InfoProvider |
I_TEST_NAME | TYPE | RSDRT_TESTRESULT-EB_TSTNAM | Test name | |
I_TEST_STATUS | TYPE | RSDRT_TESTRESULT-EB_TSTSTA | 0 | Status (0-Routinetest, 1-spontaner Test, 2-ignoriere Test) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_MESSAGE | TYPE | SYMSGV | Nachricht aus RFC Kommunikation | |
E_SUBRC | TYPE | I | 0 - erfolgreich geschrieben, >0 Exc. beim Schreiben, >100 RFC-Problem |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.