I_INSPSPECFORMULAPARAMETER
Formula Parameter
I_INSPSPECFORMULAPARAMETER is a CDS View in S/4HANA. Formula Parameter. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_InspSpecFormulaParameter | view | from | CONSUMPTION | Formula Parameter and text |
@AbapCatalog.sqlViewName: 'IINSPFORMLPARAM'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel:{
usageType:{
sizeCategory: #S,
serviceQuality: #A,
dataClass:#CUSTOMIZING
}
}
@EndUserText.label: 'Formula Parameter'
define view I_InspSpecFormulaParameter as select from tq75
association[1..*] to I_InspSpecFormulaParameterText as _Text on $projection.InspSpecFormulaParameter = _Text.InspSpecFormulaParameter{
@ObjectModel.text.association: '_Text'
key varkenng as InspSpecFormulaParameter,
_Text
}