I_SEGMENTATIONVALDCOMBINATIONS
Segment Value Combinations
I_SEGMENTATIONVALDCOMBINATIONS is a CDS View in S/4HANA. Segment Value Combinations. It contains 1 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ATPRlvtProductMRPAreaSegment | view_entity | inner | CONSUMPTION | Product Availability per Segment |
| I_SegmentationValidCombination | view | from | BASIC | Segment Value Combinations |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | ProductSegmentationValueCode | ProductSegmentationValueCode | 1 |
@AbapCatalog.sqlViewName: 'ISGTVALS'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel: {
representativeKey: 'SegmentationStrategy',
usageType.serviceQuality: #B,
usageType.sizeCategory: #L,
usageType.dataClass: #TRANSACTIONAL
}
@EndUserText.label: 'Segment Value Combinations'
define view I_SegmentationValdCombinations
as select from sgt_vals
association [1..1] to I_SegmentationStrategies as _SegmentationStrategies on $projection.SegmentationStrategy = _SegmentationStrategies.SegmentationStrategy
and $projection.Plant = _SegmentationStrategies.Plant
{
key werks as Plant,
key sgt_covs as SegmentationStrategy,
key sgt_scat as ProductSegmentationValueCode,
sgt_valt as ValidCombinationShortText,
sgt_priosq as SqncSegmentCombinations,
sgt_atp_chk_seg as PoolSegment,
sgt_group as ProdSegmentationGroup,
/* Associations */
_SegmentationStrategies
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SGT_VALS"
],
"ASSOCIATED":
[
"I_SEGMENTATIONSTRATEGIES"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/