I_DngrsGdsIdnNumberPrefixVH

DDL: I_DNGRSGDSIDNNUMBERPREFIXVH SQL: IDGIDNNRPRFX Type: view COMPOSITE

Value Help for Dangerous Goods Identification Number Prefix

I_DngrsGdsIdnNumberPrefixVH is a Composite CDS View that provides data about "Value Help for Dangerous Goods Identification Number Prefix" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field DangerousGoodsIdnNumberType.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IDGIDNNRPRFX view
EndUserText.label Value Help for Dangerous Goods Identification Number Prefix view
VDM.viewType #COMPOSITE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
ObjectModel.representativeKey DangerousGoodsIdnNumberType view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ObjectModel.resultSet.sizeCategory #XS view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY DangerousGoodsIdnNumberType

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_DngrsGdsIdnNumberPrefixVH.
-- 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: IDGIDNNRPRFX

CREATE VIEW I_DngrsGdsIdnNumberPrefixVH AS
SELECT
  cast(dd07l.domvalue_l as ehdgm_dangerous_good_idn_type) AS DangerousGoodsIdnNumberType
FROM dd07l
;