A_ATPRqmtToStkSegmtnAlloc

DDL: A_ATPRQMTTOSTKSEGMTNALLOC Type: view_entity COMPOSITE

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)

SourceAliasJoin Type
R_ATPRqmtToStkSegmtnAllocTP R_ATPRqmtToStkSegmtnAllocTP projection

Annotations (8)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
KEY SegmentationStrategy SegmentationStrategy
KEY ProductSegmentationValueCode ProductSegmentationValueCode
PoolSegment PoolSegment Pool Seg.
ATPSegmentCheckLevel ATPSegmentCheckLevel
SegmentationStructure R_ATPRqmtToStkSegmtnAllocTP SegmentationStructure

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view A_ATPRqmtToStkSegmtnAlloc.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW A_ATPRqmtToStkSegmtnAlloc AS
SELECT
  SegmentationStrategy,
  ProductSegmentationValueCode,
  PoolSegment,
  ATPSegmentCheckLevel,
  R_ATPRqmtToStkSegmtnAllocTP.SegmentationStructure AS SegmentationStructure
FROM R_ATPRqmtToStkSegmtnAllocTP
;