I_SrcgProjItemClassification
Classification of Sourcing Project Item
I_SrcgProjItemClassification is a Basic CDS View that provides data about "Classification of Sourcing Project Item" in SAP S/4HANA. It reads from 1 data source (mmspitmclass) and exposes 5 fields with key fields SourcingProjectItemType, SrcgProjItemClassification. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mmspitmclass | mmspitmclass | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_SourcingProjectItemType | _SourcingProjectItemType | $projection.SourcingProjectItemType = _SourcingProjectItemType.SourcingProjectItemType |
| [0..*] | I_SrcgProjItemClassfctnText | _SrcgProjItemClassfctnText | |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.representativeKey | SrcgProjItemClassification | view | |
| ObjectModel.sapObjectNodeType.name | SrcgProjItemClassification | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.modelingPattern | #NONE | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Classification of Sourcing Project Item | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SourcingProjectItemType | sourcingprojectitemtype | ||
| KEY | SrcgProjItemClassification | srcgprojitemclassification | ||
| SourcingProjectItemIconURI | sourcingprojectitemiconuri | |||
| _SrcgProjItemClassfctnText | _SrcgProjItemClassfctnText | |||
| _SourcingProjectItemType | _SourcingProjectItemType |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel:{
representativeKey: 'SrcgProjItemClassification',
sapObjectNodeType.name: 'SrcgProjItemClassification',
resultSet.sizeCategory: #XS,
usageType:{
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #S
},
supportedCapabilities: [#SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE,#CDS_MODELING_ASSOCIATION_TARGET],
modelingPattern: #NONE
}
@VDM.viewType: #BASIC
@EndUserText.label: 'Classification of Sourcing Project Item'
define root view entity I_SrcgProjItemClassification
as select from mmspitmclass
composition [0..*] of I_SrcgProjItemClassfctnText as _SrcgProjItemClassfctnText
association [0..1] to I_SourcingProjectItemType as _SourcingProjectItemType on $projection.SourcingProjectItemType = _SourcingProjectItemType.SourcingProjectItemType
{
@ObjectModel.foreignKey.association: '_SourcingProjectItemType'
key sourcingprojectitemtype as SourcingProjectItemType,
@ObjectModel.text.association: '_SrcgProjItemClassfctnText'
key srcgprojitemclassification as SrcgProjItemClassification,
sourcingprojectitemiconuri as SourcingProjectItemIconURI,
_SrcgProjItemClassfctnText,
_SourcingProjectItemType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MMSPITMCLASS"
],
"ASSOCIATED":
[
"I_SOURCINGPROJECTITEMTYPE",
"I_SRCGPROJITEMCLASSFCTNTEXT"
],
"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