I_SrcgProjPhaseGroupText
Group of Sourcing Project Phases - Text
I_SrcgProjPhaseGroupText is a Basic CDS View that provides data about "Group of Sourcing Project Phases - Text" in SAP S/4HANA. It reads from 1 data source (mmspphasegroupt) and exposes 4 fields with key fields SrcgProjPhaseGroup, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mmspphasegroupt | mmspphasegroupt | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AbapCatalog.entityBuffer.definitionAllowed | true | view | |
| ObjectModel.representativeKey | SrcgProjPhaseGroup | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #BASIC | view | |
| Search.searchable | true | view | |
| EndUserText.label | Group of Sourcing Project Phases - Text | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SrcgProjPhaseGroup | phase_group | ||
| KEY | Language | spras | ||
| SrcgProjPhaseGroupText | text | |||
| _Language | _Language |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@AbapCatalog.entityBuffer.definitionAllowed: true
@ObjectModel:{representativeKey: 'SrcgProjPhaseGroup',
usageType.dataClass: #CUSTOMIZING,
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
dataCategory: #TEXT }
@VDM.viewType: #BASIC
@Search.searchable: true
@EndUserText.label: 'Group of Sourcing Project Phases - Text'
define view entity I_SrcgProjPhaseGroupText
as select from mmspphasegroupt
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.text.element: ['SrcgProjPhaseGroupText']
key phase_group as SrcgProjPhaseGroup,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language
key spras as Language,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@Semantics.text: true
text as SrcgProjPhaseGroupText,
_Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MMSPPHASEGROUPT"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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