I_CmplRqEnableForSVTStatus

DDL: I_CMPLRQENABLEFORSVTSTATUS SQL: ISVTENBLFRCR Type: view BASIC

CR Enabled for SVT Status

I_CmplRqEnableForSVTStatus is a Basic CDS View that provides data about "CR Enabled for SVT Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field SVTEnabledForCmplRqStatus. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CmplRqEnableForSVTStatusTxt _Text

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ISVTENBLFRCR view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label CR Enabled for SVT Status view
Metadata.ignorePropagatedAnnotations true view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.representativeKey SVTEnabledForCmplRqStatus view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SVTEnabledForCmplRqStatus
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'ISVTENBLFRCR'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'CR Enabled for SVT Status'
@Metadata.ignorePropagatedAnnotations: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel: {
  representativeKey: 'SVTEnabledForCmplRqStatus',
  usageType:{ serviceQuality: #B,
              sizeCategory:  #S,
              dataClass: #MASTER
            }
}

@Search.searchable: true
define root view I_CmplRqEnableForSVTStatus as select from dd07l
    composition [0..*] of I_CmplRqEnableForSVTStatusTxt as _Text
{
      @ObjectModel.text.association: '_Text'
  key cast(dd07l.domvalue_l as ehpma_svt_enbl_for_cr_status) as SVTEnabledForCmplRqStatus,
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l                              as DomainValue,
      
      _Text
}
where
      dd07l.domname  = 'EHPMA_SVT_ENBL_FOR_CR_STATUS'
  and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_CMPLRQENABLEFORSVTSTATUSTXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/