ATOV_ITEM_VER_MAX
Latest Item version
ATOV_ITEM_VER_MAX is a CDS View in S/4HANA. Latest Item version. It contains 7 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| ATOV_U_ITEM_BASE | view | from | All items / base view | |
| ATOV_U_ITEM_BASE_S | view | from | All items / small base view | |
| ATOV_U_ITEM_DESCRIPTION | view | from | All items with latest description |
Fields (7)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | item_id | item_id | 3 |
| KEY | item_type | item_type | 3 |
| changed_at | changed_at | 3 | |
| changed_by | changed_by | 2 | |
| item_description | item_description | 2 | |
| item_status | change_operation | 2 | |
| original_system_type | original_system_type | 1 |
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.
-- Latest Item version
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ATOV_ITEM_VER_MAX (
ITEM_ID,
ITEM_TYPE,
CHANGED_AT,
CHANGED_BY,
ITEM_DESCRIPTION,
ITEM_STATUS,
ORIGINAL_SYSTEM_TYPE,
PRIMARY KEY (ITEM_ID, ITEM_TYPE)
);
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