R_InspLotSerialNumberTP

DDL: R_INSPLOTSERIALNUMBERTP Type: view_entity TRANSACTIONAL

Serial Number in Inspection Lot - TP

R_InspLotSerialNumberTP is a Transactional CDS View that provides data about "Serial Number in Inspection Lot - TP" in SAP S/4HANA. It reads from 1 data source (I_InspLotSerialNumber_2) and exposes 5 fields with key fields InspectionLot, MaintenanceItemObjectList, MaintenanceItemObject.

Data Sources (1)

SourceAliasJoin Type
I_InspLotSerialNumber_2 I_InspLotSerialNumber_2 from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #TRANSACTIONAL view
EndUserText.label Serial Number in Inspection Lot - TP view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY InspectionLot InspectionLot Inspection Lot
KEY MaintenanceItemObjectList MaintenanceItemObjectList Object list
KEY MaintenanceItemObject MaintenanceItemObject
SerialNumber SerialNumber Serial Number
_InspectionLot _InspectionLot

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 R_InspLotSerialNumberTP.
-- 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 R_InspLotSerialNumberTP AS
SELECT
  InspectionLot,
  MaintenanceItemObjectList,
  MaintenanceItemObject,
  SerialNumber
FROM I_InspLotSerialNumber_2
;