bsik_rec_view

DDL: BSIK_REC_DDL SQL: BSIK_REC Type: view

Accounting: Secondary Index for Vendors - Generated

bsik_rec_view is a CDS View that provides data about "Accounting: Secondary Index for Vendors - Generated" in SAP S/4HANA. It reads from 1 data source (bkpf).

Data Sources (1)

SourceAliasJoin Type
bkpf h left_outer

Annotations (3)

NameValueLevelField
AbapCatalog.sqlViewName BSIK_REC view
EndUserText.label Accounting: Secondary Index for Vendors - Generated view
ObjectModel.usageType.serviceQuality #P 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 bsik_rec_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: BSIK_REC

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