/AIF/ICD_DATA
Application Interface Content (AIFC)
/AIF/ICD_DATA is an SAP database table in S/4HANA. Application Interface Content (AIFC). It contains 13 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| /AIF/LANG_VRS_OBJ_EDIT_AIFC | view_entity | from | AIFC: ABAP Lang. Vers. of Edited Objects |
Fields (13)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | depl_scenario | /AIF/DEPLOYMENT_SCENARIO_ID | Scenario ID | |||
| KEY | ns | /AIF/NS | Namespace | |||
| KEY | ifname | /AIF/IFNAME | Interface Name | |||
| KEY | ifver2 | /AIF/IFVERS_SHORT | Interface Version | |||
| ifver | /AIF/IFVERSION | Interface Version | ||||
| create_utc | TIMESTAMP | Time Stamp | ||||
| last_utc | TIMESTAMP | Time Stamp | ||||
| create_user | /AIF/CREATE_USER | Create User | ||||
| last_user | /AIF/LAST_USER | Last User | ||||
| blob | /AIF/S4_DATA_BLOB | AIF Content BLOB | ||||
| delete_if | FLAG | Indicator | ||||
| abap_language_version | ABAP_LANGUAGE_VERSION | Language Version | ||||
| migration_status | ILM_MIGRATION_STATUS | Migration Status |
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.
-- Application Interface Content (AIFC)
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /AIF/ICD_DATA (
DEPL_SCENARIO, -- Scenario ID [/AIF/DEPLOYMENT_SCENARIO_ID]
NS, -- Namespace [/AIF/NS]
IFNAME, -- Interface Name [/AIF/IFNAME]
IFVER2, -- Interface Version [/AIF/IFVERS_SHORT]
IFVER, -- Interface Version [/AIF/IFVERSION]
CREATE_UTC, -- Time Stamp [TIMESTAMP]
LAST_UTC, -- Time Stamp [TIMESTAMP]
CREATE_USER, -- Create User [/AIF/CREATE_USER]
LAST_USER, -- Last User [/AIF/LAST_USER]
BLOB, -- AIF Content BLOB [/AIF/S4_DATA_BLOB]
DELETE_IF, -- Indicator [FLAG]
ABAP_LANGUAGE_VERSION, -- Language Version [ABAP_LANGUAGE_VERSION]
MIGRATION_STATUS, -- Migration Status [ILM_MIGRATION_STATUS]
PRIMARY KEY (DEPL_SCENARIO, NS, IFNAME, IFVER2)
);
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