E_FinSGLCnsldtnADB

DDL: E_FINSGLCNSLDTNADB Type: view_entity EXTENSION

Consolidation ADB - Extension

E_FinSGLCnsldtnADB is a Extension CDS View that provides data about "Consolidation ADB - Extension" in SAP S/4HANA. It reads from 1 data source (gle_adb_gr_kfc) and exposes 4 fields with key fields FinSGLRunUUID, FinSGLItemID, Ledger, CompanyCode.

Data Sources (1)

SourceAliasJoin Type
gle_adb_gr_kfc Persistence from

Annotations (6)

NameValueLevelField
EndUserText.label Consolidation ADB - Extension view
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY FinSGLRunUUID gle_adb_gr_kfc runid UUID
KEY FinSGLItemID gle_adb_gr_kfc id WorklistID
KEY Ledger gle_adb_gr_kfc rldnr Ledger (Compat.)
KEY CompanyCode gle_adb_gr_kfc rbukrs Company Code

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 E_FinSGLCnsldtnADB.
-- 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 E_FinSGLCnsldtnADB AS
SELECT
  Persistence.runid AS FinSGLRunUUID,
  Persistence.id AS FinSGLItemID,
  Persistence.rldnr AS Ledger,
  Persistence.rbukrs AS CompanyCode
FROM gle_adb_gr_kfc AS Persistence
;