R_PreferredPhoneTypeValueHelp
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | R_PreferredPhoneTypeText | _Text | $projection.PreferredPhoneType = _Text.PreferredPhoneType |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA