A_ATPRqmtToStkSegmtnAlloc
ATP Pool Segment and Check Level
A_ATPRqmtToStkSegmtnAlloc is a Composite CDS View that provides data about "ATP Pool Segment and Check Level" in SAP S/4HANA. It reads from 1 data source (R_ATPRqmtToStkSegmtnAllocTP) and exposes 5 fields with key fields SegmentationStrategy, ProductSegmentationValueCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ATPRqmtToStkSegmtnAllocTP | R_ATPRqmtToStkSegmtnAllocTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| OData.entitySet.name | ATPRqmtToStkSegmtnAlloc | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | ATP Pool Segment and Check Level | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #M | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SegmentationStrategy | SegmentationStrategy | ||
| KEY | ProductSegmentationValueCode | ProductSegmentationValueCode | ||
| PoolSegment | PoolSegment | |||
| ATPSegmentCheckLevel | ATPSegmentCheckLevel | |||
| SegmentationStructure | R_ATPRqmtToStkSegmtnAllocTP | SegmentationStructure |
// set entity set name in OData for service backward compatibility
@OData.entitySet.name: 'ATPRqmtToStkSegmtnAlloc'
@VDM.viewType: #COMPOSITE
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'ATP Pool Segment and Check Level'
@ObjectModel.usageType:
{serviceQuality: #C,dataClass : #TRANSACTIONAL, sizeCategory: #M}
define view entity A_ATPRqmtToStkSegmtnAlloc
as projection on R_ATPRqmtToStkSegmtnAllocTP
{
key SegmentationStrategy,
key ProductSegmentationValueCode,
PoolSegment,
ATPSegmentCheckLevel,
R_ATPRqmtToStkSegmtnAllocTP.SegmentationStructure,
/* Associations */
_SegmentationStructureTP : redirected to A_SegmentationStructure,
_SegmentationStrategyTP : redirected to parent A_SegmentationStrategy
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ATPRQMTTOSTKSEGMTNALLOCTP"
],
"ASSOCIATED":
[
"A_SEGMENTATIONSTRATEGY",
"A_SEGMENTATIONSTRUCTURE"
],
"BASE":
[
"R_ATPRQMTTOSTKSEGMTNALLOCTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA