R_PreferredPhoneTypeValueHelp

DDL: R_PREFERREDPHONETYPEVALUEHELP Type: view_entity TRANSACTIONAL Package: ODATA_CA_BUM_WF

Employment Situation

R_PreferredPhoneTypeValueHelp is a Transactional CDS View that provides data about "Employment Situation" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field PreferredPhoneType. It has 1 association to related views. Part of development package ODATA_CA_BUM_WF.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] R_PreferredPhoneTypeText _Text $projection.PreferredPhoneType = _Text.PreferredPhoneType

Annotations (13)

NameValueLevelField
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.resultSet.sizeCategory #XS view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Employment Situation view
ObjectModel.representativeKey PreferredPhoneType view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Search.searchable true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PreferredPhoneType
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@ObjectModel.dataCategory:#VALUE_HELP
@ObjectModel : { resultSet.sizeCategory: #XS }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Employment Situation'
@ObjectModel.representativeKey:'PreferredPhoneType'
@Consumption.ranked:true
@Metadata.ignorePropagatedAnnotations: true
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@Search.searchable: true
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #XL,
  dataClass: #MASTER
}

define view entity R_PreferredPhoneTypeValueHelp
  as select from dd07l
  association [0..*] to R_PreferredPhoneTypeText as _Text on $projection.PreferredPhoneType = _Text.PreferredPhoneType
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking:#HIGH
      @UI.hidden: true
  key cast ( domvalue_l as bum_wf_preferred_phone_type ) as PreferredPhoneType,
      _Text
}
where
      as4local = 'A'
  and domname  = 'BUM_WF_PREFERRED_PHONE_TYPE'