I_LglCntntMLinkedObjTechType
LCM Linked Object Technical Types
I_LglCntntMLinkedObjTechType is a Basic CDS View that provides data about "LCM Linked Object Technical Types" in SAP S/4HANA. It reads from 1 data source (lcm_clobtechtype) and exposes 5 fields with key field LglCntntMLinkdObjTechType. Part of development package VDM_LCM_COMMON.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| lcm_clobtechtype | lcm_clobtechtype | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ILCMLINKOBJTECTY | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | LCM Linked Object Technical Types | 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 | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.representativeKey | LglCntntMLinkdObjTechType | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LglCntntMLinkdObjTechType | lglcntntmlinkdobjtechtype | ||
| LglCntntMLinkdObjTechCat | lglcntntmlinkdobjtechcat | |||
| LglCntntMSemanticObject | lglcntntmsemanticobject | |||
| LglCntntMSemanticObjectAttrib | lglcntntmsemanticobjectattrib | |||
| LglCntntMIntentAction | lglcntntmintentaction |
@AbapCatalog.sqlViewName: 'ILCMLINKOBJTECTY'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'LCM Linked Object Technical Types'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.representativeKey: 'LglCntntMLinkdObjTechType'
define view I_LglCntntMLinkedObjTechType
as select from lcm_clobtechtype
{
key lglcntntmlinkdobjtechtype as LglCntntMLinkdObjTechType,
lglcntntmlinkdobjtechcat as LglCntntMLinkdObjTechCat,
lglcntntmsemanticobject as LglCntntMSemanticObject,
lglcntntmsemanticobjectattrib as LglCntntMSemanticObjectAttrib,
lglcntntmintentaction as LglCntntMIntentAction
}
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