A_EntProjProcessingStatus

DDL: A_ENTPROJPROCESSINGSTATUS Type: view_entity BASIC

Project Processing Status

A_EntProjProcessingStatus is a Basic CDS View that provides data about "Project Processing Status" in SAP S/4HANA. It reads from 1 data source (I_EntProjProcessingStatus) and exposes 3 fields with key field ProcessingStatus.

Data Sources (1)

SourceAliasJoin Type
I_EntProjProcessingStatus I_EntProjProcessingStatus projection

Annotations (10)

NameValueLevelField
EndUserText.label Project Processing Status view
ObjectModel.representativeKey ProcessingStatus view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ProcessingStatus ProcessingStatus
ProcessingStatusTextlocalized
DomainValue DomainValue
@EndUserText.label: 'Project Processing Status'
@ObjectModel.representativeKey: 'ProcessingStatus'

@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
//@ObjectModel.sapObjectNodeType.name: 'EntProjectProcessingStatus'

@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API 
@VDM.viewType: #BASIC

define root view entity A_EntProjProcessingStatus 
  as projection on I_EntProjProcessingStatus
{
      @ObjectModel.text.element: ['ProcessingStatusText']
  key ProcessingStatus as ProcessingStatus,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Semantics.text: true
      _ProcessingStatusText.ProcessingStatusText : localized,
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      DomainValue,
      _ProcessingStatusText : redirected to composition child A_EntProjProcessingStatusText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ENTPROJPROCESSINGSTATUS",
"I_ENTPROJPROCESSINGSTATUSTEXT"
],
"ASSOCIATED":
[
"A_ENTPROJPROCESSINGSTATUSTEXT"
],
"BASE":
[
"I_ENTPROJPROCESSINGSTATUS"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/