C_HzdsSubstInvtryInfoCityVH

DDL: C_HZDSSUBSTINVTRYINFOCITYVH Type: view CONSUMPTION

HSI Info: City Value Help

C_HzdsSubstInvtryInfoCityVH is a Consumption CDS View that provides data about "HSI Info: City Value Help" in SAP S/4HANA. It reads from 1 data source (I_EHSLocation) and exposes 3 fields with key fields CityName, Country.

Data Sources (1)

SourceAliasJoin Type
I_EHSLocation I_EHSLocation from

Annotations (14)

NameValueLevelField
EndUserText.label HSI Info: City Value Help view
AbapCatalog.sqlViewName CHSIFLTRCITYVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey CityName view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
Search.searchable true view
Metadata.allowExtensions true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY CityName CityName Name
KEY Country Country Venue: Ctry/Reg
_Country _Country

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 C_HzdsSubstInvtryInfoCityVH.
-- 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 C_HzdsSubstInvtryInfoCityVH AS
SELECT
  CityName,
  Country
FROM I_EHSLocation
;