C_InspLotCompltnStatusT

DDL: C_INSPLOTCOMPLTNSTATUST Type: view_entity CONSUMPTION Package: ODATA_QM_INSPLOT

Codes for Completion Status

C_InspLotCompltnStatusT is a Consumption CDS View that provides data about "Codes for Completion Status" in SAP S/4HANA. It reads from 1 data source (I_InspLotCompltnStatus) and exposes 2 fields with key field InspLotCompltnStatus. Part of development package ODATA_QM_INSPLOT.

Data Sources (1)

SourceAliasJoin Type
I_InspLotCompltnStatus _InspLotCompltnStatus from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName CINSCOMPSTATUS view
EndUserText.label Codes for Completion Status view
ObjectModel.representativeKey InspLotCompltnStatus 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 InspLotCompltnStatus I_InspLotCompltnStatus InspLotCompltnStatus
InspLotCompltnStatusText

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_InspLotCompltnStatusT.
-- 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_InspLotCompltnStatusT AS
SELECT
  _InspLotCompltnStatus.InspLotCompltnStatus AS InspLotCompltnStatus,
  _InspLotCompltnStatus._InspLotCompltnStatusText[1:Language=$session.system_language].InspLotCompltnStatusText AS InspLotCompltnStatusText
FROM I_InspLotCompltnStatus AS _InspLotCompltnStatus
;