I_SourcingProjectTypeVH

DDL: I_SOURCINGPROJECTTYPEVH Type: view_entity BASIC

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)

SourceAliasJoin Type
I_SourcingProjectType I_SourcingProjectType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SourcingProjectTypeText _SourcingProjectTypeText $projection.SourcingProjectType = _SourcingProjectTypeText.SourcingProjectType

Annotations (11)

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

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