C_CnsldtnMDUpldMaterialGroup
Cnsldtn Material Group Upload Work Area
C_CnsldtnMDUpldMaterialGroup is a Consumption CDS View that provides data about "Cnsldtn Material Group Upload Work Area" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnMDUpldMaterialGroup) and exposes 7 fields with key field CnsldtnMDUpldRecdUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CnsldtnMDUpldMaterialGroup | _Source | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| VDM.viewType | #CONSUMPTION | view | |
| UI.textArrangement | #TEXT_LAST | view | |
| EndUserText.label | Cnsldtn Material Group Upload Work Area | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CnsldtnMDUpldRecdUUID | I_CnsldtnMDUpldMaterialGroup | CnsldtnMDUpldRecdUUID | Waste Partner UUID |
| CnsldtnMDUpldRecdStatus | I_CnsldtnMDUpldMaterialGroup | CnsldtnMDUpldRecdStatus | Workflow Status | |
| CnsldtnMDUpldRecdStatusText | ||||
| CnsldtnMDUpldRecdStatusDetail | I_CnsldtnMDUpldMaterialGroup | CnsldtnMDUpldRecdStatusDetail | Status Detail | |
| MaterialGroup | I_CnsldtnMDUpldMaterialGroup | MaterialGroup | Product Group | |
| Language | I_CnsldtnMDUpldMaterialGroup | Language | Report Text Language | |
| MaterialGroupName | I_CnsldtnMDUpldMaterialGroup | MaterialGroupName | prod Grp Desc. |
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_CnsldtnMDUpldMaterialGroup.
-- 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 C_CnsldtnMDUpldMaterialGroup AS
SELECT
_Source.CnsldtnMDUpldRecdUUID AS CnsldtnMDUpldRecdUUID,
_Source.CnsldtnMDUpldRecdStatus AS CnsldtnMDUpldRecdStatus,
_MDUpldRecdStatus._Text[1: Language=$session.system_language].CnsldtnMDUpldRecdStatusText AS CnsldtnMDUpldRecdStatusText,
_Source.CnsldtnMDUpldRecdStatusDetail AS CnsldtnMDUpldRecdStatusDetail,
_Source.MaterialGroup AS MaterialGroup,
_Source.Language AS Language,
_Source.MaterialGroupName AS MaterialGroupName
FROM I_CnsldtnMDUpldMaterialGroup AS _Source
;
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