DDLS_OSL_TEST

DDL: DDLS_OSL_TEST Type: view_entity Package: SRIS_OSL_TEST_DATA

DDLS Test

DDLS_OSL_TEST is a CDS View that provides data about "DDLS Test" in SAP S/4HANA. It reads from 1 data source (DDLS_OSL_TEST_DATA) and exposes 1 field. Part of development package SRIS_OSL_TEST_DATA.

Data Sources (1)

SourceAliasJoin Type
DDLS_OSL_TEST_DATA osl_test_data from

Annotations (2)

NameValueLevelField
EndUserText.label DDLS Test view
AccessControl.authorizationCheck #CHECK view

Fields (1)

KeyFieldSource TableSource FieldDescription
alias_name DDLS_OSL_TEST_DATA alias_name Short Description

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 DDLS_OSL_TEST.
-- 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.

CREATE VIEW DDLS_OSL_TEST AS
SELECT
  osl_test_data.alias_name AS alias_name
FROM DDLS_OSL_TEST_DATA AS osl_test_data
;