P_SDM_Number_range_VEKP

DDL: P_SDM_NUMBER_RANGE_VEKP SQL: PHUNRVEKPSDM Type: view BASIC

P_SDM_Number_range_VEKP is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (nriv) and exposes 2 fields with key fields object, nrrangenr.

Data Sources (1)

SourceAliasJoin Type
nriv nriv from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName PHUNRVEKPSDM view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
VDM.private true view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY object object TRFM Object
KEY nrrangenr nrrangenr Number Range

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 P_SDM_Number_range_VEKP.
-- 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.
-- SQL view name: PHUNRVEKPSDM

CREATE VIEW P_SDM_Number_range_VEKP AS
SELECT
  object,
  nrrangenr
FROM nriv
;