A_SourcingProjectReason

DDL: A_SOURCINGPROJECTREASON Type: view_entity BASIC Package: ODATA_MM_PUR_SRCGPROJ_API

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. It is exposed through 1 OData service (API_SOURCINGPROJECTREASON). Part of development package ODATA_MM_PUR_SRCGPROJ_API.

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

OData Services (1)

ServiceBindingVersionContractRelease
API_SOURCINGPROJECTREASON API_SOURCINGPROJECTREASON V4 C2 Deprecated

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
     }