I_SourcingProjectTypeText
Type of Sourcing Project - Text
I_SourcingProjectTypeText is a Basic CDS View that provides data about "Type of Sourcing Project - Text" in SAP S/4HANA. It reads from 1 data source (mmpursrcgproj_tt) and exposes 5 fields with key fields SourcingProjectType, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mmpursrcgproj_tt | mmpursrcgproj_tt | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AbapCatalog.entityBuffer.definitionAllowed | true | view | |
| ObjectModel.representativeKey | SourcingProjectType | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| VDM.viewType | #BASIC | view | |
| Search.searchable | true | view | |
| EndUserText.label | Type of Sourcing Project - Text | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SourcingProjectType | sptype | ||
| KEY | Language | spras | ||
| SourcingProjectTypeText | sptypetext | |||
| _SourcingProjectType | _SourcingProjectType | |||
| _Language | _Language |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@AbapCatalog.entityBuffer.definitionAllowed: true
@ObjectModel:{
representativeKey: 'SourcingProjectType',
usageType:{
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
},
dataCategory: #TEXT,
supportedCapabilities: [#SEARCHABLE_ENTITY,#LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE,#CDS_MODELING_ASSOCIATION_TARGET, #SEARCHABLE_ENTITY],
modelingPattern: #LANGUAGE_DEPENDENT_TEXT
}
@VDM.viewType: #BASIC
@Search.searchable: true
@EndUserText.label: 'Type of Sourcing Project - Text'
define view entity I_SourcingProjectTypeText
as select from mmpursrcgproj_tt
association to parent I_SourcingProjectType as _SourcingProjectType on $projection.SourcingProjectType = _SourcingProjectType.SourcingProjectType
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_SourcingProjectType'
@ObjectModel.text.element: ['SourcingProjectTypeText']
key sptype as SourcingProjectType,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language
key spras as Language,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@Semantics.text: true
sptypetext as SourcingProjectTypeText,
_SourcingProjectType,
_Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MMPURSRCGPROJ_TT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_SOURCINGPROJECTTYPE"
],
"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