I_PlantSection

DDL: I_PLANTSECTION SQL: IPLANTSECTION Type: view BASIC

Plant Section

I_PlantSection is a Basic CDS View (Dimension) that provides data about "Plant Section" in SAP S/4HANA. It reads from 1 data source (t357) and exposes 5 fields with key fields PlantSection, Plant.

Data Sources (1)

SourceAliasJoin Type
t357 t357 from

Annotations (16)

NameValueLevelField
EndUserText.label Plant Section view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.dataExtraction.delta.changeDataCapture.automatic true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IPLANTSECTION view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
ObjectModel.representativeKey PlantSection view
Search.searchable true view
Consumption.ranked true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Metadata.allowExtensions true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY PlantSection t357 beber
KEY Plant t357 werks
PlantSectionPersonRespName t357 fing
PlantSectionPersonRespPhone t357 tele
_Plant _Plant
@EndUserText.label: 'Plant Section'
@Analytics: { dataCategory: #DIMENSION, 
  dataExtraction : { enabled: true , 
  delta.changeDataCapture.automatic: true } 
}
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IPLANTSECTION'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.representativeKey: 'PlantSection'
@Search.searchable: true
@Consumption.ranked: true
@ClientHandling.algorithm: #SESSION_VARIABLE 
@ObjectModel.usageType.dataClass: #CUSTOMIZING 
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@Metadata.allowExtensions: true

@Metadata.ignorePropagatedAnnotations
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #EXTRACTION_DATA_SOURCE]

define view I_PlantSection as select from t357 
association[0..1] to I_Plant as _Plant on $projection.Plant = _Plant.Plant
{
  @Search: {defaultSearchElement: true, ranking: #HIGH }
  key t357.beber as PlantSection,
  
  @ObjectModel.foreignKey.association: '_Plant'
  @Search: {defaultSearchElement: true, ranking: #HIGH }
  key t357.werks as Plant, 
   
  t357.fing as PlantSectionPersonRespName, 
  t357.tele as PlantSectionPersonRespPhone,
  
  
  _Plant
}       
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T357"
],
"ASSOCIATED":
[
"I_PLANT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/