ESH_CU_TERMMAP
Term Mapping
ESH_CU_TERMMAP is an SAP database table in S/4HANA. Term Mapping. It contains 14 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| ESH_CU_V_TERMMAP | view_entity | from | Term Mapping: View |
Fields (14)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | abap_package | DEVCLASS | Package | |||
| KEY | mapping_id | ESH_E_CU_TM_MAPPINGID | Mapping ID | |||
| list_id | ESH_E_CU_TM_LISTID | List ID | ||||
| language_code | ESH_E_CU_LANGUAGEISO | Language Code | ||||
| term_1 | ESH_E_CU_TM_TERM1 | Entry Term | ||||
| term_2 | ESH_E_CU_TM_TERM2 | Mapped Term | ||||
| weight | ESH_E_CU_TM_WEIGHT | Mapping Weight | ||||
| source | ESH_E_CU_TM_SOURCE | Source | ||||
| modified_by | ESH_E_CU_MODBY | Modified by | ||||
| modified_at | ESH_E_CU_MODAT | Modified at | ||||
| part_of_speech_1 | ESH_E_CU_PARTOFSPEECH | Part of Speech | ||||
| part_of_speech_2 | ESH_E_CU_PARTOFSPEECH | Part of Speech | ||||
| relation_type | ESH_E_CU_TERMRELTYPE | Relation Type |
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.
-- Term Mapping
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ESH_CU_TERMMAP (
MANDT, -- Client [MANDT]
ABAP_PACKAGE, -- Package [DEVCLASS]
MAPPING_ID, -- Mapping ID [ESH_E_CU_TM_MAPPINGID]
LIST_ID, -- List ID [ESH_E_CU_TM_LISTID]
LANGUAGE_CODE, -- Language Code [ESH_E_CU_LANGUAGEISO]
TERM_1, -- Entry Term [ESH_E_CU_TM_TERM1]
TERM_2, -- Mapped Term [ESH_E_CU_TM_TERM2]
WEIGHT, -- Mapping Weight [ESH_E_CU_TM_WEIGHT]
SOURCE, -- Source [ESH_E_CU_TM_SOURCE]
MODIFIED_BY, -- Modified by [ESH_E_CU_MODBY]
MODIFIED_AT, -- Modified at [ESH_E_CU_MODAT]
PART_OF_SPEECH_1, -- Part of Speech [ESH_E_CU_PARTOFSPEECH]
PART_OF_SPEECH_2, -- Part of Speech [ESH_E_CU_PARTOFSPEECH]
RELATION_TYPE, -- Relation Type [ESH_E_CU_TERMRELTYPE]
PRIMARY KEY (MANDT, ABAP_PACKAGE, MAPPING_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