FAC_DIVISIONVH

DDL: FAC_DIVISIONVH SQL: FACSPART Type: view

Data Source for Division

FAC_DIVISIONVH is a CDS View that provides data about "Data Source for Division" in SAP S/4HANA. It reads from 1 data source (I_Division) and exposes 2 fields with key field Division.

Data Sources (1)

SourceAliasJoin Type
I_Division I_Division from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName FACSPART view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Data Source for Division view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Division Division
DivisionName
@AbapCatalog.sqlViewName: 'FACSPART'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Data Source for Division'
@ObjectModel.usageType: {
  dataClass: #ORGANIZATIONAL,
  serviceQuality: #A,
  sizeCategory: #L
  }
@Search.searchable: true  
define view FAC_DIVISIONVH
  as select from I_Division
{
      @ObjectModel.text.element:  [ 'AdditionalMasterDataText' ]
      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
  key Division,

      @Semantics.text: true
      @Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.7 }
      _Text[1: Language = $session.system_language].DivisionName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_DIVISION",
"I_DIVISIONTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/