I_SourcingProjectTypeVH
Type of Sourcing Project
I_SourcingProjectTypeVH is a Basic CDS View that provides data about "Type of Sourcing Project" in SAP S/4HANA. It reads from 1 data source (I_SourcingProjectType) and exposes 3 fields with key field SourcingProjectType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SourcingProjectType | I_SourcingProjectType | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_SourcingProjectTypeText | _SourcingProjectTypeText | $projection.SourcingProjectType = _SourcingProjectTypeText.SourcingProjectType |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.representativeKey | SourcingProjectType | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| EndUserText.label | Type of Sourcing Project | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SourcingProjectType | SourcingProjectType | ||
| SourcingScenario | SourcingScenario | |||
| _SourcingProjectTypeText | _SourcingProjectTypeText |
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel:{representativeKey: 'SourcingProjectType',
resultSet.sizeCategory: #XS,
dataCategory: #VALUE_HELP,
usageType.dataClass: #CUSTOMIZING,
usageType.serviceQuality: #A,
usageType.sizeCategory: #S}
@VDM.viewType: #BASIC
@Search.searchable: true
@Consumption.ranked: true
@EndUserText.label: 'Type of Sourcing Project'
define root view entity I_SourcingProjectTypeVH
as select from I_SourcingProjectType
association [0..*] to I_SourcingProjectTypeText as _SourcingProjectTypeText on $projection.SourcingProjectType = _SourcingProjectTypeText.SourcingProjectType
{
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@ObjectModel.text.association: '_SourcingProjectTypeText'
key SourcingProjectType as SourcingProjectType,
SourcingScenario,
_SourcingProjectTypeText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SOURCINGPROJECTTYPE"
],
"ASSOCIATED":
[
"I_SOURCINGPROJECTTYPETEXT"
],
"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