P_BuEvLgChgDocFieldDataElmnt

DDL: P_BUEVLGCHGDOCFIELDDATAELMNT Type: view_entity COMPOSITE

P_BuEvLgChgDocFieldDataElmnt is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_BusEvtLogTableField) and exposes 4 fields with key fields DatabaseTable, DatabaseTableField.

Data Sources (1)

SourceAliasJoin Type
I_BusEvtLogTableField I_BusEvtLogTableField from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #COMPOSITE view
VDM.private true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY DatabaseTable I_BusEvtLogTableField DatabaseTable Table Name
KEY DatabaseTableField I_BusEvtLogTableField DatabaseTableField
ABAPDataElement I_BusEvtLogTableField ABAPDataElement Data Element
ABAPLongFieldLabel DataElementText ABAPLongFieldLabel

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 P_BuEvLgChgDocFieldDataElmnt.
-- 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 P_BuEvLgChgDocFieldDataElmnt AS
SELECT
  I_BusEvtLogTableField.DatabaseTable AS DatabaseTable,
  I_BusEvtLogTableField.DatabaseTableField AS DatabaseTableField,
  I_BusEvtLogTableField.ABAPDataElement AS ABAPDataElement,
  DataElementText.ABAPLongFieldLabel AS ABAPLongFieldLabel
FROM I_BusEvtLogTableField
;