E_InspectionLot

DDL: E_INSPECTIONLOT SQL: EINSPECTIONLOT Type: view EXTENSION

Inspection Lot Extension

E_InspectionLot is a Extension CDS View that provides data about "Inspection Lot Extension" in SAP S/4HANA. It reads from 1 data source (qals) and exposes 1 field with key field InspectionLot.

Data Sources (1)

SourceAliasJoin Type
qals Persistence from

Annotations (8)

NameValueLevelField
EndUserText.label Inspection Lot Extension view
AbapCatalog.sqlViewName EINSPECTIONLOT view
ClientHandling.algorithm #AUTOMATED view
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY InspectionLot prueflos Inspection Lot

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 E_InspectionLot.
-- 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: EINSPECTIONLOT

CREATE VIEW E_InspectionLot AS
SELECT
  prueflos AS InspectionLot
FROM qals AS Persistence
;