SAP ATO_CHANGEL_ITEM Items in an ATO Changelist Table
Overview
ATO_CHANGEL_ITEM is a standard SAP S/4HANA table that stores Items in an ATO Changelist data. There are total 8 fields in the ATO_CHANGEL_ITEM table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table ATO_CHANGEL_ITEM belongs to Manage and Import Software Collections (BC-SRV-APS-EXT-SL) module and is located in the package Collection based core functions - internal use w/o transl. (S_ATO_COL_CORE).
In addition, following links provide an overview of foreign key relationships, if any, that link ATO_CHANGEL_ITEM to other SAP tables and standard CDS views available based on ATO_CHANGEL_ITEM table in S/4HANA 2020.
Techincal Settings of ATO_CHANGEL_ITEM
Below are technical details of the table ATO_CHANGEL_ITEM
- Buffering not allowed
- No buffering
- Storage type is Column Store
List of ATO_CHANGEL_ITEM Fields
The following table gives you an overview of the fields available in ATO_CHANGEL_ITEM
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| CHANGELIST_ID | 4 Byte Signed Integer | INT4 | ATO_CHANGELISTS | INT4 | 10 |
| ITEM_COUNTER | 4 Byte Signed Integer | INT4 | INT4 | 10 | |
| ITEM_ID | ATO Item ID | ATO_ITEM_ID | CHAR | 60 | |
| ITEM_LIFECYCLE_ACTION | lifecycle action of an ATO item | ATO_ITEM_LIFECYCLE_ACTION | CHAR | 1 | |
| ITEM_DESCRIPTION | Description of an adaptation Item | ATO_ITEM_DESCRIPTION | CHAR | 127 | |
| ITEM_IMPORT_STATUS | Status of ATO Items | ATO_ITEM_IMPORT_STATUS | CHAR | 1 | |
| ITEM_LAST_NOTIFICATION | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC | 15 | |
| ITEM_LAST_NOTIFICATION_BY | User name | ATO_USER_DESCRIPTION | CHAR | 80 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for ATO_CHANGEL_ITEM
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| ATO_CHANGEL_ITEM | CHANGELIST_ID | 1: CN | ATO_CHANGELISTS |