| Column | Field | Description | SQL Type | Length | Decimals | Relation | Default Value | Constraints | SQL Create Statement |
---|
| 1 | DISPLAY_ID | ID for 'Display Load' - overall result of 'ABAP Check Layer' | varbinary | 16 | 0 | | | | |
| 2 | VERSION | Version of result display | char | 1 | 0 | | | | Allow NULL? |
| 3 | CLIENT | Client name as pure data without special meaning | nvarchar | 3 | 0 | | | | Allow NULL? |
| 4 | TITLE | Title of check run | nvarchar | 70 | 0 | | | | Allow NULL? |
| 5 | COUNT_PRIO1 | Total of findings with priority 1 (Severe Error) | int | 10 | 0 | | | | Allow NULL? |
| 6 | COUNT_PRIO2 | Total of findings with priority 2 (Error) | int | 10 | 0 | | | | Allow NULL? |
| 7 | COUNT_PRIO3 | Total of findings with priority 3 (Warning) | int | 10 | 0 | | | | Allow NULL? |
| 8 | COUNT_PRIO4 | Total of findings with priority 4 (Note) | int | 10 | 0 | | | | Allow NULL? |
| 9 | COUNT_PLNERR | Total of tool failures | int | 10 | 0 | | | | Allow NULL? |
| 10 | SCHEDULED_SYS | Name of SAP System | nvarchar | 8 | 0 | | | | Allow NULL? |
| 11 | SCHEDULED_CLT | Client name as pure data without special meaning | nvarchar | 3 | 0 | | | | Allow NULL? |
| 12 | SCHEDULED_BY | Created by | nvarchar | 12 | 0 | | | | Allow NULL? |
| 13 | SCHEDULED_ON_TS | Created on .. timestamp | decimal | 15 | 0 | | | | |
| 14 | PROJ_ID | Project ID | varbinary | 16 | 0 | | | | |
| 15 | EXEC_ID | Project execution ID | varbinary | 16 | 0 | | | | |
| 16 | VALID_TO | Expires on .. timestamp | decimal | 15 | 0 | | | | |
| 17 | KIND | Kind of result - 'Aspect' vs 'Module' | char | 1 | 0 | | | | Allow NULL? |
| 18 | IS_COMPLETE | Result is complete and can be displayed | char | 1 | 0 | | | | Allow NULL? |
| 19 | IS_TRANSIENT | Transient result (not visible in result browser) | char | 1 | 0 | | | | Allow NULL? |
| 20 | IS_MASS_TEST | Is mass check or result of mass check run | char | 1 | 0 | | | | Allow NULL? |
| 21 | IS_CENTRAL_RUN | "Central Result" visible to everybody | char | 1 | 0 | | | | Allow NULL? |
| 22 | IS_COMPOSITE | Result is composite - merged from other results | char | 1 | 0 | | | | Allow NULL? |
| 23 | IS_REWORKED | Result has been modified by ATC tooling | char | 1 | 0 | | | | Allow NULL? |
| 24 | IS_IMPORTED | Is imported result / finding | char | 1 | 0 | | | | Allow NULL? |
| 25 | CHK_PROFILE_NAME | Name of check variant used by check run | nvarchar | 30 | 0 | | | | Allow NULL? |
| 26 | RUN_SERIES_NAME | Name of "Run Series" | nvarchar | 16 | 0 | | | | Allow NULL? |
| 27 | BACK_PACK | Serialized data | image | 2147483647 | 0 | | | | |
| 28 | MODE_FNDNG_XMPTD_IN_CODE | Consideration of Pseudo Comments/Pragmas | nvarchar | 2 | 0 | | | | Allow NULL? |
| 29 | XMPT_UPDATED_ON_TS | Exemption state updated on .. timestamp | decimal | 15 | 0 | | | | |