C_InspectionLotApprFltT

DDL: C_INSPECTIONLOTAPPRFLTT SQL: CINSPLOTAPPRFLTT Type: view CONSUMPTION

Inspection Lot Approval

C_InspectionLotApprFltT is a Consumption CDS View that provides data about "Inspection Lot Approval" in SAP S/4HANA. It reads from 1 data source (I_InspectionLotApproval) and exposes 2 fields with key field InspectionLotApproval.

Data Sources (1)

SourceAliasJoin Type
I_InspectionLotApproval _InspectionLotApproval from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CINSPLOTAPPRFLTT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Inspection Lot Approval view
ObjectModel.representativeKey InspectionLotApproval 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 InspectionLotApproval I_InspectionLotApproval InspectionLotApproval
InspectionLotApprovalText

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_InspectionLotApprFltT.
-- 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: CINSPLOTAPPRFLTT

CREATE VIEW C_InspectionLotApprFltT AS
SELECT
  _InspectionLotApproval.InspectionLotApproval AS InspectionLotApproval,
  _InspectionLotApproval._Text[1:Language=$session.system_language].InspectionLotApprovalText AS InspectionLotApprovalText
FROM I_InspectionLotApproval AS _InspectionLotApproval
;