R_DfltRqmtSgmtPurchaseOrderTP

DDL: R_DFLTRQMTSGMTPURCHASEORDERTP Type: view_entity TRANSACTIONAL Package: VDM_RFM_SEGMENTATION

Default Rqmt Segment - Purchase Order

R_DfltRqmtSgmtPurchaseOrderTP is a Transactional CDS View that provides data about "Default Rqmt Segment - Purchase Order" in SAP S/4HANA. It reads from 1 data source (I_DfltSegmtnApplicationBasic) and exposes 17 fields with key fields SegmentationRecordNumber, SegmentationStrategy. Part of development package VDM_RFM_SEGMENTATION.

Data Sources (1)

SourceAliasJoin Type
I_DfltSegmtnApplicationBasic I_DfltSegmtnApplicationBasic from

Annotations (8)

NameValueLevelField
VDM.viewType #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
EndUserText.label Default Rqmt Segment - Purchase Order view

Fields (17)

KeyFieldSource TableSource FieldDescription
KEY SegmentationRecordNumber SegmentationRecordNumber
KEY SegmentationStrategy SegmentationStrategy
ProductSegmentationStartDate ProductSegmentationStartDate
ProductSegmentationEndDate ProductSegmentationEndDate
SalesOrganization SalesOrganization Sales Organization
DistributionChannel DistributionChannel RefDistCh-Cust/Mat.
Division Division Internal Division ID
PurchasingOrderType PurchasingOrderType
PurchasingOrganization PurchasingOrganization Purchasing Organization
PurchasingGroup PurchasingGroup Purchasing Group
SupplyingPlant SupplyingPlant Supplying Plant
Plant Plant Valuation Area
ProdSgmtDefaultValueCode ProdSgmtDefaultValueCode
ProductSegmentationApplication ProductSegmentationApplication
_DfltSegmtnMaintenance _DfltSegmtnMaintenance
_ValdRqmtSgmtPurchaseOrder _ValdRqmtSgmtPurchaseOrder
_DynRqmtSgmtPurchaseOrder _DynRqmtSgmtPurchaseOrder

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 R_DfltRqmtSgmtPurchaseOrderTP.
-- 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 R_DfltRqmtSgmtPurchaseOrderTP AS
SELECT
  SegmentationRecordNumber,
  SegmentationStrategy,
  ProductSegmentationStartDate,
  ProductSegmentationEndDate,
  SalesOrganization,
  DistributionChannel,
  Division,
  PurchasingOrderType,
  PurchasingOrganization,
  PurchasingGroup,
  SupplyingPlant,
  Plant,
  ProdSgmtDefaultValueCode,
  ProductSegmentationApplication
FROM I_DfltSegmtnApplicationBasic
;