TRCCT_CURRCHANGE SAP (Currency changeover) Table details

Dictionary Type: Table
Description: Currency changeover




ABAP Code to SELECT data from TRCCT_CURRCHANGE
Related tables to TRCCT_CURRCHANGE
Access table TRCCT_CURRCHANGE




Table field list including key, data, relationships and ABAP select examples

TRCCT_CURRCHANGE is a standard SAP Table which is used to store Currency changeover data and is available within R/3 SAP systems depending on the version and release level.

The TRCCT_CURRCHANGE table consists of various fields, each holding specific information or linking keys about Currency changeover data available in SAP. These include OS_GUID (Globally Unique Identifier), OLD_CURR (Expiring Currency), NEW_CURR (New Currency), KEY_DATE (Currency Changeover Key Date).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TRCCT_CURRCHANGE table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
OS_GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
OLD_CURRExpiring Currency TRCC_OLD_CURRENCYCUKY5TCURCWAERS
NEW_CURRNew Currency TRCC_NEW_CURRENCYCUKY5TCURCWAERS
KEY_DATECurrency Changeover Key Date TRCC_KEY_DATEDATS8DATS
CHANGEOVER_CATCurrency Changeover Category TRCC_CHANGEOVER_CATCHAR1TRCC_CHANGEOVER_CAT
STATUSCurrency Changeover Status TRCC_CHANGEOVER_STATUSCHAR1TRCC_CHANGEOVER_STATUS
NR_RANGE_DEALNumber Range for Backup Deal TRCC_NR_RANGE_BACKUPCHAR2CHAR2
CONV_FACTORConversion Factor TRCC_CONVERSION_FACTORD34D18(14) TRCC_CONVERSION_FACTOR
DESCRIPTIONCurrency Changeover Description TRCC_CHANGEOVER_DESCRCHAR40TEXT40
CREATE_NAMEEntered by RERFCHAR12SYCHAR12
CREATE_DATEFirst Entered on DERFDATS8DATUM
CREATE_TIMETime of Initial Entry TERFTIMS6TIMES
CREATE_TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
CHANGE_NAMEEmployee ID RBEARCHAR12SYCHAR12
CHANGE_DATELast Edited on DBEARDATS8DATUM
CHANGE_TIMELast Edited at TBEARTIMS6TIMES
CHANGE_TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD

Key field Non-key field



How do I retrieve data from SAP table TRCCT_CURRCHANGE using ABAP code

The following ABAP code Example will allow you to do a basic selection on TRCCT_CURRCHANGE to SELECT all data from the table
DATA: WA_TRCCT_CURRCHANGE TYPE TRCCT_CURRCHANGE.

SELECT SINGLE *
FROM TRCCT_CURRCHANGE
INTO CORRESPONDING FIELDS OF WA_TRCCT_CURRCHANGE
WHERE...

How to access SAP table TRCCT_CURRCHANGE

Within an ECC or HANA version of SAP you can also view further information about TRCCT_CURRCHANGE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!