C_CnsldtnMDUpldMaterial

DDL: C_CNSLDTNMDUPLDMATERIAL Type: view_entity CONSUMPTION Package: FIN_CS_MD_MATERIAL

Consolidation Material Upload Work Area

C_CnsldtnMDUpldMaterial is a Consumption CDS View that provides data about "Consolidation Material Upload Work Area" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnMDUpldMaterial) and exposes 7 fields with key field CnsldtnMDUpldRecdUUID. It is exposed through 1 OData service (ASQL_F3924). Part of development package FIN_CS_MD_MATERIAL.

Data Sources (1)

SourceAliasJoin Type
I_CnsldtnMDUpldMaterial _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 Consolidation Material Upload Work Area view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F3924 ASQL_F3924 C2 NOT_RELEASED

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY CnsldtnMDUpldRecdUUID I_CnsldtnMDUpldMaterial CnsldtnMDUpldRecdUUID Waste Partner UUID
CnsldtnMDUpldRecdStatus I_CnsldtnMDUpldMaterial CnsldtnMDUpldRecdStatus Workflow Status
CnsldtnMDUpldRecdStatusText
CnsldtnMDUpldRecdStatusDetail I_CnsldtnMDUpldMaterial CnsldtnMDUpldRecdStatusDetail Status Detail
Material I_CnsldtnMDUpldMaterial Material Vehicle Model
Language I_CnsldtnMDUpldMaterial Language Report Text Language
MaterialName I_CnsldtnMDUpldMaterial MaterialName Material Description

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_CnsldtnMDUpldMaterial.
-- 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_CnsldtnMDUpldMaterial 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.Material AS Material,
  _Source.Language AS Language,
  _Source.MaterialName AS MaterialName
FROM I_CnsldtnMDUpldMaterial AS _Source
;