E_RetailSite

DDL: E_RETAILSITE Type: view_entity EXTENSION Package: RFM_SITE_RAP

Retail Site - Extension

E_RetailSite is a Extension CDS View that provides data about "Retail Site - Extension" in SAP S/4HANA. It reads from 1 data source (wrf1) and exposes 1 field with key field SiteCustomer. Part of development package RFM_SITE_RAP.

Data Sources (1)

SourceAliasJoin Type
wrf1 Persistence from

Annotations (9)

NameValueLevelField
ObjectModel.usageType.serviceQuality #P view
EndUserText.label Retail Site - Extension view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix RSM view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.quota.maximumFields 340 view
AbapCatalog.extensibility.quota.maximumBytes 6800 view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY SiteCustomer wrf1 locnr CustomerNoPlant

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 E_RetailSite.
-- 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 E_RetailSite AS
SELECT
  Persistence.locnr AS SiteCustomer
FROM wrf1 AS Persistence
;