P_EvtBsdRevnRecgnAcasty

DDL: P_EVTBSDREVNRECGNACASTY SQL: P_EBRRECGNACASTY Type: view CONSUMPTION

Account Assignment for Real-Time issues

P_EvtBsdRevnRecgnAcasty is a Consumption CDS View that provides data about "Account Assignment for Real-Time issues" in SAP S/4HANA. It reads from 1 data source (P_EvtRevnRecgnRealTmeApplLog) and exposes 1 field.

Data Sources (1)

SourceAliasJoin Type
P_EvtRevnRecgnRealTmeApplLog AppLog from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName P_EBRRECGNACASTY view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Account Assignment for Real-Time issues view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
VDM.private true view
VDM.viewType #CONSUMPTION view

Fields (1)

KeyFieldSource TableSource FieldDescription
ApplicationLog ApplicationLog Log Number

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_EvtBsdRevnRecgnAcasty.
-- 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.
-- SQL view name: P_EBRRECGNACASTY

CREATE VIEW P_EvtBsdRevnRecgnAcasty AS
SELECT
  ApplicationLog
FROM P_EvtRevnRecgnRealTmeApplLog AS AppLog
;