fiscds_litb_ev_05

DDL: FISVD_LITB_EV_05 SQL: FISV_LITB_EV_05 Type: view

Line Item Browser: DDL Source

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

Data Sources (1)

SourceAliasJoin Type
fiscds_litb_ev_02 fiscds_litb_ev_02 from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName FISV_LITB_EV_05 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

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY bukrs fiscds_litb_ev_02 bukrs Value
KEY belnr fiscds_litb_ev_02 belnr SD Document
KEY gjahr fiscds_litb_ev_02 gjahr Settlement Year
KEY buzei fiscds_litb_ev_02 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_litb_ev_05.
-- 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_LITB_EV_05

CREATE VIEW fiscds_litb_ev_05 AS
SELECT
  fiscds_litb_ev_02.bukrs AS bukrs,
  fiscds_litb_ev_02.belnr AS belnr,
  fiscds_litb_ev_02.gjahr AS gjahr,
  fiscds_litb_ev_02.buzei AS buzei
FROM fiscds_litb_ev_02
;