I_VARIABILITYTEXT
Demand Driven Variability Description
I_VARIABILITYTEXT is a CDS View in S/4HANA. Demand Driven Variability Description. It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_DmndDrivenVariabilityVH | view | from | CONSUMPTION | Demand Driven Replenishment Variability |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | VariabilityCode | VariabilityIndicator | 1 |
@AbapCatalog.sqlViewName: 'IVARIABILITYTEXT'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Demand Driven Variability Description'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'VariabilityCode'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view I_VariabilityText as select from dd07t
association [0..1] to I_VariabilityCode as _VariabilityCode on $projection.VariabilityCode = _VariabilityCode.VariabilityCode
association [0..1] to I_Language as _Language on dd07t.ddlanguage = _Language.Language
{
key cast ( substring( dd07t.domvalue_l, 1, 1 ) as pph_xyz_ind ) as VariabilityCode,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key dd07t.ddlanguage as Language,
@Semantics.text: true
dd07t.ddtext as VariabilityDescription,
_Language,
_VariabilityCode
}
where
dd07t.domname = 'PPH_XYZ_IND'
and dd07t.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_VARIABILITYCODE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/