ARun_ValAddedSrvcInbDeliv

DDL: ARUN_VALADDEDSRVCINBDELIV Type: view Package: ARUN_ITA

ARun_ValAddedSrvcInbDeliv

ARun_ValAddedSrvcInbDeliv is a CDS View that provides data about "ARun_ValAddedSrvcInbDeliv" in SAP S/4HANA. It reads from 1 data source (ARun_ValAddedSrvcInbDelivStk) and exposes 7 fields. Part of development package ARUN_ITA.

Data Sources (1)

SourceAliasJoin Type
ARun_ValAddedSrvcInbDelivStk _ARunValAddedSrvcInbDelivStk from

Annotations (9)

NameValueLevelField
ClientHandling.algorithm #AUTOMATED view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
AbapCatalog.sqlViewName ARUNVASINBDELIV view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view

Fields (7)

KeyFieldSource TableSource FieldDescription
InboundDelivery ARun_ValAddedSrvcInbDelivStk InboundDelivery LE Delivery
InboundDeliveryItem ARun_ValAddedSrvcInbDelivStk InboundDeliveryItem Item
ValAddedSrvcItemNumber ARun_ValAddedSrvcInbDelivStk ValAddedSrvcItemNumber
ValueAddedServiceType ARun_ValAddedSrvcInbDelivStk ValueAddedServiceType
ValueAddedSubServiceType ARun_ValAddedSrvcInbDelivStk ValueAddedSubServiceType
Plant ARun_ValAddedSrvcInbDelivStk Plant Valuation Area
Material ARun_ValAddedSrvcInbDelivStk Material Vehicle Model

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 ARun_ValAddedSrvcInbDeliv.
-- 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 ARun_ValAddedSrvcInbDeliv AS
SELECT
  _ARunValAddedSrvcInbDelivStk.InboundDelivery AS InboundDelivery,
  _ARunValAddedSrvcInbDelivStk.InboundDeliveryItem AS InboundDeliveryItem,
  _ARunValAddedSrvcInbDelivStk.ValAddedSrvcItemNumber AS ValAddedSrvcItemNumber,
  _ARunValAddedSrvcInbDelivStk.ValueAddedServiceType AS ValueAddedServiceType,
  _ARunValAddedSrvcInbDelivStk.ValueAddedSubServiceType AS ValueAddedSubServiceType,
  _ARunValAddedSrvcInbDelivStk.Plant AS Plant,
  _ARunValAddedSrvcInbDelivStk.Material AS Material
FROM ARun_ValAddedSrvcInbDelivStk AS _ARunValAddedSrvcInbDelivStk
;