A_ChmlCmplncInfoUnpckgdProduct

DDL: A_CHMLCMPLNCINFOUNPCKGDPRODUCT Type: view_entity CONSUMPTION

Relationship to Unpackaged Product

A_ChmlCmplncInfoUnpckgdProduct is a Consumption CDS View that provides data about "Relationship to Unpackaged Product" in SAP S/4HANA. It reads from 1 data source (R_ChmlCmplncInfoUnpckgdProdTP) and exposes 4 fields with key field UnpckgdProductAssgmtUUID.

Data Sources (1)

SourceAliasJoin Type
R_ChmlCmplncInfoUnpckgdProdTP R_ChmlCmplncInfoUnpckgdProdTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Relationship to Unpackaged Product view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
OData.entityType.name ChmlCmplncInfoUnpckgdProduct_Type view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY UnpckgdProductAssgmtUUID UnpckgdProductAssgmtUUID Product Assignment
PckgdChmlCmplncInfoUUID PckgdChmlCmplncInfoUUID Chemical Compliance Information PP
UnpckgdChmlCmplncInfoUUID UnpckgdChmlCmplncInfoUUID Chemical Compliance Information UP
_ChmlCmplncInfo _ChmlCmplncInfo

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 A_ChmlCmplncInfoUnpckgdProduct.
-- 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.

CREATE VIEW A_ChmlCmplncInfoUnpckgdProduct AS
SELECT
  UnpckgdProductAssgmtUUID,
  PckgdChmlCmplncInfoUUID,
  UnpckgdChmlCmplncInfoUUID
FROM R_ChmlCmplncInfoUnpckgdProdTP
;