I_BusEvtLogCDSEntyAssociation

DDL: I_BUSEVTLOGCDSENTYASSOCIATION Type: view_entity BASIC

Bus Event Log Entity Association

I_BusEvtLogCDSEntyAssociation is a Basic CDS View that provides data about "Bus Event Log Entity Association" in SAP S/4HANA. It reads from 1 data source (dd08b) and exposes 2 fields with key fields CDSView, CDSViewName.

Data Sources (1)

SourceAliasJoin Type
dd08b dd08b from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Bus Event Log Entity Association view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CDSView strucobjn DD: Name of a structured object (e.g. entity, context)
KEY CDSViewName strucobjn_t DD: Name of a structured object (e.g. entity, context)

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_BusEvtLogCDSEntyAssociation.
-- 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_BusEvtLogCDSEntyAssociation AS
SELECT
  strucobjn AS CDSView,
  strucobjn_t AS CDSViewName
FROM dd08b
;