I_SettlmtMgmtSemanticCode
Settlement Management Semantic Codes
I_SettlmtMgmtSemanticCode is a Basic CDS View (Dimension) that provides data about "Settlement Management Semantic Codes" in SAP S/4HANA. It reads from 1 data source (wlf_d_sem_type) and exposes 2 fields with key field SettlmtMgmtSemanticCode. It has 1 association to related views. Part of development package WLF_FS_PERS_COMMON.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| wlf_d_sem_type | SettlmtMgmtSemanticCode | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_SettlmtMgmtSemanticCodeText | _Text | $projection.SettlmtMgmtSemanticCode = _Text.SettlmtMgmtSemanticCode |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Settlement Management Semantic Codes | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.representativeKey | SettlmtMgmtSemanticCode | view | |
| ObjectModel.sapObjectNodeType.name | SettlementMgmtSemanticCode | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.internalName | #LOCAL | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SettlmtMgmtSemanticCode | semantic_type | ||
| _Text | _Text |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Settlement Management Semantic Codes'
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@ObjectModel: {
representativeKey: 'SettlmtMgmtSemanticCode',
sapObjectNodeType.name: 'SettlementMgmtSemanticCode',
modelingPattern: #ANALYTICAL_DIMENSION,
supportedCapabilities : [#ANALYTICAL_DIMENSION,
#EXTRACTION_DATA_SOURCE,
#SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET],
usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
}
@Analytics: {
dataCategory: #DIMENSION,
dataExtraction.enabled: true,
internalName: #LOCAL
}
@Metadata.ignorePropagatedAnnotations:true
define view entity I_SettlmtMgmtSemanticCode
as select from wlf_d_sem_type as SettlmtMgmtSemanticCode
association [0..*] to I_SettlmtMgmtSemanticCodeText as _Text on $projection.SettlmtMgmtSemanticCode = _Text.SettlmtMgmtSemanticCode
{
@ObjectModel.text.association: '_Text'
key semantic_type as SettlmtMgmtSemanticCode,
//Associations
_Text
}
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