TCURT

Transparent Table Customizing Table

Bezeichnung der Waehrungscodes

TCURT is an SAP database table in S/4HANA. Bezeichnung der Waehrungscodes. It contains 5 fields. 31 CDS views read from this table.

CDS Views using this table (31)

ViewTypeJoinVDMDescription
/dmbe/i_CurrencyText view from Currency Text
/PF1/P_TCURT view from Currency Text
CTE_CDS_FND_EXR_MON_EX view left_outer CDS View for Monotoring Exchange Rate export to Concur
ESH_N_WAERS_WAERS view from Currency Key
fisvd_glacct_cur view left_outer Master Data GLAccounts Currencies
I_AmountCurrencyValueHelp view inner BASIC
I_CFD_CurrencyText view from
I_CurrencyText view from BASIC Currency Text
I_SADL_VOC_CurrencyCode_Text view from Sadl Vocan Test: Currency Code
I_TripCurrencyVH view left_outer BASIC Value Help for Currency Code
I_TripPrcgCrcyCodeVH view left_outer BASIC Currency code value help
P_CurrencyVH view inner BASIC
SADL_GwVAunitV2Currency view from Currency for local unit tests
SADL_V_AUnit_Currency view from Currency for local unit tests
SADL_V_AUnit_Currency_C view from Currency for local unit tests
SADL_V_Aunit_Entity_Control view from CDS unit tests: Entity control 1
SADL_V_Aunit_Entity_Ctrl_Off view from CDS unit tests: Entity control 2
SADL_V_AUNIT_ETAG_LOCAL_ANNO view from CDS unit tests: Local ETag by annotation
Sadl_V_AUnit_P_SO_C view left_outer Sales Order Consumption
Sadl_V_Aunit_So_C view left_outer Sales Order Consumption View for AUTs
Sadl_V_Aunit_SoW_C view left_outer Sales Order Consumption View for AUTs
Sadl_V_Perf_Curr_T view from Currency Code Texts
SEPM_I_CurrencyText view from EPM Demo: Currency Text
VC_INTEGRATION_TCURT view from Extraction for TCURT
VFCLM_BAM_DDL_AMD_LIM_WITHDESP view left_outer
VFCLM_BAM_DDL_AMD_SIG_WITHDESP view left_outer
VFCLM_BAM_DDL_AMD_WTTHDESP view left_outer
VFCLM_BAM_DDL_AMD_WTTHDESP2 view left_outer Bank Account Master Data with Description (no parameter)
VFCLM_BAM_DDL_BPHIERCORE view left_outer BAM BP based Hierarchy Core
VFCLM_BAM_DDL_HIERNODEATTR view left_outer Attribute Set for BAM Hierarchy Node
VFCLM_BAM_DDL_REQHIST_WITHDESP view left_outer

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY spras spras Language
KEY waers waers_curc Currency
ltext ltext Long Text
ktext ktext_curt Short text

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Bezeichnung der Waehrungscodes
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TCURT (
    MANDT,  -- Client [mandt]
    SPRAS,  -- Language [spras]
    WAERS,  -- Currency [waers_curc]
    LTEXT,  -- Long Text [ltext]
    KTEXT,  -- Short text [ktext_curt]
    PRIMARY KEY (MANDT, SPRAS, WAERS)
);