C_MDOODMOBJECTTYPE

DDL: C_MDOODMOBJECTTYPE Type: view_entity

Projection View forI_MDOODMOBJECTTYPE

C_MDOODMOBJECTTYPE is a CDS View that provides data about "Projection View forI_MDOODMOBJECTTYPE" in SAP S/4HANA. It reads from 1 data source (R_MDOODMOBJECTTYPE) and exposes 6 fields with key field Id. It is exposed through 1 OData service (MANAGEODMOBJECTTYPE).

Data Sources (1)

SourceAliasJoin Type
R_MDOODMOBJECTTYPE R_MDOODMOBJECTTYPE projection

Annotations (3)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.allowExtensions true view
EndUserText.label Projection View forI_MDOODMOBJECTTYPE view

OData Services (1)

ServiceBindingVersionContractRelease
MANAGEODMOBJECTTYPE MDO_MANAGEODMOBJECTTYPE V2 C1 NOT_RELEASED

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Id Id WorklistID
OdmObjectType OdmObjectType ODM Type
CreatedByUser CreatedByUser User Name
CreatedAt CreatedAt Time Stamp
LastChangedByUser LastChangedByUser User Name
LastChangedAt LastChangedAt Time Stamp

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_MDOODMOBJECTTYPE.
-- 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 C_MDOODMOBJECTTYPE AS
SELECT
  Id,
  OdmObjectType,
  CreatedByUser,
  CreatedAt,
  LastChangedByUser,
  LastChangedAt
FROM R_MDOODMOBJECTTYPE
;