/1BS/SADL_QE_TEST_VIEW

DDL: /1BS/SADL_QE_TEST_VIEW SQL: /1BS/SADLQE_TEST Type: view

View for ABAP namespace Tests of ABQI Query Engine

/1BS/SADL_QE_TEST_VIEW is a CDS View that provides data about "View for ABAP namespace Tests of ABQI Query Engine" in SAP S/4HANA. It reads from 1 data source (/1bs/test_table) and exposes 3 fields with key field 1bskey.

Data Sources (1)

SourceAliasJoin Type
/1bs/test_table /1bs/test_table from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName /1BS/SADLQE_TEST view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label View for ABAP namespace Tests of ABQI Query Engine view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY 1bskey /1bs/key
1bsfield1 /1bs/field1
1bsfield2 /1bs/field2

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 /1BS/SADL_QE_TEST_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: /1BS/SADLQE_TEST

CREATE VIEW /1BS/SADL_QE_TEST_VIEW AS
SELECT
  /1bs/key AS 1bskey,
  /1bs/field1 AS 1bsfield1,
  /1bs/field2 AS 1bsfield2
FROM /1bs/test_table
;