TRCCS_CHANGEOVER_DISPLAY SAP (Currency Changeover Display Structure) Structure details

Dictionary Type: Structure
Description: Currency Changeover Display Structure




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




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

TRCCS_CHANGEOVER_DISPLAY is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Currency Changeover Display Structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TRCCS_CHANGEOVER_DISPLAY TYPE TRCCS_CHANGEOVER_DISPLAY.

The TRCCS_CHANGEOVER_DISPLAY table consists of various fields, each holding specific information or linking keys about Currency Changeover Display Structure data available in SAP. These include OLD_CURR (Expiring Currency), NEW_CURR (New Currency), KEY_DATE (Currency Changeover Key Date), CHANGEOVER_CAT (Currency Changeover Category).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TRCCS_CHANGEOVER_DISPLAY structure 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
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
STATUS_TEXTText (20 Characters) TEXT20CHAR20TEXT20
OLD_CURR_TEXTShort text KTEXT_CURTCHAR15TEXT15
NEW_CURR_TEXTShort text KTEXT_CURTCHAR15TEXT15
FIX_RATEExchange Rate TRCC_EXCHANGE_RATEDEC9(5) EXCRTKKURS
RATE_TYPEExchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
OS_GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
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 structure TRCCS_CHANGEOVER_DISPLAY using ABAP code?

As TRCCS_CHANGEOVER_DISPLAY is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TRCCS_CHANGEOVER_DISPLAY as there is no data to select.

How to access SAP table TRCCS_CHANGEOVER_DISPLAY

Within an ECC or HANA version of SAP you can also view further information about TRCCS_CHANGEOVER_DISPLAY 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!