I_BusEvtLogEntityElementList

DDL: I_BUSEVTLOGENTITYELEMENTLIST Type: view_entity BASIC

Business Event Log Entity Element List

I_BusEvtLogEntityElementList is a Basic CDS View that provides data about "Business Event Log Entity Element List" in SAP S/4HANA. It reads from 1 data source (dd03nd) and exposes 3 fields with key fields CDSViewName, CDSViewField.

Data Sources (1)

SourceAliasJoin Type
dd03nd dd03nd from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Business Event Log Entity Element List view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY CDSViewName strucobjn DD: Name of a structured object (e.g. entity, context)
KEY CDSViewField fieldname UI Group FieldName
ABAPDataElement rollname Repr. Data Elem

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_BusEvtLogEntityElementList.
-- 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 I_BusEvtLogEntityElementList AS
SELECT
  strucobjn AS CDSViewName,
  fieldname AS CDSViewField,
  rollname AS ABAPDataElement
FROM dd03nd
;