Deprecated NONE
This CDS view is deprecated in S/4HANA. Use I_TranspUNLocationCode_2 instead. View all deprecated CDS views →

I_TranspUNLocationCodeVH

DDL: I_TRANSPUNLOCATIONCODEVH SQL: ITUNLOCCVH Type: view COMPOSITE

Obsolete Search help for Tr UNLocCodes

I_TranspUNLocationCodeVH is a Composite CDS View that provides data about "Obsolete Search help for Tr UNLocCodes" in SAP S/4HANA. It reads from 1 data source (I_TranspUNLocationCode) and exposes 2 fields with key field LocationUNCode.

Data Sources (1)

SourceAliasJoin Type
I_TranspUNLocationCode I_TranspUNLocationCode from

Annotations (20)

NameValueLevelField
AbapCatalog.sqlViewName ITUNLOCCVH view
Analytics.internalName #LOCAL view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.representativeKey LocationUNCode view
ObjectModel.dataCategory #VALUE_HELP view
EndUserText.label Obsolete Search help for Tr UNLocCodes view
Search.searchable true view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #NONE view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_TranspUNLocationCode_2 view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY LocationUNCode LocationUNCode UN/LOCODE
_Text _Text

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_TranspUNLocationCodeVH.
-- 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: ITUNLOCCVH

CREATE VIEW I_TranspUNLocationCodeVH AS
SELECT
  LocationUNCode
FROM I_TranspUNLocationCode
;