C_PPM_ProjectElementLocationVH

DDL: C_PPM_PROJECTELEMENTLOCATIONVH SQL: CPPMPPOJLOCVH Type: view CONSUMPTION Package: ODATA_PPM_PRO_PROJECT_CONTROL

Value Help for Location

C_PPM_ProjectElementLocationVH is a Consumption CDS View that provides data about "Value Help for Location" in SAP S/4HANA. It reads from 1 data source (I_Location) and exposes 3 fields with key fields Location, Plant. Part of development package ODATA_PPM_PRO_PROJECT_CONTROL.

Data Sources (1)

SourceAliasJoin Type
I_Location I_Location from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CPPMPPOJLOCVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
EndUserText.label Value Help for Location view
Search.searchable true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #CONSUMPTION view
Consumption.ranked true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Location Location
KEY Plant Plant
LocationName LocationName
@AbapCatalog.sqlViewName: 'CPPMPPOJLOCVH'
@AbapCatalog.compiler.compareFilter: true

@AccessControl: {
  authorizationCheck: #CHECK
  //personalData.blocking: #BLOCKED_DATA_EXCLUDED

}

@ClientHandling.algorithm: #SESSION_VARIABLE

@AbapCatalog.preserveKey: true
@EndUserText.label: 'Value Help for Location'

@Search.searchable: true
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP

@VDM.viewType: #CONSUMPTION
@Consumption.ranked: true

define view C_PPM_ProjectElementLocationVH
  as select from I_Location
{
      //I_Location

      @Search: {
        defaultSearchElement: true,
        fuzzinessThreshold: 0.8,
        ranking: #HIGH
      }
      @ObjectModel.text.element:  [ 'LocationName' ]
  key Location,
   @Search: {
        defaultSearchElement: true,
        fuzzinessThreshold: 0.8,
        ranking: #HIGH 
      }
  key Plant,
      @Search: {
        defaultSearchElement: true,
        fuzzinessThreshold: 0.8,
        ranking: #LOW
      }
      LocationName

}