ARun_ValAddedSrvcSTOItms
ARun_ValAddedSrvcSTOItms is a CDS View in SAP S/4HANA. It reads from 2 data sources (ARun_ValAddedSrvcSTOBsc, ARun_ValAddedSrvcSTOShipgInfo) and exposes 15 fields.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| ARun_ValAddedSrvcSTOBsc | _ARunValAddedSrvcSTOBsc | from |
| ARun_ValAddedSrvcSTOShipgInfo | _ARunValAddedSrvcSTOShipgInfo | inner |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #AUTOMATED | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | ARUNVASSTOITMS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| RequirementType | ARun_ValAddedSrvcSTOShipgInfo | RequirementType | RequirementType | |
| PurchaseOrder | ARun_ValAddedSrvcSTOShipgInfo | PurchaseOrder | Purchasing Document | |
| PurchaseOrderItem | ARun_ValAddedSrvcSTOShipgInfo | ValAddedSrvcItemNumberInMM | ||
| ValAddedSrvcItemNumber | ARun_ValAddedSrvcSTOShipgInfo | PurchaseOrderItem | Purchasing Document Item | |
| Plant | ARun_ValAddedSrvcSTOShipgInfo | Plant | Valuation Area | |
| Material | ARun_ValAddedSrvcSTOShipgInfo | Material | Vehicle Model | |
| ValAddedSrvcHasToBeOrdered | ARun_ValAddedSrvcSTOBsc | fsh_req_rel | Req Relevance | |
| SoldToParty | ARun_ValAddedSrvcSTOShipgInfo | SoldToParty | Sold-to Party | |
| ShipToParty | ARun_ValAddedSrvcSTOShipgInfo | ShipToParty | Ship-To Party (obsolete) | |
| OrderType | ARun_ValAddedSrvcSTOShipgInfo | OrderType | Order Type | |
| SalesOrganization | ARun_ValAddedSrvcSTOShipgInfo | SalesOrganization | Sales Organization | |
| DistributionChannel | ARun_ValAddedSrvcSTOShipgInfo | DistributionChannel | RefDistCh-Cust/Mat. | |
| Division | ARun_ValAddedSrvcSTOShipgInfo | Division | Internal Division ID | |
| ShippingGroupNumber | ARun_ValAddedSrvcSTOShipgInfo | ShippingGroupNumber | PSST Group | |
| RequestedRqmtQtyInBaseUnit | ARun_ValAddedSrvcSTOShipgInfo | RequestedRqmtQtyInBaseUnit |
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_ValAddedSrvcSTOItms.
-- 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_ValAddedSrvcSTOItms AS
SELECT
_ARunValAddedSrvcSTOShipgInfo.RequirementType AS RequirementType,
_ARunValAddedSrvcSTOShipgInfo.PurchaseOrder AS PurchaseOrder,
_ARunValAddedSrvcSTOShipgInfo.ValAddedSrvcItemNumberInMM AS PurchaseOrderItem,
_ARunValAddedSrvcSTOShipgInfo.PurchaseOrderItem AS ValAddedSrvcItemNumber,
_ARunValAddedSrvcSTOShipgInfo.Plant AS Plant,
_ARunValAddedSrvcSTOShipgInfo.Material AS Material,
_ARunValAddedSrvcSTOBsc.fsh_req_rel AS ValAddedSrvcHasToBeOrdered,
_ARunValAddedSrvcSTOShipgInfo.SoldToParty AS SoldToParty,
_ARunValAddedSrvcSTOShipgInfo.ShipToParty AS ShipToParty,
_ARunValAddedSrvcSTOShipgInfo.OrderType AS OrderType,
_ARunValAddedSrvcSTOShipgInfo.SalesOrganization AS SalesOrganization,
_ARunValAddedSrvcSTOShipgInfo.DistributionChannel AS DistributionChannel,
_ARunValAddedSrvcSTOShipgInfo.Division AS Division,
_ARunValAddedSrvcSTOShipgInfo.ShippingGroupNumber AS ShippingGroupNumber,
_ARunValAddedSrvcSTOShipgInfo.RequestedRqmtQtyInBaseUnit AS RequestedRqmtQtyInBaseUnit
FROM ARun_ValAddedSrvcSTOBsc AS _ARunValAddedSrvcSTOBsc
INNER JOIN ARun_ValAddedSrvcSTOShipgInfo AS _ARunValAddedSrvcSTOShipgInfo ON /* join condition not captured in parsed metadata */
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA