P_OrganicPeroxideInAllLanguage
P_OrganicPeroxideInAllLanguage is a Composite CDS View in SAP S/4HANA. It reads from 2 data sources (I_Language, P_OrganicPeroxide) and exposes 13 fields with key fields CmplRqVersOrganicPrxdUUID, Language.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_Language | I_Language | cross |
| P_OrganicPeroxide | OrganicPeroxide | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PORGPRXALLLNG | 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 (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CmplRqVersOrganicPrxdUUID | P_OrganicPeroxide | CmplRqVersOrganicPrxdUUID | |
| KEY | Language | I_Language | Language | Report Text Language |
| ProdCmplncDngrsGdsIdnNmbrType | P_OrganicPeroxide | ProdCmplncDngrsGdsIdnNmbrType | Number (Prefix) | |
| ProdCmplncDngrsGdsIdnNmbr | P_OrganicPeroxide | ProdCmplncDngrsGdsIdnNmbr | Number | |
| ListedSubstance | P_OrganicPeroxide | ListedSubstance | Listed Substance | |
| DngrsGdsPositionOnSource | P_OrganicPeroxide | DngrsGdsPositionOnSource | Position on Source | |
| SubstanceListUUID | P_OrganicPeroxide | SubstanceListUUID | Substance List | |
| CmplRqVersUUID | P_OrganicPeroxide | CmplRqVersUUID | NodeID | |
| DngrsGdsOrganicPrxdName | P_OrganicPeroxide | DngrsGdsOrganicPrxdName | Organic Peroxide Name | |
| SubstanceUUID | P_OrganicPeroxide | SubstanceUUID | Substance | |
| ActiveSubstanceUUID | P_OrganicPeroxide | ActiveSubstanceUUID | Substance | |
| _OrgPeroxidePrintedName | P_OrganicPeroxide | _OrgPeroxidePrintedName | ||
| _Text | I_Language | _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 P_OrganicPeroxideInAllLanguage.
-- 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: PORGPRXALLLNG
CREATE VIEW P_OrganicPeroxideInAllLanguage AS
SELECT
OrganicPeroxide.CmplRqVersOrganicPrxdUUID AS CmplRqVersOrganicPrxdUUID,
I_Language.Language AS Language,
OrganicPeroxide.ProdCmplncDngrsGdsIdnNmbrType AS ProdCmplncDngrsGdsIdnNmbrType,
OrganicPeroxide.ProdCmplncDngrsGdsIdnNmbr AS ProdCmplncDngrsGdsIdnNmbr,
OrganicPeroxide.ListedSubstance AS ListedSubstance,
OrganicPeroxide.DngrsGdsPositionOnSource AS DngrsGdsPositionOnSource,
OrganicPeroxide.SubstanceListUUID AS SubstanceListUUID,
OrganicPeroxide.CmplRqVersUUID AS CmplRqVersUUID,
OrganicPeroxide.DngrsGdsOrganicPrxdName AS DngrsGdsOrganicPrxdName,
OrganicPeroxide.SubstanceUUID AS SubstanceUUID,
OrganicPeroxide.ActiveSubstanceUUID AS ActiveSubstanceUUID,
OrganicPeroxide._OrgPeroxidePrintedName AS _OrgPeroxidePrintedName,
I_Language._Text AS _Text
FROM P_OrganicPeroxide AS OrganicPeroxide
CROSS JOIN I_Language
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA