C_LglTransAccLvlEditValHelp

DDL: C_LGLTRANSACCLVLEDITVALHELP SQL: CLTACCLVLEDITVH Type: view CONSUMPTION

Legal Transaction Access Level

C_LglTransAccLvlEditValHelp is a Consumption CDS View that provides data about "Legal Transaction Access Level" in SAP S/4HANA. It reads from 2 data sources (I_LglCntntMAccessLvl, I_LglCntntMProfile) and exposes 4 fields with key fields LglCntntMAccessLvl, LglCntntMProfile. It has 1 association to related views.

Data Sources (2)

SourceAliasJoin Type
I_LglCntntMAccessLvl I_LglCntntMAccessLvl cross
I_LglCntntMProfile I_LglCntntMProfile from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_LglCntntMProfile _LglCntntMProfile $projection.LglCntntMProfile = _LglCntntMProfile.LglCntntMProfile

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CLTACCLVLEDITVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey LglCntntMAccessLvl view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Legal Transaction Access Level view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMAccessLvl LglCntntMAccessLvl Access Level
KEY LglCntntMProfile I_LglCntntMProfile LglCntntMProfile
LglCntntMAccessLvlName Access Level Description
_LglCntntMProfile _LglCntntMProfile
@AbapCatalog.sqlViewName: 'CLTACCLVLEDITVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.semanticKey: [ 'LglCntntMAccessLvl', 'LglCntntMProfile' ]
@ObjectModel.representativeKey: 'LglCntntMAccessLvl'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Legal Transaction Access Level'
define view C_LglTransAccLvlEditValHelp
  as select from I_LglCntntMProfile
    cross join   I_LglCntntMAccessLvl
  association [1..1] to I_LglCntntMProfile as _LglCntntMProfile on $projection.LglCntntMProfile = _LglCntntMProfile.LglCntntMProfile
{
      @ObjectModel.text.element:  [ 'LglCntntMAccessLvlName' ]
      @Search: { defaultSearchElement: true, ranking: #HIGH }
      @EndUserText.label: 'Access Level'
  key LglCntntMAccessLvl,

      @Consumption.filter.hidden: true
      @ObjectModel.foreignKey.association: '_LglCntntMProfile' // foreigh key cannot be determined here, but required by ATC

  key I_LglCntntMProfile.LglCntntMProfile,

      @Semantics.text: true
      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
      @EndUserText.label: 'Access Level Description'
      I_LglCntntMAccessLvl._Text[1: Language = $session.system_language].LglCntntMAccessLvlName,

      @Consumption.hidden: true
      _LglCntntMProfile

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LGLCNTNTMACCESSLVL",
"I_LGLCNTNTMACCESSLVLTEXT",
"I_LGLCNTNTMPROFILE"
],
"ASSOCIATED":
[
"I_LGLCNTNTMPROFILE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/