I_LglCntntMIntegLinkdObj
LCM Integration Linked Object
I_LglCntntMIntegLinkdObj is a Composite CDS View that provides data about "LCM Integration Linked Object" in SAP S/4HANA. It reads from 1 data source (I_LegalTrLinkedObjects) and exposes 7 fields with key field LegalTransactionLinkdObjUUID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_LegalTrLinkedObjects | I_LegalTrLinkedObjects | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_LCMLinkedObjectType | _IntegLinkdObjType | $projection.LglCntntMLinkdObjType = _IntegLinkdObjType.LglCntntMLinkdObjType |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ILCMINTEGLINKDO | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.representativeKey | LegalTransactionLinkdObjUUID | view | |
| ObjectModel.semanticKey | LglCntntMLinkdObj | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| EndUserText.label | LCM Integration Linked Object | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LegalTransactionLinkdObjUUID | I_LegalTrLinkedObjects | LegalTransactionLinkdObjUUID | |
| LglCntntMLinkdObj | I_LegalTrLinkedObjects | LglCntntMLinkdObj | ||
| LglCntntMLinkdObjType | I_LegalTrLinkedObjects | LglCntntMLinkdObjType | ||
| LegalTransactionUUID | I_LegalTrLinkedObjects | LegalTransactionUUID | ||
| LglCntntMIntegrationLink | _IntegLinkdObjType | LglCntntMIntegrationLink | ||
| LegalTransactionIsTriggerObj | I_LegalTrLinkedObjects | LegalTransactionIsTriggerObj | ||
| _LegalTransaction | _LegalTransaction |
@AbapCatalog.sqlViewName: 'ILCMINTEGLINKDO'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@VDM.viewType : #COMPOSITE
@ObjectModel: {
representativeKey: 'LegalTransactionLinkdObjUUID',
semanticKey: 'LglCntntMLinkdObj',
usageType.serviceQuality: #C,
usageType.sizeCategory: #L,
usageType.dataClass: #MIXED
}
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'LCM Integration Linked Object'
define view I_LglCntntMIntegLinkdObj
as select from I_LegalTrLinkedObjects
association [0..1] to I_LCMLinkedObjectType as _IntegLinkdObjType on $projection.LglCntntMLinkdObjType = _IntegLinkdObjType.LglCntntMLinkdObjType
{
key I_LegalTrLinkedObjects.LegalTransactionLinkdObjUUID,
I_LegalTrLinkedObjects.LglCntntMLinkdObj,
I_LegalTrLinkedObjects.LglCntntMLinkdObjType,
I_LegalTrLinkedObjects.LegalTransactionUUID,
_IntegLinkdObjType.LglCntntMIntegrationLink,
I_LegalTrLinkedObjects.LegalTransactionIsTriggerObj,
_LegalTransaction
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LCMLINKEDOBJECTTYPE",
"I_LEGALTRLINKEDOBJECTS"
],
"ASSOCIATED":
[
"I_LCMLINKEDOBJECTTYPE",
"I_LEGALTRANSACTION"
],
"BASE":
[
"I_LEGALTRLINKEDOBJECTS"
],
"ANNO_REF":
[],
"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