C_InspLotRsltRecgStatusT

DDL: C_INSPLOTRSLTRECGSTATUST Type: view_entity CONSUMPTION Package: ODATA_QM_INSPLOT

Codes for Results Recording

C_InspLotRsltRecgStatusT is a Consumption CDS View that provides data about "Codes for Results Recording" in SAP S/4HANA. It reads from 1 data source (I_InspLotRsltRecgStatus) and exposes 2 fields with key field InspLotRsltRecgStatus. Part of development package ODATA_QM_INSPLOT.

Data Sources (1)

SourceAliasJoin Type
I_InspLotRsltRecgStatus _InspLotRsltRecgStatus from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName CINSPRECGSTATUS view
EndUserText.label Codes for Results Recording view
ObjectModel.representativeKey InspLotRsltRecgStatus view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InspLotRsltRecgStatus I_InspLotRsltRecgStatus InspLotRsltRecgStatus
InspLotRsltRecgStatusText

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_InspLotRsltRecgStatusT.
-- 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_InspLotRsltRecgStatusT AS
SELECT
  _InspLotRsltRecgStatus.InspLotRsltRecgStatus AS InspLotRsltRecgStatus,
  _InspLotRsltRecgStatus._InspLotRsltRecgStatusText[1:Language=$session.system_language].InspLotRsltRecgStatusText AS InspLotRsltRecgStatusText
FROM I_InspLotRsltRecgStatus AS _InspLotRsltRecgStatus
;