CIC_PlantData
Proj. View on Plant Data
CIC_PlantData is a CDS View that provides data about "Proj. View on Plant Data" in SAP S/4HANA. It reads from 1 data source (t001w) and exposes 17 fields with key field Plant. It has 1 association to related views. Part of development package CIC_PLANT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t001w | t001w | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_ValuationArea | _ValuationArea | $projection.ValuationArea = _ValuationArea.ValuationArea |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Proj. View on Plant Data | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Plant | werks | ||
| PlantName | name1 | |||
| Country | land1 | |||
| ValuationArea | bwkey | |||
| PlantCustomer | kunnr | |||
| PlantSupplier | lifnr | |||
| FactoryCalendar | fabkl | |||
| DefaultPurchasingOrganization | ekorg | |||
| SalesOrganization | vkorg | |||
| AddressID | adrnr | |||
| PlantCategory | vlfkz | |||
| DistributionChannel | vtweg | |||
| Division | spart | |||
| Language | spras | |||
| IsMarkedForArchiving | achvm | |||
| ShippingPoint | vstel | |||
| CompanyCode | _ValuationArea | CompanyCode |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Proj. View on Plant Data'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
define view entity CIC_PlantData
as select from t001w
association [0..1] to I_ValuationArea as _ValuationArea on $projection.ValuationArea = _ValuationArea.ValuationArea
{
key werks as Plant,
name1 as PlantName,
land1 as Country,
bwkey as ValuationArea,
kunnr as PlantCustomer,
lifnr as PlantSupplier,
fabkl as FactoryCalendar,
ekorg as DefaultPurchasingOrganization,
vkorg as SalesOrganization,
adrnr as AddressID,
vlfkz as PlantCategory,
vtweg as DistributionChannel,
spart as Division,
spras as Language,
achvm as IsMarkedForArchiving,
vstel as ShippingPoint,
_ValuationArea.CompanyCode
}
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