I_PersSettlmtBusProcCatText
Personnel Settlement Business Process Category - Text
I_PersSettlmtBusProcCatText is a Basic CDS View that provides data about "Personnel Settlement Business Process Category - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields PersSettlmtBusProcCat, Language. It has 1 association to related views. Part of development package WLF_FS_PERS_PSDOC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Personnel Settlement Business Process Category - Text | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | PersSettlmtBusProcCat | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| Search.searchable | true | view | |
| Analytics.dataExtraction.enabled | false | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PersSettlmtBusProcCat | |||
| KEY | Language | |||
| DomainValue | dd07t | domvalue_l | ||
| PersSettlmtBusProcCatName | ||||
| _PersSettlmtBusProcCat | _PersSettlmtBusProcCat | |||
| _Language | _Language |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Personnel Settlement Business Process Category - Text'
@ObjectModel: {
dataCategory: #TEXT,
representativeKey: 'PersSettlmtBusProcCat',
modelingPattern : #LANGUAGE_DEPENDENT_TEXT,
supportedCapabilities : [#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#LANGUAGE_DEPENDENT_TEXT,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE ],
usageType.serviceQuality: #A,
usageType.dataClass: #META,
usageType.sizeCategory: #S
}
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@Search.searchable: true
@Analytics.dataExtraction.enabled: false
@Metadata: {
ignorePropagatedAnnotations: true
}
/*+[hideWarning] { "IDS" : [ "KEY_CHECK", "CALCULATED_FIELD_CHECK" ] } */
define view entity I_PersSettlmtBusProcCatText
as select from dd07t
association to parent I_PersSettlmtBusProcCat as _PersSettlmtBusProcCat on $projection.PersSettlmtBusProcCat = _PersSettlmtBusProcCat.PersSettlmtBusProcCat
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_PersSettlmtBusProcCat'
@ObjectModel.text.element: ['PersSettlmtBusProcCatName']
key cast( dd07t.domvalue_l as wlf_use_case_type ) as PersSettlmtBusProcCat,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key cast( dd07t.ddlanguage as spras preserving type ) as Language,
@Analytics.hidden: true
@Consumption.hidden: true
dd07t.domvalue_l as DomainValue,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@Semantics.text: true
cast( ddtext as wlf_use_case_type_desc preserving type ) as PersSettlmtBusProcCatName,
/* Associations */
_PersSettlmtBusProcCat,
_Language
}
where
(
dd07t.domvalue_l = ''
or dd07t.domvalue_l = '20'
or dd07t.domvalue_l = '21'
or dd07t.domvalue_l = '22'
or dd07t.domvalue_l = '23'
or dd07t.domvalue_l = '24'
or dd07t.domvalue_l = '25'
or dd07t.domvalue_l = '26'
or dd07t.domvalue_l = '27'
)
and(
dd07t.domname = 'WLF_USE_CASE_TYPE'
and dd07t.as4local = 'A'
and dd07t.as4vers = '0000'
)
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