DEMO_BUSINESS_PARTNER_OLD1

DDL: DEMO_BUSINESS_PARTNER_OLD1 SQL: DEMO_BPA_VW_OLD1 Type: view

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

Data Sources (1)

SourceAliasJoin Type
snwd_bpa snwd_bpa from

Annotations (1)

NameValueLevelField
AbapCatalog.sqlViewName DEMO_BPA_VW_OLD1 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 DEMO_BUSINESS_PARTNER_OLD1.
-- 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: DEMO_BPA_VW_OLD1

CREATE VIEW DEMO_BUSINESS_PARTNER_OLD1 AS
SELECT *  -- field list not available in parsed metadata
FROM snwd_bpa
;