I_SlsOrdProjValnStrategyText
Valuation Strategy - Text
I_SlsOrdProjValnStrategyText is a Basic CDS View that provides data about "Valuation Strategy - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields SlsOrdProjValnStrategy, Language. It has 1 association to related views. Part of development package FPC_COSTING_SLSORD.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | _Language.Language = $projection.Language |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| ObjectModel.representativeKey | SlsOrdProjValnStrategy | view | |
| EndUserText.label | Valuation Strategy - Text | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Search.searchable | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SlsOrdProjValnStrategy | |||
| KEY | Language | |||
| SlsOrdProjValnStrgyName | ||||
| _Language | _Language |
@ObjectModel.representativeKey: 'SlsOrdProjValnStrategy'
@EndUserText.label: 'Valuation Strategy - Text'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
dataCategory: #TEXT,
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
supportedCapabilities: [
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#LANGUAGE_DEPENDENT_TEXT
],
usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #S
}
}
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
define view entity I_SlsOrdProjValnStrategyText
as select from dd07t
association [0..1] to I_Language as _Language on _Language.Language = $projection.Language
{
@ObjectModel.text.element: ['SlsOrdProjValnStrgyName']
key cast( domvalue_l as fpc_val_strat_sls_order ) as SlsOrdProjValnStrategy,
@Semantics.language
@ObjectModel.foreignKey.association: '_Language'
key cast( ddlanguage as spras preserving type ) as Language,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@Semantics.text: true
cast( ddtext as fpc_val_strat_sls_ord_name preserving type ) as SlsOrdProjValnStrgyName,
_Language
}
where
dd07t.domname = 'FPC_VAL_STRAT_SLS_ORDER'
and dd07t.as4local = 'A'
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