I_ProcmtAutomnRuleCritraOptrVH

DDL: I_PROCMTAUTOMNRULECRITRAOPTRVH SQL: IRULEOP Type: view BASIC

view for Rule criteriaOperator ValueHelp

I_ProcmtAutomnRuleCritraOptrVH is a Basic CDS View that provides data about "view for Rule criteriaOperator ValueHelp" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field ProcmtAutomnRuleCriteriaOptr. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dl from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProcmtAutomnRuleCritraOptTxt _Text

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IRULEOP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label view for Rule criteriaOperator ValueHelp view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
Search.searchable true view
Analytics.internalName #LOCAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.semanticKey ProcmtAutomnRuleCriteriaOptr view
ObjectModel.representativeKey ProcmtAutomnRuleCriteriaOptr view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ProcmtAutomnRuleCriteriaOptr
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IRULEOP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
//@ObjectModel.dataCategory: #

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

@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'view for Rule criteriaOperator ValueHelp'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@Search.searchable: true
@Analytics.internalName:#LOCAL
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.semanticKey:   'ProcmtAutomnRuleCriteriaOptr' 
@ObjectModel.representativeKey: 'ProcmtAutomnRuleCriteriaOptr' 
@Metadata.ignorePropagatedAnnotations: true
define root view I_ProcmtAutomnRuleCritraOptrVH
as select from dd07l as dl
composition [0..*] of I_ProcmtAutomnRuleCritraOptTxt as _Text  
{
   @ObjectModel.text.association: '_Text'
   @Semantics.text: true
   key cast(dl.domvalue_l as mmpur_rule_operator) as ProcmtAutomnRuleCriteriaOptr,
   @Consumption.hidden: true
   @Search.defaultSearchElement: true
   @Search.fuzzinessThreshold: 0.8
   @Search.ranking: #HIGH
   dl.domvalue_l as DomainValue,
 //@ObjectModel.association.type: #TO_COMPOSITION_CHILD

   _Text
 }
where 
    dl.domname  = 'MMPUR_RULE_OPERATOR'
  and dl.as4local = 'A'
  and dl.as4vers = '0000'
  
 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PROCMTAUTOMNRULECRITRAOPTTXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/