A_EntProjectProfileCodeText

DDL: A_ENTPROJECTPROFILECODETEXT Type: view_entity COMPOSITE Package: VDM_PS_ST

Project Profile Description

A_EntProjectProfileCodeText is a Composite CDS View that provides data about "Project Profile Description" in SAP S/4HANA. It reads from 1 data source (I_EntProjectProfileCodeText) and exposes 3 fields with key fields Language, ProjectProfileCode. It is exposed through 1 OData service (API_ENTPROJECTPROFILECODE). Part of development package VDM_PS_ST.

Data Sources (1)

SourceAliasJoin Type
I_EntProjectProfileCodeText I_EntProjectProfileCodeText projection

Annotations (9)

NameValueLevelField
EndUserText.label Project Profile 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 #COMPOSITE view

OData Services (1)

ServiceBindingVersionContractRelease
API_ENTPROJECTPROFILECODE API_ENTPROJECTPROFILECODE V4 C2 C1

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY ProjectProfileCode ProjectProfileCode
ProjectProfileCodeText ProjectProfileCodeText
@EndUserText.label: 'Project Profile 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: #COMPOSITE
define view entity A_EntProjectProfileCodeText
  as projection on I_EntProjectProfileCodeText
{
      @Semantics.language: true
  key Language       as Language,
      @ObjectModel.text.element: ['ProjectProfileCode']
  key ProjectProfileCode     as ProjectProfileCode,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @Semantics.text: true
      ProjectProfileCodeText as ProjectProfileCodeText,
      _ProjectProfileCode: redirected to parent A_EntProjectProfileCode
}