Deprecated
This CDS view is deprecated in S/4HANA. View all deprecated CDS views →

I_RU_MaterialReceiptDateMM

DDL: I_RU_MATERIALRECEIPTDATEMM SQL: IRUMATRCPTDATE Type: view COMPOSITE

FI RU get Material Receipt Date: MM

I_RU_MaterialReceiptDateMM is a Composite CDS View that provides data about "FI RU get Material Receipt Date: MM" in SAP S/4HANA. It reads from 1 data source (I_SAPClient) and exposes 1 field.

Data Sources (1)

SourceAliasJoin Type
I_SAPClient I_SAPClient from

Annotations (11)

NameValueLevelField
VDM.viewType #COMPOSITE view
AbapCatalog.sqlViewName IRUMATRCPTDATE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #D view
EndUserText.label FI RU get Material Receipt Date: MM view
VDM.lifecycle.status #DEPRECATED view

Fields (1)

KeyFieldSource TableSource FieldDescription
LogicalSystem LogicalSystem Logical System

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 I_RU_MaterialReceiptDateMM.
-- 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.
-- SQL view name: IRUMATRCPTDATE

CREATE VIEW I_RU_MaterialReceiptDateMM AS
SELECT
  LogicalSystem
FROM I_SAPClient
;