I_LegalTrLinkedObjectTrigger

DDL: I_LEGALTRLINKEDOBJECTTRIGGER SQL: ILEGALTRLINKOBJT Type: view COMPOSITE

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)

SourceAliasJoin Type
I_LegalTrLinkedObjects I_LegalTrLinkedObjects from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_LegalTransaction _LegalTransaction $projection.LegalTransactionUUID = _LegalTransaction.LegalTransactionUUID

Annotations (12)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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'