C_Mm_Rmareqvaluehelp

DDL: C_MM_RMAREQVALUEHELP SQL: CMMRMAREQVH Type: view CONSUMPTION

Supplier RMA Number Required

C_Mm_Rmareqvaluehelp is a Consumption CDS View that provides data about "Supplier RMA Number Required" in SAP S/4HANA. It reads from 1 data source (I_IsRMARequired) and exposes 2 fields with key field IsRetMatlAuthznRqdBySupplier.

Data Sources (1)

SourceAliasJoin Type
I_IsRMARequired I_IsRMARequired from

Annotations (9)

NameValueLevelField
EndUserText.label Supplier RMA Number Required view
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName CMMRMAREQVH view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY IsRetMatlAuthznRqdBySupplier IsRetMatlAuthznRqdBySupplier RMA Required
SuplrRetMatAuthNumberReqName SuplrRetMatAuthNumberReqName Short text

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_Mm_Rmareqvaluehelp.
-- 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: CMMRMAREQVH

CREATE VIEW C_Mm_Rmareqvaluehelp AS
SELECT
  IsRetMatlAuthznRqdBySupplier,
  SuplrRetMatAuthNumberReqName
FROM I_IsRMARequired
;