A_ChmlComplianceInfoSupplier

DDL: A_CHMLCOMPLIANCEINFOSUPPLIER Type: view_entity CONSUMPTION

Chml Cmplnc Info Supplier Assignment

A_ChmlComplianceInfoSupplier is a Consumption CDS View that provides data about "Chml Cmplnc Info Supplier Assignment" in SAP S/4HANA. It reads from 1 data source (R_ChmlCmplncSuplrMatlAssgmtTP) and exposes 5 fields with key field ChmlCmplncSuplrMatlAssgmtUUID. It is exposed through 1 OData service (API_CHEMICALCOMPLIANCEINFO).

Data Sources (1)

SourceAliasJoin Type
R_ChmlCmplncSuplrMatlAssgmtTP R_ChmlCmplncSuplrMatlAssgmtTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Chml Cmplnc Info Supplier Assignment 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 ChemicalComplianceInfoSupplier_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_CHEMICALCOMPLIANCEINFO API_CHEMICALCOMPLIANCEINFO V4 C2 C1

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ChmlCmplncSuplrMatlAssgmtUUID ChmlCmplncSuplrMatlAssgmtUUID UUID
ChmlCmplncInfoUUID ChmlCmplncInfoUUID Chemical Compliance Information PP
Supplier BusinessPartnerSupplier Supplier
ChmlSuplrMatlUUID ChmlSuplrMatlUUID Supplier Raw Material
_SupplierMaterial _SupplierMaterial

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_ChmlComplianceInfoSupplier.
-- 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_ChmlComplianceInfoSupplier AS
SELECT
  ChmlCmplncSuplrMatlAssgmtUUID,
  ChmlCmplncInfoUUID,
  BusinessPartnerSupplier AS Supplier,
  ChmlSuplrMatlUUID
FROM R_ChmlCmplncSuplrMatlAssgmtTP
;