ATO_XC_ITEM
ATO Multitenant Key User Adaptation Items
ATO_XC_ITEM is an SAP database table in S/4HANA. ATO Multitenant Key User Adaptation Items. It contains 14 fields. 6 CDS views read from this table.
CDS Views using this table (6)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| ATOV_COL_V_XC_COUNT_CHANGE | view | from | Count changes in collection version | |
| ATOV_COL_XC_ITEM_BASE_LATEST | view | inner | Collection version latest items base | |
| atov_ppl_merge_changes_base | view_entity | from | ATO - PPL Merge Changes Base | |
| ATOV_U_ITEM_BASE | view | union_all | All items / base view | |
| ATOV_U_ITEM_KEY | view | union_all | All item key | |
| ATOV_U_ITEM_VERSION | view | union_all | All item versions |
Fields (14)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | abap.clnt | ||||
| KEY | item_type | ATO_ITEM_TYPE | Item Type | |||
| KEY | item_id | ATO_ITEM_ID | Item ID | |||
| prefix | NAMESPACE | Namespace | ||||
| prefix_short | NAMESPACE | Namespace | ||||
| item_description | ATO_ITEM_DESCRIPTION | Item Description | ||||
| item_status | ATO_ITEM_STATUS | Item Status | ||||
| changereason | ATO_XC_CHANGEREASON | ChangeReason | ||||
| last_notification | TIMESTAMP | Time Stamp | ||||
| last_notification_by | AS4USER | Last Changed By | ||||
| collection_id | ATO_COLLECTION_ID | Collection ID | ||||
| assign_collection_version | ATO_COLLECTION_VERSION | Collection Version | ||||
| assigned_by | AS4USER | Last Changed By | ||||
| assigned_at | TIMESTAMP | Time Stamp |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- ATO Multitenant Key User Adaptation Items
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ATO_XC_ITEM (
CLIENT, -- abap.clnt
ITEM_TYPE, -- Item Type [ATO_ITEM_TYPE]
ITEM_ID, -- Item ID [ATO_ITEM_ID]
PREFIX, -- Namespace [NAMESPACE]
PREFIX_SHORT, -- Namespace [NAMESPACE]
ITEM_DESCRIPTION, -- Item Description [ATO_ITEM_DESCRIPTION]
ITEM_STATUS, -- Item Status [ATO_ITEM_STATUS]
CHANGEREASON, -- ChangeReason [ATO_XC_CHANGEREASON]
LAST_NOTIFICATION, -- Time Stamp [TIMESTAMP]
LAST_NOTIFICATION_BY, -- Last Changed By [AS4USER]
COLLECTION_ID, -- Collection ID [ATO_COLLECTION_ID]
ASSIGN_COLLECTION_VERSION, -- Collection Version [ATO_COLLECTION_VERSION]
ASSIGNED_BY, -- Last Changed By [AS4USER]
ASSIGNED_AT, -- Time Stamp [TIMESTAMP]
PRIMARY KEY (CLIENT, ITEM_TYPE, ITEM_ID)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA