E_CADocumentGLItem

DDL: E_CADOCUMENTGLITEM SQL: ECADOCGLITEM Type: view EXTENSION

GL Belegposition Erweiterung

E_CADocumentGLItem is a Extension CDS View that provides data about "GL Belegposition Erweiterung" in SAP S/4HANA. It reads from 1 data source (dfkkopk) and exposes 2 fields with key fields CADocumentNumber, CAGLItemNumber.

Data Sources (1)

SourceAliasJoin Type
dfkkopk Persistence from

Annotations (5)

NameValueLevelField
EndUserText.label GL Belegposition Erweiterung view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #P view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
AbapCatalog.sqlViewName ECADOCGLITEM view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CADocumentNumber dfkkopk opbel Reopen
KEY CAGLItemNumber dfkkopk opupk Item

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_CADocumentGLItem.
-- 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: ECADOCGLITEM

CREATE VIEW E_CADocumentGLItem AS
SELECT
  Persistence.opbel AS CADocumentNumber,
  Persistence.opupk AS CAGLItemNumber
FROM dfkkopk AS Persistence
;