A_SourcingProjectReason

DDL: A_SOURCINGPROJECTREASON Type: view_entity BASIC

Reason

A_SourcingProjectReason is a Basic CDS View that provides data about "Reason" in SAP S/4HANA. It reads from 1 data source (I_ProductSourcingReason) and exposes 1 field with key field SourcingProjectReason.

Data Sources (1)

SourceAliasJoin Type
I_ProductSourcingReason I_ProductSourcingReason projection

Annotations (10)

NameValueLevelField
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name SourcingProjectReason_Type view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Search.searchable true view
EndUserText.label Reason view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY SourcingProjectReason ProductSourcingReason
@ObjectModel:{
              usageType.dataClass: #CUSTOMIZING,
              usageType.serviceQuality: #A,
              usageType.sizeCategory: #S }

@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@OData.entityType.name:  'SourcingProjectReason_Type'
@VDM:{

              viewType: #BASIC,
              lifecycle.contract.type: #PUBLIC_REMOTE_API
}


@Search.searchable: true
@EndUserText.label: 'Reason'

define root view entity A_SourcingProjectReason

  as projection on I_ProductSourcingReason 
{
      @ObjectModel.text.element: ['SourcingProjectReasonText']
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @ObjectModel.sapObjectNodeTypeReference: 'ProductSourcingReason'
  key ProductSourcingReason as SourcingProjectReason,
      


      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Semantics.text: true
      _SourcingProjectReasonText.ProductSourcingReasonText as SourcingProjectReasonText : localized,
      _SourcingProjectReasonText : redirected to composition child A_SourcingProjectReasonText
     }
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PRODUCTSOURCINGREASON",
"I_PRODUCTSOURCINGREASONTEXT"
],
"ASSOCIATED":
[
"A_SOURCINGPROJECTREASONTEXT"
],
"BASE":
[
"I_PRODUCTSOURCINGREASON"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/