I_SupDmndAllDocNonBatchStock
View for Non Batch Stock
I_SupDmndAllDocNonBatchStock is a Composite CDS View that provides data about "View for Non Batch Stock" in SAP S/4HANA. It reads from 2 data sources (P_ARunAssgmtSup, I_SupDmndAllDocNonBatStkBsc) and exposes 35 fields.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| P_ARunAssgmtSup | bdbs | left_outer |
| I_SupDmndAllDocNonBatStkBsc | Stock | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | ISUPDMNDADNBSTK | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| EndUserText.label | View for Non Batch Stock | view |
Fields (35)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| SupplyNumber | I_SupDmndAllDocNonBatStkBsc | SupplyNumber | ||
| SupplyItem | I_SupDmndAllDocNonBatStkBsc | SupplyItem | ||
| SupplyScheduleLine | I_SupDmndAllDocNonBatStkBsc | SupplyScheduleLine | ||
| Material | I_SupDmndAllDocNonBatStkBsc | Material | Vehicle Model | |
| Plant | I_SupDmndAllDocNonBatStkBsc | Plant | Valuation Area | |
| Batch | I_SupDmndAllDocNonBatStkBsc | Batch | Lot No. | |
| StorageLocation | I_SupDmndAllDocNonBatStkBsc | StorageLocation | StorageLocation | |
| SupAssgmtSource | I_SupDmndAllDocNonBatStkBsc | SupAssgmtSource | ||
| AssignedSupplyType | I_SupDmndAllDocNonBatStkBsc | AssignedSupplyType | ||
| SupplyDeliveryDate | I_SupDmndAllDocNonBatStkBsc | SupplyDeliveryDate | ||
| ProductAvailabilityDate | I_SupDmndAllDocNonBatStkBsc | ProductAvailabilityDate | Mat.Avail.Date | |
| InventorySpecialStockType | I_SupDmndAllDocNonBatStkBsc | InventorySpecialStockType | Special Stock Type | |
| SalesOrder | I_SupDmndAllDocNonBatStkBsc | SalesOrder | SD Document | |
| SalesOrderItem | I_SupDmndAllDocNonBatStkBsc | SalesOrderItem | Sales Order Item | |
| MaterialGroup | I_SupDmndAllDocNonBatStkBsc | MaterialGroup | Product Group | |
| Customer | I_SupDmndAllDocNonBatStkBsc | Customer | Sold-to Party | |
| Supplier | I_SupDmndAllDocNonBatStkBsc | Supplier | Supplier | |
| CrossPlantConfigurableProduct | I_SupDmndAllDocNonBatStkBsc | CrossPlantConfigurableProduct | Cross-plant CP | |
| IsInternalBatchManaged | I_SupDmndAllDocNonBatStkBsc | IsInternalBatchManaged | Batches | |
| TotalQuantity | I_SupDmndAllDocNonBatStkBsc | TotalQuantity | Activity Quantity | |
| UnrestrictedStkInStkUnit | UnrestrictedStkInStkUnit | |||
| QualityInspectionStockQuantity | QualityInspectionStockQuantity | |||
| TransferStockStorageLocQty | TransferStockStorageLocQty | |||
| TransferStockPlantQuantity | TransferStockPlantQuantity | |||
| StockInTransitQuantity | StockInTransitQuantity | Stk in Transit | ||
| BlockedStockQuantity | BlockedStockQuantity | |||
| RestrictedStockQuantity | RestrictedStockQuantity | |||
| TiedEmptiesStockQuantity | TiedEmptiesStockQuantity | |||
| GoodsReceiptBlockedStockQty | GoodsReceiptBlockedStockQty | Val. GR Blocked Stck | ||
| AssignedQuantityInBaseUnit | AssignedQuantityInBaseUnit | |||
| NormalAssignedQuantityInBsUnt | NormalAssignedQuantityInBsUnt | |||
| PreviewAssignedQuantityInBsUnt | PreviewAssignedQuantityInBsUnt | |||
| BaseUnit | I_SupDmndAllDocNonBatStkBsc | BaseUnit | Unit of Measure | |
| StockSegment | I_SupDmndAllDocNonBatStkBsc | StockSegment | Stock Segment | |
| DeliveredQuantity | I_SupDmndAllDocNonBatStkBsc | DeliveredQuantity | Qty. in OPUn |
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_SupDmndAllDocNonBatchStock.
-- 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_SupDmndAllDocNonBatchStock AS
SELECT
Stock.SupplyNumber AS SupplyNumber,
Stock.SupplyItem AS SupplyItem,
Stock.SupplyScheduleLine AS SupplyScheduleLine,
Stock.Material AS Material,
Stock.Plant AS Plant,
Stock.Batch AS Batch,
Stock.StorageLocation AS StorageLocation,
Stock.SupAssgmtSource AS SupAssgmtSource,
Stock.AssignedSupplyType AS AssignedSupplyType,
Stock.SupplyDeliveryDate AS SupplyDeliveryDate,
Stock.ProductAvailabilityDate AS ProductAvailabilityDate,
Stock.InventorySpecialStockType AS InventorySpecialStockType,
Stock.SalesOrder AS SalesOrder,
Stock.SalesOrderItem AS SalesOrderItem,
Stock.MaterialGroup AS MaterialGroup,
Stock.Customer AS Customer,
Stock.Supplier AS Supplier,
Stock.CrossPlantConfigurableProduct AS CrossPlantConfigurableProduct,
Stock.IsInternalBatchManaged AS IsInternalBatchManaged,
Stock.TotalQuantity AS TotalQuantity,
UnrestrictedStkInStkUnit,
QualityInspectionStockQuantity,
TransferStockStorageLocQty,
TransferStockPlantQuantity,
StockInTransitQuantity,
BlockedStockQuantity,
RestrictedStockQuantity,
TiedEmptiesStockQuantity,
GoodsReceiptBlockedStockQty,
AssignedQuantityInBaseUnit,
NormalAssignedQuantityInBsUnt,
PreviewAssignedQuantityInBsUnt,
Stock.BaseUnit AS BaseUnit,
Stock.StockSegment AS StockSegment,
Stock.DeliveredQuantity AS DeliveredQuantity
FROM I_SupDmndAllDocNonBatStkBsc AS Stock
LEFT OUTER JOIN P_ARunAssgmtSup AS bdbs ON /* join condition not captured in parsed metadata */
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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