LMD_COM_TEXTS
Last Mile Distribution Texts
LMD_COM_TEXTS is an SAP database table in S/4HANA. Last Mile Distribution Texts. It contains 11 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_LastMileRouteText | view_entity | from | BASIC | Last Mile Route - Text |
Fields (11)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | abap.clnt | ||||
| KEY | text_uuid | LMD_ROUTE_TEXT_UUID | Route Text UUID | |||
| route_uuid | LMD_ROUTE_UUID | Route UUID | ||||
| parent_uuid | LMD_COM_PARENT_UUID | UUID | ||||
| ref_doc_type | LMD_COM_TXT_DOC_TYPE | Doc. Type for Text | ||||
| ref_document_id | LMD_COM_REF_DOC_ID | Ref. Document No. | ||||
| text_type | LMD_COM_TEXT_TYPE | Text Type | ||||
| language | SPRAS | Language | ||||
| origin_code | LMD_COM_ORIGIN_CODE | Origin | ||||
| text_content | LMD_COM_TEXT_CONTENT | Text Content | ||||
| eew_lmd_com_text | DUMMY | Dummy function in length 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.
-- Last Mile Distribution Texts
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE LMD_COM_TEXTS (
CLIENT, -- abap.clnt
TEXT_UUID, -- Route Text UUID [LMD_ROUTE_TEXT_UUID]
ROUTE_UUID, -- Route UUID [LMD_ROUTE_UUID]
PARENT_UUID, -- UUID [LMD_COM_PARENT_UUID]
REF_DOC_TYPE, -- Doc. Type for Text [LMD_COM_TXT_DOC_TYPE]
REF_DOCUMENT_ID, -- Ref. Document No. [LMD_COM_REF_DOC_ID]
TEXT_TYPE, -- Text Type [LMD_COM_TEXT_TYPE]
LANGUAGE, -- Language [SPRAS]
ORIGIN_CODE, -- Origin [LMD_COM_ORIGIN_CODE]
TEXT_CONTENT, -- Text Content [LMD_COM_TEXT_CONTENT]
EEW_LMD_COM_TEXT, -- Dummy function in length 1 [DUMMY]
PRIMARY KEY (CLIENT, TEXT_UUID)
);
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