fiscds_evlit_08

DDL: FISVD_EVLIT_08 SQL: FISV_EVLIT_08 Type: view

Line Item Browser: DDL Source

fiscds_evlit_08 is a CDS View that provides data about "Line Item Browser: DDL Source" in SAP S/4HANA. It reads from 1 data source (fiscds_evlit_03) and exposes 4 fields with key fields bukrs, belnr, gjahr, buzei.

Data Sources (1)

SourceAliasJoin Type
fiscds_evlit_03 fiscds_evlit_03 from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName FISV_EVLIT_08 view
EndUserText.label Line Item Browser: DDL Source view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #D view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.buffering.status #NOT_ALLOWED view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY bukrs bukrs Value
KEY belnr belnr SD Document
KEY gjahr gjahr Settlement Year
KEY buzei buzei Posting View 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 fiscds_evlit_08.
-- 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: FISV_EVLIT_08

CREATE VIEW fiscds_evlit_08 AS
SELECT
  bukrs,
  belnr,
  gjahr,
  buzei
FROM fiscds_evlit_03
;