I_LogisticsOrderStdVH

DDL: I_LOGISTICSORDERSTDVH SQL: ILO__VH Type: view COMPOSITE

Logistics Order

I_LogisticsOrderStdVH is a Composite CDS View that provides data about "Logistics Order" in SAP S/4HANA. It reads from 1 data source (I_LogisticsOrder) and exposes 6 fields with key field OrderID.

Data Sources (1)

SourceAliasJoin Type
I_LogisticsOrder I_LogisticsOrder from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName ILO__VH view
AbapCatalog.compiler.compareFilter true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey OrderID view
ObjectModel.modelingPattern #NONE view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
AccessControl.authorizationCheck #MANDATORY view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Logistics Order view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY OrderID OrderID
OrderDescription OrderDescription
MRPController MRPController
OrderCategory OrderCategory
OrderType OrderType
Plant Plant
//GENERATED:003:E6ExH29r7kU{rc1Uxl{1wW

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

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #COMPOSITE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'OrderID'
@ObjectModel.modelingPattern: #NONE
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY]
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL

@AccessControl.authorizationCheck: #MANDATORY

@ClientHandling.algorithm: #SESSION_VARIABLE

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

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Logistics Order'
define view I_LogisticsOrderStdVH as select from I_LogisticsOrder {
  @ObjectModel.text.element: ['OrderDescription']
  @Search.defaultSearchElement: true
  @Search.ranking: #HIGH
  @Search.fuzzinessThreshold: 0.90
  key OrderID,

  @Search.defaultSearchElement: true
  @Search.ranking: #LOW
  @Search.fuzzinessThreshold: 0.80
  @Semantics.text: true
  OrderDescription,

  @Consumption.hidden: true
  MRPController,
  @Consumption.hidden: true
  OrderCategory,
  @Consumption.hidden: true
  OrderType,
  @Consumption.hidden: true
  Plant
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LOGISTICSORDER"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/