C_GdsRcptItemQty
Goods Receipt Item Quantity
C_GdsRcptItemQty is a CDS View that provides data about "Goods Receipt Item Quantity" in SAP S/4HANA. It reads from 1 data source (nsdm_e_mseg) and exposes 13 fields with key fields GoodsMovement, GoodsMovementYear, GoodsMovementItem. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| nsdm_e_mseg | gr_items | from |
Associations (2)
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CGDSRCPTITEMQTY | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| EndUserText.label | Goods Receipt Item Quantity | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | GoodsMovement | nsdm_e_mseg | mblnr | Goods Movement |
| KEY | GoodsMovementYear | nsdm_e_mseg | mjahr | Goods Movement Year |
| KEY | GoodsMovementItem | nsdm_e_mseg | zeile | Agency Business Document |
| Material | nsdm_e_mseg | matnr | Material | |
| GoodsMovementEntryUnit | nsdm_e_mseg | erfme | Unit of Entry | |
| GoodsMovementEntryUnitT006A | GoodsMovementEntryUnitT006A | Goods Movement Entry Unit | ||
| BaseUnit | nsdm_e_mseg | meins | Valuation Unit | |
| BaseUnitT006A | BaseUnitT006A | Base Unit | ||
| GoodsMovementCurrency | nsdm_e_mseg | waers | Goods Movement Currency | |
| GoodsMovementEntryQty | nsdm_e_mseg | erfmg | Goods Movement Entry Quantity | |
| GdsMovementEntryQtyInBaseUnit | nsdm_e_mseg | menge | Goods Movement Entry Quantity in Base Unit | |
| InventoryValueInCoCodeCrcy | nsdm_e_mseg | dmbtr | Inventory Value in Company Code Currency | |
| shkzg | nsdm_e_mseg | shkzg | Returns |
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 C_GdsRcptItemQty.
-- 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.
-- SQL view name: CGDSRCPTITEMQTY
CREATE VIEW C_GdsRcptItemQty AS
SELECT
gr_items.mblnr AS GoodsMovement,
gr_items.mjahr AS GoodsMovementYear,
gr_items.zeile AS GoodsMovementItem,
gr_items.matnr AS Material,
gr_items.erfme AS GoodsMovementEntryUnit,
GoodsMovementEntryUnitT006A,
gr_items.meins AS BaseUnit,
BaseUnitT006A,
gr_items.waers AS GoodsMovementCurrency,
gr_items.erfmg AS GoodsMovementEntryQty,
gr_items.menge AS GdsMovementEntryQtyInBaseUnit,
gr_items.dmbtr AS InventoryValueInCoCodeCrcy,
gr_items.shkzg AS shkzg
FROM nsdm_e_mseg AS gr_items
LEFT OUTER JOIN t006a AS GoodsMovementEntryUnitT006A ON GoodsMovementEntryUnit = GoodsMovementEntryUnitT006A.msehi -- association [0..*]
LEFT OUTER JOIN t006a AS BaseUnitT006A ON BaseUnit = BaseUnitT006A.msehi -- association [0..*]
;
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