A_SourcingProjectTypeText

DDL: A_SOURCINGPROJECTTYPETEXT Type: view_entity BASIC

Sourcing Project Type - Text

A_SourcingProjectTypeText is a Basic CDS View that provides data about "Sourcing Project Type - Text" in SAP S/4HANA. It reads from 1 data source (I_SourcingProjectTypeText) and exposes 3 fields with key fields SourcingProjectType, Language. It is exposed through 1 OData service (API_SOURCINGPROJECTTYPE).

Data Sources (1)

SourceAliasJoin Type
I_SourcingProjectTypeText I_SourcingProjectTypeText projection

Annotations (10)

NameValueLevelField
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #TEXT view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Search.searchable true view
EndUserText.label Sourcing Project Type - Text view

OData Services (1)

ServiceBindingVersionContractRelease
API_SOURCINGPROJECTTYPE API_SOURCINGPROJECTTYPE V4 C2 C1

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SourcingProjectType SourcingProjectType
KEY Language Language
SourcingProjectTypeText SourcingProjectTypeText
@ObjectModel:{
              usageType.dataClass: #CUSTOMIZING,
              usageType.serviceQuality: #A,
              usageType.sizeCategory: #S,
              dataCategory: #TEXT
              }

@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true

@VDM:{
              viewType: #BASIC,
              lifecycle.contract.type: #PUBLIC_REMOTE_API
}

@Search.searchable: true
@EndUserText.label: 'Sourcing Project Type - Text'
define view entity A_SourcingProjectTypeText
  as projection on I_SourcingProjectTypeText
{
      @ObjectModel.text.element: ['SourcingProjectTypeText']
      @ObjectModel.sapObjectNodeTypeReference: 'SourcingProjectType'
  key SourcingProjectType,
      @Semantics.language: true
  key Language,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      SourcingProjectTypeText,
      _SourcingProjectType : redirected to parent A_SourcingProjectType
}