F_Mmim_Matdoc_Year_Vh

DDL: F_MMIM_MATDOC_YEAR_VH Type: view_entity Package: MBND_CLOUD_BL

Help-View for material document year

F_Mmim_Matdoc_Year_Vh is a CDS View that provides data about "Help-View for material document year" in SAP S/4HANA. It reads from 1 data source (I_MaterialDocumentRecord) and exposes 1 field with key field MaterialDocumentYear. Part of development package MBND_CLOUD_BL.

Data Sources (1)

SourceAliasJoin Type
I_MaterialDocumentRecord I_MaterialDocumentRecord from

Annotations (7)

NameValueLevelField
EndUserText.label Help-View for material document year view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
DataAging.noAgingRestriction true view
Search.searchable true view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY MaterialDocumentYear MaterialDocumentYear Material Document Year

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 F_Mmim_Matdoc_Year_Vh.
-- 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 F_Mmim_Matdoc_Year_Vh AS
SELECT
  MaterialDocumentYear
FROM I_MaterialDocumentRecord
;