C_CountyCodeTempValueHelpText

DDL: C_COUNTYCODETEMPVALUEHELPTEXT SQL: CCOUNTYCODETEXT Type: view CONSUMPTION

Text value help for the table: T005F

C_CountyCodeTempValueHelpText is a Consumption CDS View that provides data about "Text value help for the table: T005F" in SAP S/4HANA. It reads from 1 data source (t005f) and exposes 5 fields with key fields Language, Country, Region, County.

Data Sources (1)

SourceAliasJoin Type
t005f t005f from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CCOUNTYCODETEXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
EndUserText.label Text value help for the table: T005F view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey County view
Search.searchable true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language spras Off. Language
KEY Country land1 Trip Ctry/Reg
KEY Region regio Resident Region
KEY County counc County Code
RegionName bezei Description

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_CountyCodeTempValueHelpText.
-- 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: CCOUNTYCODETEXT

CREATE VIEW C_CountyCodeTempValueHelpText AS
SELECT
  spras AS Language,
  land1 AS Country,
  regio AS Region,
  counc AS County,
  bezei AS RegionName
FROM t005f
;