CIC_PLANT
Projection on Plant (Industry Cloud Solutions)
CIC_PLANT is a CDS View in S/4HANA. Projection on Plant (Industry Cloud Solutions). 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| CIC_MaterialDocumentData | view_entity | inner | Proj. View on Material Document | |
| CIC_MaterialDocumentItemData | view_entity | inner | Proj. View on Material Document Item |
@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":""
}
}*/