I_InbDelivItemSerialNumberTP

DDL: I_INBDELIVITEMSERIALNUMBERTP Type: view_entity TRANSACTIONAL Package: RAP_LE_IBD

Inbound Delivery Item Serial Number - TP

I_InbDelivItemSerialNumberTP is a Transactional CDS View that provides data about "Inbound Delivery Item Serial Number - TP" in SAP S/4HANA. It reads from 1 data source (R_InbDelivItemSerialNumberTP) and exposes 6 fields with key fields InboundDelivery, InboundDeliveryItem, SerialNumber. Part of development package RAP_LE_IBD.

Data Sources (1)

SourceAliasJoin Type
R_InbDelivItemSerialNumberTP R_InbDelivItemSerialNumberTP projection

Annotations (10)

NameValueLevelField
EndUserText.label Inbound Delivery Item Serial Number - TP view
AccessControl.authorizationCheck #MANDATORY view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #TRANSACTIONAL view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.representativeKey SerialNumber view
Metadata.ignorePropagatedAnnotations true view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY InboundDelivery InboundDelivery LE Delivery
KEY InboundDeliveryItem InboundDeliveryItem Item
KEY SerialNumber SerialNumber Serial Number
Equipment Equipment Equipment check
Material Material Vehicle Model
_DeliveryredirectedtoI_InboundDeliveryTP

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 I_InbDelivItemSerialNumberTP.
-- 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 I_InbDelivItemSerialNumberTP AS
SELECT
  InboundDelivery,
  InboundDeliveryItem,
  SerialNumber,
  Equipment,
  Material
FROM R_InbDelivItemSerialNumberTP
;