I_CABusinessLockObjectLevel

DDL: I_CABUSINESSLOCKOBJECTLEVEL Type: view_entity BASIC

Business Lock Object Level

I_CABusinessLockObjectLevel is a Basic CDS View that provides data about "Business Lock Object Level" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field CABusinessLockObjectLevel. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_CABusinessLockObjectLevelTxt _Text $projection.CABusinessLockObjectLevel = _Text.CABusinessLockObjectLevel

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Business Lock Object Level view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CABusinessLockObjectLevel
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Business Lock Object Level'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #MIXED
}
@VDM.viewType: #BASIC
define view entity I_CABusinessLockObjectLevel as select from dd07l 
association [1..*] to I_CABusinessLockObjectLevelTxt as _Text on $projection.CABusinessLockObjectLevel = _Text.CABusinessLockObjectLevel
{
  @ObjectModel.text.association: '_Text'
  key cast( left( dd07l.domvalue_l,2 ) as lolevel_kk preserving type ) as CABusinessLockObjectLevel,

      _Text
}
where
      domname  = 'LOLEVEL_KK'
  and as4local = 'A'