A_CnsldtnMaterial_2

DDL: A_CNSLDTNMATERIAL_2 Type: view_entity COMPOSITE Package: FIN_CS_MD_MATERIAL

Consolidation Material

A_CnsldtnMaterial_2 is a Composite CDS View that provides data about "Consolidation Material" in SAP S/4HANA. It reads from 1 data source (R_CnsldtnMaterialTP) and exposes 2 fields with key field Material. It is exposed through 1 OData service (API_CNSLDTNMATERIAL). Part of development package FIN_CS_MD_MATERIAL.

Data Sources (1)

SourceAliasJoin Type
R_CnsldtnMaterialTP R_CnsldtnMaterialTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
OData.entityType.name CnsldtnMaterial_Type view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #COMPOSITE view
Search.searchable true view
EndUserText.label Consolidation Material view

OData Services (1)

ServiceBindingVersionContractRelease
API_CNSLDTNMATERIAL API_CNSLDTNMATERIAL V4 C2 C1

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Material _CnsldtnMaterial Material Vehicle Model
CnsldtnIsAdditionalMasterData _CnsldtnMaterial CnsldtnIsAdditionalMasterData

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 A_CnsldtnMaterial_2.
-- 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 A_CnsldtnMaterial_2 AS
SELECT
  _CnsldtnMaterial.Material AS Material,
  _CnsldtnMaterial.CnsldtnIsAdditionalMasterData AS CnsldtnIsAdditionalMasterData
FROM R_CnsldtnMaterialTP
;