E_InspLotUsageDecision

DDL: E_INSPLOTUSAGEDECISION SQL: EINSPLOTUSGDCSN Type: view EXTENSION Package: VDM_QM_INSPECTION

Inspection Lot Usage Decision Extension

E_InspLotUsageDecision is a Extension CDS View that provides data about "Inspection Lot Usage Decision Extension" in SAP S/4HANA. It reads from 1 data source (qave) and exposes 1 field with key field InspectionLot. Part of development package VDM_QM_INSPECTION.

Data Sources (1)

SourceAliasJoin Type
qave Persistence from

Annotations (8)

NameValueLevelField
EndUserText.label Inspection Lot Usage Decision Extension view
AbapCatalog.sqlViewName EINSPLOTUSGDCSN 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 #A 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_InspLotUsageDecision.
-- 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: EINSPLOTUSGDCSN

CREATE VIEW E_InspLotUsageDecision AS
SELECT
  prueflos AS InspectionLot
FROM qave AS Persistence
;