EIT_EXP_FILE
Extensibility Template: Export Template Content
EIT_EXP_FILE is an SAP database table in S/4HANA. Extensibility Template: Export Template Content. It contains 4 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| EITV_EXP_FILES | view | inner | Template Export Files | |
| EITV_EXP_FILES_DOWNLOAD | view | from | Template export file download | |
| EITV_EXP_FILES_ITEM | view | from | Template Export File Items |
Fields (4)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | template_id | ATO_COLLECTION_ID | Collection ID | |||
| KEY | template_version | ATO_COLLECTION_VERSION | Collection Version | |||
| file_name | EIT_FILE_NAME | File Name | ||||
| content | EIT_TEMPLATE_CONTENT | Template Content |
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.
-- Extensibility Template: Export Template Content
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE EIT_EXP_FILE (
TEMPLATE_ID, -- Collection ID [ATO_COLLECTION_ID]
TEMPLATE_VERSION, -- Collection Version [ATO_COLLECTION_VERSION]
FILE_NAME, -- File Name [EIT_FILE_NAME]
CONTENT, -- Template Content [EIT_TEMPLATE_CONTENT]
PRIMARY KEY (TEMPLATE_ID, TEMPLATE_VERSION)
);
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