I_EWM_QualityInspectionGroupT

DDL: I_EWM_QUALITYINSPECTIONGROUPT SQL: IEWMQULTYINPGRPT Type: view BASIC Package: VDM_EWM_CORE

Quality Inspection Group - Text

I_EWM_QualityInspectionGroupT is a Basic CDS View that provides data about "Quality Inspection Group - Text" in SAP S/4HANA. It reads from 1 data source (tqgrpt) and exposes 3 fields with key fields Language, QualityInspectionGroup. Part of development package VDM_EWM_CORE.

Data Sources (1)

SourceAliasJoin Type
tqgrpt tqgrpt from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IEWMQULTYINPGRPT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
ObjectModel.representativeKey QualityInspectionGroup view
EndUserText.label Quality Inspection Group - Text view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language langu Primary lang.
KEY QualityInspectionGroup qgrp Qual.Insp.Grp
QualityInspectionGroupText text User Group

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_EWM_QualityInspectionGroupT.
-- 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: IEWMQULTYINPGRPT

CREATE VIEW I_EWM_QualityInspectionGroupT AS
SELECT
  langu AS Language,
  qgrp AS QualityInspectionGroup,
  text AS QualityInspectionGroupText
FROM tqgrpt
;