I_InspectionCatalogText

DDL: I_INSPECTIONCATALOGTEXT Type: view BASIC

Inspection Catalog - Text

I_InspectionCatalogText (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

Manufacturing

I_InspectionCatalogText is a Basic CDS View that provides data about "Inspection Catalog - Text" in SAP S/4HANA. It reads from 1 data source (tq15t) and exposes 3 fields with key fields Language, InspectionCatalog.

SAP API Hub

StateC1
Line of BusinessManufacturing
Application ComponentQM-PT
CapabilitiesData Source in SQL Select, Association Target for Defining CDS Entities, Data Source for Defining CDS Entities, Language-Dependent Text
PackageManufacturing for SAP S/4HANA Cloud Private Edition
Description <p>This CDS view provides access to the definition of catalogs for Quality Management.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
tq15t tq15t from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IINSPCATALOGTXT view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Inspection Catalog - Text view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey InspectionCatalog view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language tq15t sprache Language Key
KEY InspectionCatalog tq15t katalogart Catalog
InspSpecAdditionalCatalogText tq15t katalogtxt Short Text for the Catalog

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_InspectionCatalogText.
-- 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 I_InspectionCatalogText AS
SELECT
  tq15t.sprache AS Language,
  tq15t.katalogart AS InspectionCatalog,
  tq15t.katalogtxt AS InspSpecAdditionalCatalogText
FROM tq15t
;