A_MDORULEASSIGNMENT

DDL: A_MDORULEASSIGNMENT Type: view_entity

MDO: Data Ownership -Rule Assignment

A_MDORULEASSIGNMENT is a CDS View that provides data about "MDO: Data Ownership -Rule Assignment" in SAP S/4HANA. It reads from 1 data source (R_MDORULEASSIGNMENT) and exposes 5 fields with key field Id. It is exposed through 1 OData service (REPLICATEDATAOWNERSHIP).

Data Sources (1)

SourceAliasJoin Type
R_MDORULEASSIGNMENT R_MDORULEASSIGNMENT projection

Annotations (3)

NameValueLevelField
EndUserText.label MDO: Data Ownership -Rule Assignment view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.allowExtensions true view

OData Services (1)

ServiceBindingVersionContractRelease
REPLICATEDATAOWNERSHIP MDO_REPLICATEDATAOWNERSHIP V4 C2 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Id Id WorklistID
FieldGroupId FieldGroupId ID
TechnicalName TechnicalName Technical Name
ParentId ParentId UUID
OwnershipModelId OwnershipModelId UUID

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_MDORULEASSIGNMENT.
-- 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_MDORULEASSIGNMENT AS
SELECT
  Id,
  FieldGroupId,
  TechnicalName,
  ParentId,
  OwnershipModelId
FROM R_MDORULEASSIGNMENT
;