The CMSALOGT table in SAP ERP or S/4HANA stores CMS Action Log data. There are total 19 fields in CMSALOGT table. The CMS Action Log 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 CMSALOGT table. It is in Change Management Server (SCMA) ABAP package and is part of the Transport Management System (BC-CTS-TMS) module.
SAP CMSALOGT Table Fields
Following is the list of fields that are available in SAP CMSALOGT table. The primary key fields of the table are ID (CMS: ALOG ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| ID | CMS: ALOG ID | CMSALOGID | NUMC (10) | |
| SERVICE | CMS: Service (Package, Class) | CMSASERVICE | CHAR (60) | |
| COMMAND | CMS Method | CMSACOMMAND | CHAR (30) | |
| ERROR | CMS Error | CMSAERROR | CHAR (80) | |
| SEVERITY | CMS Severity | CMSASEVERITY | CHAR (1) | |
| SPRAS | Language Key | SYLANGU | LANG (1) | |
| TEXT | CMS: Error Text | CMSATEXT | CHAR (132) | |
| METHODPTR | CMS Alert Pointer | CMSALERTPTR | CHAR (60) | |
| MSGID | Message Class | SYMSGID | * | CHAR (20) |
| MSGTY | Message Type | SYMSGTY | CHAR (1) | |
| MSGNO | Message Number | SYMSGNO | NUMC (3) | |
| MSGV1 | Message Variable | SYMSGV | CHAR (50) | |
| MSGV2 | Message Variable | SYMSGV | CHAR (50) | |
| MSGV3 | Message Variable | SYMSGV | CHAR (50) | |
| MSGV4 | Message Variable | SYMSGV | CHAR (50) | |
| CLIENT | Client ID | SYMANDT | * | CLNT (3) |
| CURTIME | Field of type TIMS | TIMS | TIMS (6) | |
| CURDATE | Field of type DATS | DATS | DATS (8) | |
| CURUSER | User Name | SYUNAME | CHAR (12) |


