P_OrganicPrxdFallbackAllLang

DDL: P_ORGANICPRXDFALLBACKALLLANG SQL: PORGPRXFBALL Type: view COMPOSITE

P_OrganicPrxdFallbackAllLang is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (P_OrganicPeroxideInAllLanguage) and exposes 10 fields with key fields CmplRqVersOrganicPrxdUUID, Language.

Data Sources (1)

SourceAliasJoin Type
P_OrganicPeroxideInAllLanguage P_OrganicPeroxideInAllLanguage from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName PORGPRXFBALL view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.private true view
VDM.viewType #COMPOSITE view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY CmplRqVersOrganicPrxdUUID CmplRqVersOrganicPrxdUUID
KEY Language Language Report Text Language
ProdCmplncDngrsGdsIdnNmbrType ProdCmplncDngrsGdsIdnNmbrType Number (Prefix)
ProdCmplncDngrsGdsIdnNmbr ProdCmplncDngrsGdsIdnNmbr Number
ListedSubstance ListedSubstance Listed Substance
DngrsGdsPositionOnSource DngrsGdsPositionOnSource Position on Source
SubstanceListUUID SubstanceListUUID Substance List
SubstanceUUID SubstanceUUID Substance
CmplRqVersUUID CmplRqVersUUID NodeID
DngrsGdsOrganicPrxdName DngrsGdsOrganicPrxdName Organic Peroxide Name

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 P_OrganicPrxdFallbackAllLang.
-- 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: PORGPRXFBALL

CREATE VIEW P_OrganicPrxdFallbackAllLang AS
SELECT
  CmplRqVersOrganicPrxdUUID,
  Language,
  ProdCmplncDngrsGdsIdnNmbrType,
  ProdCmplncDngrsGdsIdnNmbr,
  ListedSubstance,
  DngrsGdsPositionOnSource,
  SubstanceListUUID,
  SubstanceUUID,
  CmplRqVersUUID,
  DngrsGdsOrganicPrxdName
FROM P_OrganicPeroxideInAllLanguage
;