I_SrcgProjItemClassification

DDL: I_SRCGPROJITEMCLASSIFICATION Type: view_entity BASIC

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)

SourceAliasJoin Type
mmspitmclass mmspitmclass from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_SourcingProjectItemType _SourcingProjectItemType $projection.SourcingProjectItemType = _SourcingProjectItemType.SourcingProjectItemType
[0..*] I_SrcgProjItemClassfctnText _SrcgProjItemClassfctnText

Annotations (11)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/