Sadl_V_Perf_Curr_T

DDL: SADL_V_PERF_CURR_T SQL: SADL_V_PRF_CUR_T Type: view

Currency Code Texts

Sadl_V_Perf_Curr_T is a CDS View that provides data about "Currency Code Texts" in SAP S/4HANA. It reads from 1 data source (tcurt) and exposes 3 fields with key fields Currency, Language.

Data Sources (1)

SourceAliasJoin Type
tcurt tcurt from

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName SADL_V_PRF_CUR_T view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Currency Code Texts view
ClientDependent true view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Currency waers Transaction Currency
KEY Language spras Off. Language
Description ltext Text exists

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 Sadl_V_Perf_Curr_T.
-- 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: SADL_V_PRF_CUR_T

CREATE VIEW Sadl_V_Perf_Curr_T AS
SELECT
  waers AS Currency,
  spras AS Language,
  ltext AS Description
FROM tcurt
;