E_LstMiRoute

DDL: E_LSTMIROUTE Type: view_entity EXTENSION

LMD Route - Extension

E_LstMiRoute is a Extension CDS View that provides data about "LMD Route - Extension" in SAP S/4HANA. It reads from 1 data source (lmd_com_routes) and exposes 1 field with key field LastMileRouteUUID.

Data Sources (1)

SourceAliasJoin Type
lmd_com_routes Persistence from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label LMD Route - Extension view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #EXTENSION view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY LastMileRouteUUID lmd_com_routes route_uuid Route UUID

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view E_LstMiRoute.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW E_LstMiRoute AS
SELECT
  Persistence.route_uuid AS LastMileRouteUUID
FROM lmd_com_routes AS Persistence
;