C_JITUnloadingPointValueHelp

DDL: C_JITUNLOADINGPOINTVALUEHELP SQL: CJITUNLDNGPT_VH Type: view CONSUMPTION

Unloading Point Value Help

C_JITUnloadingPointValueHelp is a Consumption CDS View that provides data about "Unloading Point Value Help" in SAP S/4HANA. It reads from 1 data source (I_CustomerUnloadingPoint) and exposes 3 fields with key fields Customer, UnloadingPointName.

Data Sources (1)

SourceAliasJoin Type
I_CustomerUnloadingPoint I_CustomerUnloadingPoint from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CJITUNLDNGPT_VH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
EndUserText.label Unloading Point Value Help view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #VALUE_HELP view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
Consumption.ranked true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Customer Customer
KEY UnloadingPointName UnloadingPointName
_Customer _Customer
@AbapCatalog.sqlViewName: 'CJITUNLDNGPT_VH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl: {
  personalData: {
    blocking:#REQUIRED
  }
}
@EndUserText.label: 'Unloading Point Value Help'
@VDM.viewType: #CONSUMPTION
@ObjectModel.semanticKey: [ 'Customer', 'UnloadingPointName' ]
@ObjectModel.representativeKey: [ 'UnloadingPointName' ]
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.dataCategory:#VALUE_HELP
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@Consumption.ranked: true

define view C_JITUnloadingPointValueHelp

  as select from I_CustomerUnloadingPoint

{
      @EndUserText: {label: 'Ship-To Party'}
       //@Consumption.filter.hidden: true

      @Search: { defaultSearchElement: true, ranking: #MEDIUM, fuzzinessThreshold: 0.8 }
  key Customer,

      @EndUserText: {label: 'Unloading Point'}
      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
  key UnloadingPointName,


      /* Associations */
      @Consumption.filter.hidden: true
      _Customer

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CUSTOMERUNLOADINGPOINT"
],
"ASSOCIATED":
[
"I_CUSTOMER"
],
"BASE":
[
"I_CUSTOMERUNLOADINGPOINT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/