A_SourcingProjectReasonText

DDL: A_SOURCINGPROJECTREASONTEXT Type: view_entity BASIC

Reason Text

A_SourcingProjectReasonText is a Basic CDS View that provides data about "Reason Text" in SAP S/4HANA. It reads from 1 data source (I_ProductSourcingReasonText) and exposes 3 fields with key fields SourcingProjectReason, Language.

Data Sources (1)

SourceAliasJoin Type
I_ProductSourcingReasonText I_ProductSourcingReasonText projection

Annotations (11)

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
OData.entityType.name SourcingProjectReasonText_Type view
Search.searchable true view
EndUserText.label Reason Text view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SourcingProjectReason ProductSourcingReason
KEY Language Language
SourcingProjectReasonText ProductSourcingReasonText
@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
}
@OData.entityType.name: 'SourcingProjectReasonText_Type'

@Search.searchable: true
@EndUserText.label: 'Reason Text'
define  view entity A_SourcingProjectReasonText
  as projection on I_ProductSourcingReasonText 
{
      @ObjectModel.text.element: ['SourcingProjectReasonText']
      @ObjectModel.sapObjectNodeTypeReference: 'ProductSourcingReason'
  key ProductSourcingReason as SourcingProjectReason,
      @Semantics.language: true
  key Language,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
       ProductSourcingReasonText as SourcingProjectReasonText,     
      _Text : redirected to parent A_SourcingProjectReason
    }
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PRODUCTSOURCINGREASONTEXT"
],
"ASSOCIATED":
[
"A_SOURCINGPROJECTREASON"
],
"BASE":
[
"I_PRODUCTSOURCINGREASONTEXT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/