CIC_PLANT
Projection on Plant (Industry Cloud Solutions)
CIC_PLANT is a CDS View that provides data about "Projection on Plant (Industry Cloud Solutions)" in SAP S/4HANA. It reads from 2 data sources (t001k, t001w) and exposes 6 fields.
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Projection on Plant (Industry Cloud Solutions) | view |
@ObjectModel: {
usageType: {
serviceQuality: #A,
sizeCategory: #M,
dataClass: #MASTER
}
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Projection on Plant (Industry Cloud Solutions)'
define view entity CIC_PLANT as select from t001w inner join t001k on t001w.bwkey = t001k.bwkey
{
t001w.werks,
t001w.land1,
t001k.bukrs,
t001w.vlfkz,
t001w.vkorg,
t001w.vtweg
}
where t001w.achvm is initial
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T001K",
"T001W"
],
"ASSOCIATED":
[],
"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