I_LegalTrLinkedObjectTrigger
Composite View for LCM LT Linked Object Trigger
I_LegalTrLinkedObjectTrigger is a Composite CDS View that provides data about "Composite View for LCM LT Linked Object Trigger" 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 |
|---|---|---|---|
| [1..1] | I_LegalTransaction | _LegalTransaction | $projection.LegalTransactionUUID = _LegalTransaction.LegalTransactionUUID |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ILEGALTRLINKOBJT | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #COMPOSITE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ObjectModel.representativeKey | LegalTransactionLinkdObjUUID | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| EndUserText.label | Composite View for LCM LT Linked Object Trigger | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LegalTransactionLinkdObjUUID | LegalTransactionLinkdObjUUID | ||
| LglCntntMLinkdObjType | LglCntntMLinkdObjType | |||
| LglCntntMLinkdObj | LglCntntMLinkdObj | |||
| LegalTransactionUUID | LegalTransactionUUID | |||
| LegalTransactionIsTriggerObj | LegalTransactionIsTriggerObj | |||
| _LegalTransaction | _LegalTransaction | |||
| _LinkedObjectTypeText | _LinkedObjectTypeText |
@AbapCatalog.sqlViewName: 'ILEGALTRLINKOBJT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck:#CHECK
@VDM.viewType : #COMPOSITE //BASIC
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.personalData.blocking: #REQUIRED
@ObjectModel: {
representativeKey: 'LegalTransactionLinkdObjUUID',
usageType.serviceQuality: #A,
usageType.sizeCategory: #L,
usageType.dataClass: #TRANSACTIONAL
}
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Composite View for LCM LT Linked Object Trigger'
define view I_LegalTrLinkedObjectTrigger
as select from I_LegalTrLinkedObjects
association [1..1] to I_LegalTransaction as _LegalTransaction on $projection.LegalTransactionUUID = _LegalTransaction.LegalTransactionUUID
{
key LegalTransactionLinkdObjUUID,
LglCntntMLinkdObjType,
LglCntntMLinkdObj,
LegalTransactionUUID,
LegalTransactionIsTriggerObj,
_LegalTransaction,
_LinkedObjectTypeText
} where LegalTransactionIsTriggerObj = 'X'
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