I_TARGETCOSTVARIANT
Target Cost Variant
I_TARGETCOSTVARIANT is a CDS View in S/4HANA. Target Cost Variant. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_COOrderPlanTargetCube | view | left_outer | COMPOSITE | |
| P_COPCCOrdPlnTgtWIPByObject | view | left_outer | COMPOSITE |
@AbapCatalog.sqlViewName: 'IFITGTCOSTVAR'
@ClientHandling.type: #CLIENT_DEPENDENT
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'TargetCostVariant'
@EndUserText.label: 'Target Cost Variant'
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AbapCatalog.buffering: {type: #FULL, numberOfKeyFields: 0, status: #ACTIVE}
@Metadata.ignorePropagatedAnnotations: true
define view I_TargetCostVariant
as select from tkv09
association [0..1] to I_ControllingArea as _ControllingArea on $projection.ControllingArea = _ControllingArea.ControllingArea
association [0..*] to I_TargetCostVariantText as _Text on $projection.ControllingArea = _Text.ControllingArea
and $projection.TargetCostVariant = _Text.TargetCostVariant
{
@ObjectModel.foreignKey.association: '_ControllingArea'
key kokrs as ControllingArea,
@ObjectModel.text.association: '_Text'
key awvrs as TargetCostVariant,
awwtb as VarianceReferenceValueType,
awvsb as VarianceReferenceVersion,
awkvt as ComparisonCostingVariantType,
_ControllingArea,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TKV09"
],
"ASSOCIATED":
[
"I_CONTROLLINGAREA",
"I_TARGETCOSTVARIANTTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/