v_feb_fuzzy_view

DDL: V_FEB_FUZZY_DDL SQL: V_FEB_FUZZY Type: view

v_feb_fuzzy_view is a CDS View in SAP S/4HANA. It reads from 1 data source (bkpf).

Data Sources (1)

SourceAliasJoin Type
bkpf bkpf inner

Annotations (2)

NameValueLevelField
ClientDependent view
AbapCatalog.sqlViewName V_FEB_FUZZY view

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 v_feb_fuzzy_view.
-- 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: V_FEB_FUZZY

CREATE VIEW v_feb_fuzzy_view AS
SELECT *  -- field list not available in parsed metadata
INNER JOIN bkpf ON /* join condition not captured in parsed metadata */
;