A_ProdUoMSuplrEAN_3

DDL: A_PRODUOMSUPLREAN_3 Type: view_entity CONSUMPTION Package: VDM_MD_PRODUCT_API_V3

Product Supplier EAN

A_ProdUoMSuplrEAN_3 is a Consumption CDS View that provides data about "Product Supplier EAN" in SAP S/4HANA. It reads from 1 data source (R_ProdUoMSuplrEANTP) and exposes 9 fields with key fields Product, AlternativeUnit, Supplier, ConsecutiveNumber. It is exposed through 2 OData services (API_PRODUCT_2, ASQL_F6618). Part of development package VDM_MD_PRODUCT_API_V3.

Data Sources (1)

SourceAliasJoin Type
R_ProdUoMSuplrEANTP R_ProdUoMSuplrEANTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Product Supplier EAN view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name ProdUoMSuplrEAN_Type view
Feature SW:CMD_API_PRODUCT view

OData Services (2)

ServiceBindingVersionContractRelease
API_PRODUCT_2
ASQL_F6618 ASQL_F6618 C2 NOT_RELEASED

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY Product Product Product Sold
KEY AlternativeUnit Base UoM
KEY Supplier Supplier Supplier
KEY ConsecutiveNumber ConsecutiveNumber Sort sequence
AlternativeISOUnit
GlobalTradeItemNumber GlobalTradeItemNumber GTIN
SuplrGTINIsMain SuplrGTINIsMain Main EAN of vdr
SupplierProduct SupplierProduct Supp.Pro.No.
_ProductredirectedtoA_Product_3

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_ProdUoMSuplrEAN_3.
-- 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_ProdUoMSuplrEAN_3 AS
SELECT
  Product,
  cast( AlternativeUnit as cmd_prod_meins preserving type ) AS AlternativeUnit,
  Supplier,
  ConsecutiveNumber,
  cast( _AlternativeUnit.UnitOfMeasureISOCode as meins_iso preserving type ) AS AlternativeISOUnit,
  GlobalTradeItemNumber,
  SuplrGTINIsMain,
  SupplierProduct
FROM R_ProdUoMSuplrEANTP
;