A_ProdPlantQualityManagement_3

DDL: A_PRODPLANTQUALITYMANAGEMENT_3 Type: view_entity CONSUMPTION

Product Plant Quality Management

A_ProdPlantQualityManagement_3 is a Consumption CDS View that provides data about "Product Plant Quality Management" in SAP S/4HANA. It reads from 1 data source (R_ProdPlantQualityManagementTP) and exposes 10 fields with key fields Product, Plant.

Data Sources (1)

SourceAliasJoin Type
R_ProdPlantQualityManagementTP R_ProdPlantQualityManagementTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Product Plant Quality Management view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
OData.entityType.name ProductPlantQualityManagement_Type view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY Product Product Product Sold
KEY Plant Plant Valuation Area
ProdQltyManagementControlKey ProdQltyManagementControlKey QM Control Key
HasPostToInspectionStock HasPostToInspectionStock Post to insp. stk
InspLotDocumentationIsRequired InspLotDocumentationIsRequired Doc. required
QualityMgmtSystemForSupplier QualityMgmtSystemForSupplier Target QM Sys.
RecrrgInspIntervalTimeInDays RecrrgInspIntervalTimeInDays Insp. Interval
ProductQualityCertificateType ProductQualityCertificateType CertificateType
ProdQualityAuthorizationGroup ProdQualityAuthorizationGroup QM Matl Auth.
_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_ProdPlantQualityManagement_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_ProdPlantQualityManagement_3 AS
SELECT
  Product,
  Plant,
  ProdQltyManagementControlKey,
  HasPostToInspectionStock,
  InspLotDocumentationIsRequired,
  QualityMgmtSystemForSupplier,
  RecrrgInspIntervalTimeInDays,
  ProductQualityCertificateType,
  ProdQualityAuthorizationGroup
FROM R_ProdPlantQualityManagementTP
;