ARun_ValAddedSrvcSTOAssgmt

DDL: ARUN_VALADDEDSRVCSTOASSGMT Type: view

ARun_ValAddedSrvcSTOAssgmt is a CDS View in SAP S/4HANA. It reads from 2 data sources (ARun_ValAddedSrvcNormalAssgmt, ARun_ValAddedSrvcSTODmndDocs) and exposes 33 fields.

Data Sources (2)

SourceAliasJoin Type
ARun_ValAddedSrvcNormalAssgmt _ARunValAddedSrvcNormal left_outer
ARun_ValAddedSrvcSTODmndDocs _ARunValAddedSrvSTODmndDocs from

Annotations (9)

NameValueLevelField
ClientHandling.algorithm #AUTOMATED view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
AbapCatalog.sqlViewName ARUNVASSTOASSG 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 (33)

KeyFieldSource TableSource FieldDescription
RequirementType ARun_ValAddedSrvcSTODmndDocs RequirementType RequirementType
PurchaseOrder ARun_ValAddedSrvcSTODmndDocs PurchaseOrder Purchasing Document
PurchaseOrderItem ARun_ValAddedSrvcSTODmndDocs PurchaseOrderItem Purchasing Document Item
ValAddedSrvcItemNumber ARun_ValAddedSrvcSTODmndDocs ValAddedSrvcItemNumber
ValAddedSrvcHasToBeOrdered ARun_ValAddedSrvcSTODmndDocs ValAddedSrvcHasToBeOrdered
Plant ARun_ValAddedSrvcSTODmndDocs Plant Valuation Area
Material ARun_ValAddedSrvcSTODmndDocs Material Vehicle Model
RqmtIsSupAssgmtRelevant ARun_ValAddedSrvcSTODmndDocs RqmtIsSupAssgmtRelevant
IsInternalBatchManaged ARun_ValAddedSrvcSTODmndDocs IsInternalBatchManaged Batches
RequestedDate ARun_ValAddedSrvcSTODmndDocs RequestedDate Requested date
ProductAvailabilityDate ARun_ValAddedSrvcSTODmndDocs ProductAvailabilityDate Mat.Avail.Date
RequestedRqmtQtyInBaseUnit ARun_ValAddedSrvcSTODmndDocs RequestedRqmtQtyInBaseUnit
DeliveredQuantityInBaseUnit ARun_ValAddedSrvcSTODmndDocs DeliveredQuantityInBaseUnit
ConfirmedRqmtQtyInBaseUnit ARun_ValAddedSrvcSTODmndDocs ConfirmedRqmtQtyInBaseUnit
SalesOrganization ARun_ValAddedSrvcSTODmndDocs SalesOrganization Sales Organization
DistributionChannel ARun_ValAddedSrvcSTODmndDocs DistributionChannel RefDistCh-Cust/Mat.
Division ARun_ValAddedSrvcSTODmndDocs Division Internal Division ID
OrderType ARun_ValAddedSrvcSTODmndDocs OrderType Order Type
SoldToParty ARun_ValAddedSrvcSTODmndDocs SoldToParty Sold-to Party
ShipToParty ARun_ValAddedSrvcSTODmndDocs ShipToParty Ship-To Party (obsolete)
ShippingGroupNumber ARun_ValAddedSrvcSTODmndDocs ShippingGroupNumber PSST Group
ARunUUID ARun_ValAddedSrvcNormalAssgmt ARunUUID ARun ID
CrossPlantConfigurableProduct ARun_ValAddedSrvcSTODmndDocs CrossPlantConfigurableProduct Cross-plant CP
SupplyAssignmentStatus ARun_ValAddedSrvcNormalAssgmt SupplyAssignmentStatus ARun Status
AssignedSupplyType ARun_ValAddedSrvcNormalAssgmt AssignedSupplyType Stock Source
StorageLocation ARun_ValAddedSrvcNormalAssgmt StorageLocation StorageLocation
Batch ARun_ValAddedSrvcNormalAssgmt Batch Lot No.
InboundDelivery ARun_ValAddedSrvcNormalAssgmt InboundDelivery LE Delivery
InboundDeliveryItem ARun_ValAddedSrvcNormalAssgmt InboundDeliveryItem Item
HigherLvlItmOfBatSpltItm ARun_ValAddedSrvcNormalAssgmt HigherLvlItmOfBatSpltItm
SupplyDeliveryDate ARun_ValAddedSrvcNormalAssgmt SupplyDeliveryDate Delivery Date PO
AssignedQuantityInBaseUnit ARun_ValAddedSrvcNormalAssgmt AssignedQuantityInBaseUnit Assigned Qty
BaseUnit ARun_ValAddedSrvcNormalAssgmt BaseUnit Unit of Measure

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_ValAddedSrvcSTOAssgmt.
-- 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_ValAddedSrvcSTOAssgmt AS
SELECT
  _ARunValAddedSrvSTODmndDocs.RequirementType AS RequirementType,
  _ARunValAddedSrvSTODmndDocs.PurchaseOrder AS PurchaseOrder,
  _ARunValAddedSrvSTODmndDocs.PurchaseOrderItem AS PurchaseOrderItem,
  _ARunValAddedSrvSTODmndDocs.ValAddedSrvcItemNumber AS ValAddedSrvcItemNumber,
  _ARunValAddedSrvSTODmndDocs.ValAddedSrvcHasToBeOrdered AS ValAddedSrvcHasToBeOrdered,
  _ARunValAddedSrvSTODmndDocs.Plant AS Plant,
  _ARunValAddedSrvSTODmndDocs.Material AS Material,
  _ARunValAddedSrvSTODmndDocs.RqmtIsSupAssgmtRelevant AS RqmtIsSupAssgmtRelevant,
  _ARunValAddedSrvSTODmndDocs.IsInternalBatchManaged AS IsInternalBatchManaged,
  _ARunValAddedSrvSTODmndDocs.RequestedDate AS RequestedDate,
  _ARunValAddedSrvSTODmndDocs.ProductAvailabilityDate AS ProductAvailabilityDate,
  _ARunValAddedSrvSTODmndDocs.RequestedRqmtQtyInBaseUnit AS RequestedRqmtQtyInBaseUnit,
  _ARunValAddedSrvSTODmndDocs.DeliveredQuantityInBaseUnit AS DeliveredQuantityInBaseUnit,
  _ARunValAddedSrvSTODmndDocs.ConfirmedRqmtQtyInBaseUnit AS ConfirmedRqmtQtyInBaseUnit,
  _ARunValAddedSrvSTODmndDocs.SalesOrganization AS SalesOrganization,
  _ARunValAddedSrvSTODmndDocs.DistributionChannel AS DistributionChannel,
  _ARunValAddedSrvSTODmndDocs.Division AS Division,
  _ARunValAddedSrvSTODmndDocs.OrderType AS OrderType,
  _ARunValAddedSrvSTODmndDocs.SoldToParty AS SoldToParty,
  _ARunValAddedSrvSTODmndDocs.ShipToParty AS ShipToParty,
  _ARunValAddedSrvSTODmndDocs.ShippingGroupNumber AS ShippingGroupNumber,
  _ARunValAddedSrvcNormal.ARunUUID AS ARunUUID,
  _ARunValAddedSrvSTODmndDocs.CrossPlantConfigurableProduct AS CrossPlantConfigurableProduct,
  _ARunValAddedSrvcNormal.SupplyAssignmentStatus AS SupplyAssignmentStatus,
  _ARunValAddedSrvcNormal.AssignedSupplyType AS AssignedSupplyType,
  _ARunValAddedSrvcNormal.StorageLocation AS StorageLocation,
  _ARunValAddedSrvcNormal.Batch AS Batch,
  _ARunValAddedSrvcNormal.InboundDelivery AS InboundDelivery,
  _ARunValAddedSrvcNormal.InboundDeliveryItem AS InboundDeliveryItem,
  _ARunValAddedSrvcNormal.HigherLvlItmOfBatSpltItm AS HigherLvlItmOfBatSpltItm,
  _ARunValAddedSrvcNormal.SupplyDeliveryDate AS SupplyDeliveryDate,
  _ARunValAddedSrvcNormal.AssignedQuantityInBaseUnit AS AssignedQuantityInBaseUnit,
  _ARunValAddedSrvcNormal.BaseUnit AS BaseUnit
FROM ARun_ValAddedSrvcSTODmndDocs AS _ARunValAddedSrvSTODmndDocs
LEFT OUTER JOIN ARun_ValAddedSrvcNormalAssgmt AS _ARunValAddedSrvcNormal ON /* join condition not captured in parsed metadata */
;