R_ATPRQMTTOSTKSEGMTNALLOCTP
ATP Pool Segment and Check Level
R_ATPRQMTTOSTKSEGMTNALLOCTP is a CDS View in S/4HANA. ATP Pool Segment and Check Level. It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ATPRqmtToStkSegmtnAlloc | view_entity | projection | COMPOSITE | ATP Pool Segment and Check Level |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| SegmentationStructure | SegmentationStructure | 1 |
@VDM.viewType: #TRANSACTIONAL
@ObjectModel.usageType:
{serviceQuality: #C,dataClass : #TRANSACTIONAL, sizeCategory: #M}
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@EndUserText.label: 'ATP Pool Segment and Check Level'
define view entity R_ATPRqmtToStkSegmtnAllocTP
as select from I_ATPRqmtToStkSegmtnAlloc
association to parent R_SegmentationStrategyTP as _SegmentationStrategyTP on $projection.SegmentationStrategy = _SegmentationStrategyTP.SegmentationStrategy
association [1] to R_SegmentationStructureTP as _SegmentationStructureTP on $projection.segmentationstructure = _SegmentationStructureTP.SegmentationStructure
{
key SegmentationStrategy,
key ProductSegmentationValueCode,
PoolSegment,
ATPSegmentCheckLevel,
_SegmentationStructureTP.SegmentationStructure,
/* Associations */
_SegmentationStructureTP,
_SegmentationStrategyTP
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ATPRQMTTOSTKSEGMTNALLOC",
"R_SEGMENTATIONSTRUCTURETP"
],
"ASSOCIATED":
[
"R_SEGMENTATIONSTRATEGYTP",
"R_SEGMENTATIONSTRUCTURETP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/