I_PlantSection
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)
| Source | Alias | Join Type |
|---|---|---|
| t357 | t357 | from |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 |
@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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA