TRACE_SESSION - Keeps an informaton for the trace sessions
Keeps an informaton for the trace sessions information is stored in SAP table TRACE_SESSION.
It is part of development package SEC_TRACE in software component BC-SEC-LGN-SML. This development package consists of objects that can be grouped under "Generic functionality for security tracing".
It is part of development package SEC_TRACE in software component BC-SEC-LGN-SML. This development package consists of objects that can be grouped under "Generic functionality for security tracing".
Fields for table TRACE_SESSION
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| CLIENT | Client | X | MANDT | CLNT | 3 | * |
| SESSION_ID | 64-bit integer | X | SEC_INTEGER64 | DEC | 11 | |
| CATEGORY | Category of a security trace | TRACE_CATEGORY | INT1 | 1 | ||
| NAME | Name of the trace session | CHAR | 30 | |||
| SEVERITY | Severity of a trace session or trace message | TRACE_SEVERITY | INT1 | 1 | ||
| STATUS | Trace session status | TRACE_SESSION_STATUS | INT1 | 1 | ||
| STARTED | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | DEC | 11 | ||
| STOPPED | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | DEC | 11 | ||
| MAX_MSG_CNT | Maximum number of messages per session | INT4 | 4 | |||
| MSG_CNT | Number of all messages in this trace session | INT4 | 4 | |||
| ERROR_MSG_CNT | Number of error messages in this trace session | INT4 | 4 | |||
| INFO_DBG_MSG_CNT | Number of info or debug messages in this trace session | INT4 | 4 |