I_LCMContextObjectLinksTP
Transactional view for LCM Context Object Links
I_LCMContextObjectLinksTP is a Transactional CDS View that provides data about "Transactional view for LCM Context Object Links" in SAP S/4HANA. It reads from 1 data source (I_LCMContextObjectLinks) and exposes 8 fields with key field LglCntntMCntxtLinkObjUUID. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_LCMContextObjectLinks | I_LCMContextObjectLinks | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_LCMLinkedObjectType | _LCMLinkedObjectType | $projection.LglCntntMLinkdObjType = _LCMLinkedObjectType.LglCntntMLinkdObjType |
| [1..1] | E_LegalContextLinkedObject | _LegalContextLinkedObjectExtn | $projection.LglCntntMCntxtLinkObjUUID = _LegalContextLinkedObjectExtn.LglCntntMCntxtLinkObjUUID |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| EndUserText.label | Transactional view for LCM Context Object Links | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.representativeKey | LglCntntMCntxtLinkObjUUID | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LglCntntMCntxtLinkObjUUID | LglCntntMCntxtLinkObjUUID | ||
| LglCntntMContextUUID | LglCntntMContextUUID | |||
| LglCntntMLinkdObjType | LglCntntMLinkdObjType | |||
| LglCntntMIsMandatory | LglCntntMIsMandatory | |||
| LglCntntMIsIntegRelevant | LglCntntMIsIntegRelevant | |||
| _LglCntntMContext | _LglCntntMContext | |||
| _LCMContextTP | _LCMContextTP | |||
| _LCMLinkedObjectType | _LCMLinkedObjectType |
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #TRANSACTIONAL
@EndUserText.label: 'Transactional view for LCM Context Object Links'
@ObjectModel:{
usageType.dataClass: #TRANSACTIONAL,
usageType.serviceQuality: #A,
usageType.sizeCategory: #L,
representativeKey: 'LglCntntMCntxtLinkObjUUID',
semanticKey: [ 'LglCntntMLinkdObjType' ]
}
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
define view entity I_LCMContextObjectLinksTP
as select from I_LCMContextObjectLinks
association to parent I_LCMContextTP as _LCMContextTP on _LCMContextTP.LglCntntMContextUUID = $projection.LglCntntMContextUUID
// Text Association
association [0..1] to I_LCMLinkedObjectType as _LCMLinkedObjectType on $projection.LglCntntMLinkdObjType = _LCMLinkedObjectType.LglCntntMLinkdObjType
// Extension
association [1..1] to E_LegalContextLinkedObject as _LegalContextLinkedObjectExtn on $projection.LglCntntMCntxtLinkObjUUID = _LegalContextLinkedObjectExtn.LglCntntMCntxtLinkObjUUID
{
key LglCntntMCntxtLinkObjUUID,
@ObjectModel.foreignKey.association: '_LCMContextTP'
LglCntntMContextUUID,
LglCntntMLinkdObjType,
LglCntntMIsMandatory,
LglCntntMIsIntegRelevant,
/* Associations */
//Authorization
_LglCntntMContext,
//Draft
_LCMContextTP,
// Text Association
_LCMLinkedObjectType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LCMCONTEXTOBJECTLINKS"
],
"ASSOCIATED":
[
"I_LCMCONTEXT",
"I_LCMCONTEXTTP",
"I_LCMLINKEDOBJECTTYPE"
],
"BASE":
[
"I_LCMCONTEXTOBJECTLINKS"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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