The ATO_INST_KEY_LOG table in SAP ERP or S/4HANA stores ATO: Prefix Installation Log data. There are total 10 fields in ATO_INST_KEY_LOG table. The ATO: Prefix Installation 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 ATO_INST_KEY_LOG table. It is in ATO Namespace Registration and Handling (S_ATO_NAMESPACE_HANDLING) ABAP package and is part of the Manage and Import Software Collections (BC-SRV-APS-EXT-SL) module.
SAP ATO_INST_KEY_LOG Table Fields
Following is the list of fields that are available in SAP ATO_INST_KEY_LOG table. The primary key fields of the table are CLIENT (Client), PREFIX (Namespace), CREATED_AT (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| PREFIX | Namespace | NAMESPACE | CHAR (10) | |
| CREATED_AT | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) | |
| ACTION | ATO: Prefix Installation Action | ATO_PREFIX_INSTALLATION_ACTION | CHAR (1) | |
| TENANT_URL | CLMS: Tenant URL | CLMS_TENANT_URL | CHAR (255) | |
| IS_CHANGE_ITEMS_ALLOWED | Truth Value: True/False | ABAP_BOOLEAN | CHAR (1) | |
| IS_CREATE_ITEMS_ALLOWED | Truth Value: True/False | ABAP_BOOLEAN | CHAR (1) | |
| IS_TRANSPORT_ALLOWED | Truth Value: True/False | ABAP_BOOLEAN | CHAR (1) | |
| KEY_VERSION | 4 Byte Signed Integer | INT4 | INT4 (10) | |
| CREATED_BY | Last Changed By | AS4USER | CHAR (12) |


