I_LCMEntityTypeText

DDL: I_LCMENTITYTYPETEXT SQL: ILCMENTITYTYPET Type: view BASIC Package: VDM_LCM_COMMON

Text view for LCM Entity Type

I_LCMEntityTypeText is a Basic CDS View that provides data about "Text view for LCM Entity Type" in SAP S/4HANA. It reads from 1 data source (lcm_centtypet) and exposes 2 fields with key fields LglCntntMEntityType, Language. Part of development package VDM_LCM_COMMON.

Data Sources (1)

SourceAliasJoin Type
lcm_centtypet lcm_centtypet from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ILCMENTITYTYPET view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Text view for LCM Entity Type view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey LglCntntMEntityType view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMEntityType lglcntntmentitytype Entity Type
KEY Language language Report Text Language

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 I_LCMEntityTypeText.
-- 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.
-- SQL view name: ILCMENTITYTYPET

CREATE VIEW I_LCMEntityTypeText AS
SELECT
  LglCntntMEntityType,
  Language
FROM lcm_centtypet
;