C_CnsldtnSlsDstrctVH

DDL: C_CNSLDTNSLSDSTRCTVH SQL: CPSLSDSTRCTVH Type: view CONSUMPTION

Sales District Value Help

C_CnsldtnSlsDstrctVH is a Consumption CDS View that provides data about "Sales District Value Help" in SAP S/4HANA.

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CPSLSDSTRCTVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
Search.searchable true view
Consumption.ranked true view
AccessControl.personalData.blocking #REQUIRED view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey SalesDistrict view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Sales District Value Help view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SalesDistrict _CnsldtnSalesDistrict SalesDistrict Sales District
SalesDistrictName

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_CnsldtnSlsDstrctVH.
-- 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: CPSLSDSTRCTVH

CREATE VIEW C_CnsldtnSlsDstrctVH AS
SELECT
  _CnsldtnSalesDistrict.SalesDistrict AS SalesDistrict,
  _Text[1: Language = $session.system_language].SalesDistrictName AS SalesDistrictName
;