bsas_view

DDL: BSAS_DDL SQL: BSAS Type: view

Buchhaltung: Sekundärindex für Sachkonten (ausgegl. Posten)

bsas_view is a CDS View that provides data about "Buchhaltung: Sekundärindex für Sachkonten (ausgegl. Posten)" in SAP S/4HANA. It reads from 1 data source (bkpf).

Data Sources (1)

SourceAliasJoin Type
bkpf bkpf left_outer

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName BSAS view
EndUserText.label Buchhaltung: Sekundärindex für Sachkonten (ausgegl. Posten) view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #XL view
AbapCatalog.preserveKey true 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 bsas_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: BSAS

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