I_PRADeliveryNetworkVH

DDL: I_PRADELIVERYNETWORKVH SQL: IPRADNVH Type: view BASIC Package: OIU_TV

Value Help for PRA Delivery Network

I_PRADeliveryNetworkVH is a Basic CDS View that provides data about "Value Help for PRA Delivery Network" in SAP S/4HANA. It reads from 1 data source (I_DeliveryNetwork) and exposes 2 fields with key field DeliveryNetwork. Part of development package OIU_TV.

Data Sources (1)

SourceAliasJoin Type
I_DeliveryNetwork I_DeliveryNetwork from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IPRADNVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
EndUserText.label Value Help for PRA Delivery Network view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY DeliveryNetwork DeliveryNetwork Delivery network ID
DeliveryNetworkName DeliveryNetworkName

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 I_PRADeliveryNetworkVH.
-- 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: IPRADNVH

CREATE VIEW I_PRADeliveryNetworkVH AS
SELECT
  DeliveryNetwork,
  DeliveryNetworkName
FROM I_DeliveryNetwork
;