AUM_RESULTS - Results of ABAP Unit test runs (successful, failed, etc.)
Results of ABAP Unit test runs (successful, failed, etc.) information is stored in SAP table AUM_RESULTS.
It is part of development package SABP_UNIT_METRICS in software component BC-DWB-TOO-UT. This development package consists of objects that can be grouped under "ABAP Unit Results".
It is part of development package SABP_UNIT_METRICS in software component BC-DWB-TOO-UT. This development package consists of objects that can be grouped under "ABAP Unit Results".
Fields for table AUM_RESULTS
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
CLIENT | X | CLNT | 6 | |||
RUN_ID | Id for ABAP Unit Metrics | X | AUM_ID | RAW | 16 | |
CONTAINER | Name of class pool, function group or report | X | AUM_TEST_CONTAINER_NAME | CHAR | 80 | |
TESTCLASS | X | CHAR | 60 | |||
TESTMETHOD | X | CHAR | 60 | |||
PASS | Data Driven Tests: ID per data set | X | AUM_PASS | CHAR | 60 | |
STATUS | CHAR | 20 | ||||
SERVER | ABAP System Field: Name of Current Application Server | SYST_HOST | CHAR | 64 | ||
COUNTER_ASSERT | Counter for asserts, etc. | AUM_COUNTER | INT4 | 4 |