I_LglTransEntityAPI01

DDL: I_LGLTRANSENTITYAPI01 SQL: ILTENTITYAPI01 Type: view COMPOSITE Package: VDM_LCM_LT

Entities of Legal Transaction

I_LglTransEntityAPI01 is a Composite CDS View that provides data about "Entities of Legal Transaction" in SAP S/4HANA. It reads from 1 data source (I_LegalTransactionEntity) and exposes 11 fields with key field LegalTransactionEntityUUID. It has 1 association to related views. Part of development package VDM_LCM_LT.

Data Sources (1)

SourceAliasJoin Type
I_LegalTransactionEntity I_LegalTransactionEntity from

Associations (1)

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

Annotations (14)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ILTENTITYAPI01 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #COMPOSITE view
ObjectModel.representativeKey LegalTransactionEntityUUID view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
Metadata.ignorePropagatedAnnotations true view
AccessControl.personalData.blocking #REQUIRED view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
EndUserText.label Entities of Legal Transaction view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY LegalTransactionEntityUUID LegalTransactionEntityUUID
LglCntntMRank LglCntntMRank
LglCntntMEntity LglCntntMEntity
LglCntntMEntityType LglCntntMEntityType
LglCntntMTechEntityType LglCntntMTechEntityType
LegalTransactionUUID I_LegalTransactionEntity LegalTransactionUUID
LegalTransactionMandatoryFlag LegalTransactionMandatoryFlag
LglCntntMIsMainEntity LglCntntMIsMainEntity
LglCntntMIsIntegRelevant LglCntntMIsIntegRelevant
LglCntntMIsAddedByIntegVarbl LglCntntMIsAddedByIntegVarbl
_LegalTransaction _LegalTransaction
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'ILTENTITYAPI01'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType : #COMPOSITE

@ObjectModel: {
  representativeKey: 'LegalTransactionEntityUUID',
  usageType.serviceQuality: #C,
  usageType.sizeCategory: #L,
  usageType.dataClass:  #TRANSACTIONAL
}

@Metadata.ignorePropagatedAnnotations:true
@AccessControl.personalData.blocking: #REQUIRED

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API

@ObjectModel.supportedCapabilities:[ #SQL_DATA_SOURCE,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #CDS_MODELING_ASSOCIATION_TARGET ]


@EndUserText.label: 'Entities of Legal Transaction'
define view I_LglTransEntityAPI01
  as select from I_LegalTransactionEntity
  association [1..1] to I_LegalTransactionAPI01 as _LegalTransaction on $projection.LegalTransactionUUID = _LegalTransaction.LegalTransactionUUID
{
  key LegalTransactionEntityUUID,
      LglCntntMRank,
      LglCntntMEntity,
      LglCntntMEntityType,
      LglCntntMTechEntityType,
      I_LegalTransactionEntity.LegalTransactionUUID,
      LegalTransactionMandatoryFlag,
      LglCntntMIsMainEntity,
      LglCntntMIsIntegRelevant,
      @Semantics.booleanIndicator: true
      LglCntntMIsAddedByIntegVarbl,
      /* Associations */
      _LegalTransaction
}
where
  _LegalTransaction.IsEndOfPurposeBlocked = ''