I_ShippingCondition

DDL: I_SHIPPINGCONDITION SQL: ILESHIPGCNDN Type: view BASIC

Shipping Condition

I_ShippingCondition is a Basic CDS View (Dimension) that provides data about "Shipping Condition" in SAP S/4HANA. It reads from 1 data source (tvsb) and exposes 2 fields with key field ShippingCondition. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tvsb tvsb from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ShippingConditionText _Text $projection.ShippingCondition = _Text.ShippingCondition

Annotations (13)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey ShippingCondition view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Shipping Condition view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled false view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ILESHIPGCNDN view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ShippingCondition vsbed
_Text _Text
@ClientHandling.algorithm: #SESSION_VARIABLE //Inserted by VDM CDS Suite Plugin

@ObjectModel.representativeKey: 'ShippingCondition'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
//Commented by VDM CDS Suite Plugin:@ObjectModel.representativeKey: 'ShippingCondition'

@EndUserText.label: 'Shipping Condition'
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: false }
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:#NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ILESHIPGCNDN'
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations:true 
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #ANALYTICAL_DIMENSION, #SEARCHABLE_ENTITY ]
@ObjectModel.modelingPattern: [ #ANALYTICAL_DIMENSION ]

define view I_ShippingCondition
  as select from tvsb
  association [0..*] to I_ShippingConditionText as _Text on $projection.ShippingCondition = _Text.ShippingCondition
{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @ObjectModel.text.association: '_Text'
  key vsbed as ShippingCondition,
      _Text
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TVSB"
],
"ASSOCIATED":
[
"I_SHIPPINGCONDITIONTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/