P_PurchasingOrganizationVHTemp

DDL: P_PURCHASINGORGANIZATIONVHTEMP SQL: PPURORGVHTEMP Type: view CONSUMPTION

Purchasing Organization Value Help

P_PurchasingOrganizationVHTemp is a Consumption CDS View that provides data about "Purchasing Organization Value Help" in SAP S/4HANA. It reads from 1 data source (I_PurchasingOrganization) and exposes 2 fields with key field PurchasingOrganization.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingOrganization PurchasingOrganization from

Annotations (12)

NameValueLevelField
EndUserText.label Purchasing Organization Value Help view
AbapCatalog.sqlViewName PPURORGVHTEMP view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
VDM.private true view
Search.searchable true view
ObjectModel.representativeKey PurchasingOrganization view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PurchasingOrganization I_PurchasingOrganization PurchasingOrganization
PurchasingOrganizationName I_PurchasingOrganization PurchasingOrganizationName
@EndUserText.label: 'Purchasing Organization Value Help'
@AbapCatalog.sqlViewName: 'PPURORGVHTEMP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@VDM.private: true
@Search.searchable: true
@ObjectModel.representativeKey: 'PurchasingOrganization'

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE

define view P_PurchasingOrganizationVHTemp
  as select from I_PurchasingOrganization as PurchasingOrganization

{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key PurchasingOrganization.PurchasingOrganization,
  
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      PurchasingOrganization.PurchasingOrganizationName
}