I_ShippingPointStdVH

DDL: I_SHIPPINGPOINTSTDVH SQL: ISP__VH2 Type: view COMPOSITE

Shipping Point

I_ShippingPointStdVH is a Composite CDS View that provides data about "Shipping Point" in SAP S/4HANA. It reads from 1 data source (I_ShippingPoint) and exposes 3 fields with key field ShippingPoint.

Data Sources (1)

SourceAliasJoin Type
I_ShippingPoint I_ShippingPoint from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ISP__VH2 view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey ShippingPoint view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Shipping Point view
Search.searchable true view
Consumption.ranked true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ShippingPoint ShippingPoint
ShippingPointName
_Text _Text
//GENERATED:003:GlBfhyJl7jU{rt6Qk9cfW0

@AbapCatalog.sqlViewName: 'ISP__VH2'
@AbapCatalog.compiler.compareFilter: true

@VDM.viewType: #COMPOSITE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'ShippingPoint'

@ObjectModel.usageType.dataClass: #ORGANIZATIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S

@AccessControl.authorizationCheck: #CHECK
@AccessControl.privilegedAssociations: ['_Text']

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.supportedCapabilities: [ #VALUE_HELP_PROVIDER ]
@ObjectModel.modelingPattern: [ #VALUE_HELP_PROVIDER ]

@EndUserText.label: 'Shipping Point'

@Search.searchable: true
@Consumption.ranked: true

define view I_ShippingPointStdVH
  as select from I_ShippingPoint
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key ShippingPoint,

      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @UI.hidden: true
      _Text[1: Language=$session.system_language].ShippingPointName as ShippingPointName,

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