I_GHOProdnNtwkDescVH

DDL: I_GHOPRODNNTWKDESCVH SQL: IGHOPNDESCVH Type: view BASIC

Production Network Description

I_GHOProdnNtwkDescVH is a Basic CDS View that provides data about "Production Network Description" in SAP S/4HANA. It reads from 1 data source (iflotx) and exposes 2 fields with key field NetworkID.

Data Sources (1)

SourceAliasJoin Type
iflotx iflotx from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IGHOPNDESCVH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #BASIC view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Production Network Description view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey NetworkID view
Search.searchable true view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY NetworkID tplnr Functional loc.
identifiesthelanguagekeysprasasLanguage

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_GHOProdnNtwkDescVH.
-- 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: IGHOPNDESCVH

CREATE VIEW I_GHOProdnNtwkDescVH AS
SELECT
  tplnr AS NetworkID
FROM iflotx
;