Tddl_Api_Ve_Tadir_Anno_Array

DDL: TDDL_API_VE_TADIR_ANNO_ARRAY Type: view_entity Package: S_ARS_API_FACADE_HANDLER_TEST

Test object

Tddl_Api_Ve_Tadir_Anno_Array is a CDS View that provides data about "Test object" in SAP S/4HANA. It reads from 1 data source (tapi_tadir) and exposes 1 field with key field pgmId. Part of development package S_ARS_API_FACADE_HANDLER_TEST.

Data Sources (1)

SourceAliasJoin Type
tapi_tadir tapi_tadir from

Annotations (1)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY pgmId pgmid Program Name

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 Tddl_Api_Ve_Tadir_Anno_Array.
-- 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 Tddl_Api_Ve_Tadir_Anno_Array AS
SELECT
  pgmId
FROM tapi_tadir
;