A_EnterpriseProjectTypeText

DDL: A_ENTERPRISEPROJECTTYPETEXT Type: view_entity BASIC

Internal Project Type Description

A_EnterpriseProjectTypeText is a Basic CDS View that provides data about "Internal Project Type Description" in SAP S/4HANA. It reads from 1 data source (I_EnterpriseProjectTypeText) and exposes 3 fields with key fields Language, EntProjectTypeInternal. It is exposed through 1 OData service (API_ENTPROJTYPE).

Data Sources (1)

SourceAliasJoin Type
I_EnterpriseProjectTypeText I_EnterpriseProjectTypeText projection

Annotations (9)

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

OData Services (1)

ServiceBindingVersionContractRelease
API_ENTPROJTYPE API_ENTERPRISEPROJECTTYPE V4 C2 C1

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY EntProjectTypeInternal EntProjectTypeInternal
ProjectTypeName ProjectTypeName
@EndUserText.label: 'Internal Project Type Description'

@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #BASIC

define view entity A_EnterpriseProjectTypeText
  as projection on I_EnterpriseProjectTypeText
{
      @Semantics.language: true
  key Language       as Language,
      @ObjectModel.text.element: ['ProjectTypeName']
  key EntProjectTypeInternal as EntProjectTypeInternal,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @Semantics.text: true
      ProjectTypeName as ProjectTypeName,
      _ProjectType: redirected to parent A_EnterpriseProjectType
}