I_LCMLinkedObjectTypeText
Text View for LCM Linked Object Type
I_LCMLinkedObjectTypeText is a Basic CDS View that provides data about "Text View for LCM Linked Object Type" in SAP S/4HANA. It reads from 1 data source (lcm_clobtypet) and exposes 2 fields with key fields LglCntntMLinkdObjType, Language. Part of development package VDM_LCM_COMMON.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| lcm_clobtypet | lcm_clobtypet | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ILCMLINKOBJTYPET | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Text View for LCM Linked Object 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 | LglCntntMLinkdObjType | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| Search.searchable | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LglCntntMLinkdObjType | lglcntntmlinkdobjtype | ||
| KEY | Language | language |
@AbapCatalog.sqlViewName: 'ILCMLINKOBJTYPET'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Text View for LCM Linked Object Type'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'LglCntntMLinkdObjType'
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Search.searchable: true
define view I_LCMLinkedObjectTypeText
as select from lcm_clobtypet
{
key lglcntntmlinkdobjtype as LglCntntMLinkdObjType,
@Semantics.language: true
key language as Language,
@Semantics.text: true -- identifies the text field
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@Search.fuzzinessThreshold: 0.8
lcm_clobtypet.lglcntntmlinkdobjtypename as LglCntntMLinkdObjTypeName
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA