I_QltyCtrlChartAggrgnCriterion

DDL: I_QLTYCTRLCHARTAGGRGNCRITERION SQL: IQCTRLCHAGGRC Type: view BASIC Package: VDM_QM_INSPECTION

Quality Control Chart Aggregation Criterion

I_QltyCtrlChartAggrgnCriterion is a Basic CDS View (Dimension) that provides data about "Quality Control Chart Aggregation Criterion" in SAP S/4HANA. It reads from 1 data source (qpsp) and exposes 2 fields with key field QltyCtrlChartAggrgnCriterion. It has 1 association to related views. It is exposed through 1 OData service (ASQL_F1685A). Part of development package VDM_QM_INSPECTION.

Data Sources (1)

SourceAliasJoin Type
qpsp qpsp from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_QltyCtrlChartAggrgnCritText _Text $projection.QltyCtrlChartAggrgnCriterion = _Text.QltyCtrlChartAggrgnCriterion

Annotations (11)

NameValueLevelField
EndUserText.label Quality Control Chart Aggregation Criterion view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName IQCTRLCHAGGRC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey QltyCtrlChartAggrgnCriterion view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #A view
Metadata.allowExtensions true view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F1685A ASQL_F1685A C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY QltyCtrlChartAggrgnCriterion spckrit SPC Criterion
_Text _Text

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 I_QltyCtrlChartAggrgnCriterion.
-- 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.
-- SQL view name: IQCTRLCHAGGRC

CREATE VIEW I_QltyCtrlChartAggrgnCriterion AS
SELECT
  spckrit AS QltyCtrlChartAggrgnCriterion
FROM qpsp
LEFT OUTER JOIN I_QltyCtrlChartAggrgnCritText AS _Text ON QltyCtrlChartAggrgnCriterion = _Text.QltyCtrlChartAggrgnCriterion  -- association [0..*]
;