C_CnsldtnMDUpldMaterialGroup

DDL: C_CNSLDTNMDUPLDMATERIALGROUP Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
I_CnsldtnMDUpldMaterialGroup _Source from

Annotations (8)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
;