I_BillOfOperationsVersStdVH

DDL: I_BILLOFOPERATIONSVERSSTDVH SQL: IBOOV__VH Type: view_entity COMPOSITE

Bill of Operations Version

I_BillOfOperationsVersStdVH is a Composite CDS View that provides data about "Bill of Operations Version" in SAP S/4HANA. It reads from 1 data source (I_BillOfOperationsVersion) and exposes 7 fields with key fields BillOfOperationsType, BillOfOperationsGroup, BillOfOperationsVariant, BillOfOperationsVersion.

Data Sources (1)

SourceAliasJoin Type
I_BillOfOperationsVersion I_BillOfOperationsVersion from

Annotations (10)

NameValueLevelField
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey BillOfOperationsVersion view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
AccessControl.authorizationCheck #CHECK view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
EndUserText.label Bill of Operations Version view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY BillOfOperationsType BillOfOperationsType
KEY BillOfOperationsGroup BillOfOperationsGroup
KEY BillOfOperationsVariant BillOfOperationsVariant
KEY BillOfOperationsVersion BillOfOperationsVersion
_BillOfOperationsType _BillOfOperationsType
_BillOfOperationsGroup _BillOfOperationsGroup
_BillOfOperations _BillOfOperations
//GENERATED:003:E6ExH29r7kU{rnfafLa8L0

//@AbapCatalog.sqlViewName: 'IBOOV__VH'

//@AbapCatalog.compiler.compareFilter: true


@VDM.viewType: #COMPOSITE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'BillOfOperationsVersion'
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY]
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER

@AccessControl.authorizationCheck: #CHECK

//@ClientHandling.algorithm: #SESSION_VARIABLE


@Metadata.ignorePropagatedAnnotations: true

@Search.searchable: true

@EndUserText.label: 'Bill of Operations Version'
//define view I_BillOfOperationsVersStdVH

define view entity I_BillOfOperationsVersStdVH
  as select from I_BillOfOperationsVersion
{
      @ObjectModel.foreignKey.association: '_BillOfOperationsType'
      @Search: {defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
  key BillOfOperationsType,
      @ObjectModel.foreignKey.association: '_BillOfOperationsGroup'
      @Search: {defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
  key BillOfOperationsGroup,
      @ObjectModel.foreignKey.association: '_BillOfOperations'
      @Search: {defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
  key BillOfOperationsVariant,
      @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
  key BillOfOperationsVersion,

      @Consumption.hidden: true
      _BillOfOperationsType,
      @Consumption.hidden: true
      _BillOfOperationsGroup,
      @Consumption.hidden: true
      _BillOfOperations
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BILLOFOPERATIONSVERSION"
],
"ASSOCIATED":
[
"I_BILLOFOPERATIONS",
"I_BILLOFOPERATIONSGROUP",
"I_BILLOFOPERATIONSTYPE"
],
"BASE":
[
"I_BILLOFOPERATIONSVERSION"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/