C_ProductSupplierBySourceDoc

DDL: C_PRODUCTSUPPLIERBYSOURCEDOC Type: view_entity CONSUMPTION Package: ODATA_PP_DD_BUFPOS

Product Suppliers By Source Document

C_ProductSupplierBySourceDoc is a Consumption CDS View that provides data about "Product Suppliers By Source Document" in SAP S/4HANA. Part of development package ODATA_PP_DD_BUFPOS.

Annotations (7)

NameValueLevelField
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
AccessControl.personalData.blocking #NOT_REQUIRED view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Product Suppliers By Source Document view
VDM.viewType #CONSUMPTION view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY Supplier Supplier Supplier
KEY Plant Plant Valuation Area
KEY PurchasingOrganization PurchasingOrganization Purchasing Organization
KEY Material Material Vehicle Model
SupplierName SupplierName Supplier Name
SupplierAccountGroup
AuthorizationGroup

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 C_ProductSupplierBySourceDoc.
-- 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 C_ProductSupplierBySourceDoc AS
SELECT
  Supplier,
  Plant,
  PurchasingOrganization,
  Material,
  SupplierName,
  I_Sourceofsupplymanage._Supplier.SupplierAccountGroup AS SupplierAccountGroup,
  I_Sourceofsupplymanage._Supplier.AuthorizationGroup AS AuthorizationGroup
;