The CTS_AIM_TRACE table in SAP ERP or S/4HANA stores Header Table – AIM trace results data. There are total 8 fields in CTS_AIM_TRACE table. The Header Table – AIM trace results table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CTS_AIM_TRACE table. It is in CTS: Transport Services (SCTS_EXE) ABAP package and is part of the Transport Organizer (BC-CTS-ORG) module.
SAP CTS_AIM_TRACE Table Fields
Following is the list of fields that are available in SAP CTS_AIM_TRACE table. The primary key fields of the table are TIMESTAMP (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| TIMESTAMP | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | DEC (21) | |
| TIMESTART | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | DEC (21) | |
| TRKORR | Request/Task | TRKORR | * | CHAR (20) |
| AIM_NAME | Function name | FUNCNAME | * | CHAR (30) |
| SID | Name of SAP System | SYSYSID | CHAR (8) | |
| TRACE_ID | 16 Byte UUID in 22 Characters (Usually Base64 Encoded) | SYSUUID_C22 | CHAR (22) | |
| XPRA_NAME | ABAP Program Name | PROGNAME | CHAR (40) | |
| EPP_ROOT_ID | Root Context ID of Extended Passport (EPP) | EPP_ROOT_CONTEXT_ID | CHAR (32) |


