I_SourcingProjectTypeText

DDL: I_SOURCINGPROJECTTYPETEXT Type: view_entity BASIC

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)

SourceAliasJoin Type
mmpursrcgproj_tt mmpursrcgproj_tt from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (12)

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

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