Tddl_Api_Tadir

DDL: TDDL_API_TADIR SQL: TDDLAPITADIR Type: view

Tddl_Api_Tadir is a CDS View in SAP S/4HANA. It reads from 1 data source (tapi_tadir) and exposes 1 field with key field pgmId.

Data Sources (1)

SourceAliasJoin Type
tapi_tadir tapi_tadir from

Annotations (2)

NameValueLevelField
AbapCatalog.sqlViewName TDDLAPITADIR view
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_Tadir.
-- 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: TDDLAPITADIR

CREATE VIEW Tddl_Api_Tadir AS
SELECT
  pgmId
FROM tapi_tadir
;