RSTRAN_R_CURR SAP (Currency Translations for Transformation Runtime Unit Test) Table details

Dictionary Type: Table
Description: Currency Translations for Transformation Runtime Unit Test




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




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

RSTRAN_R_CURR is a standard SAP Table which is used to store Currency Translations for Transformation Runtime Unit Test data and is available within R/3 SAP systems depending on the version and release level.

The RSTRAN_R_CURR table consists of various fields, each holding specific information or linking keys about Currency Translations for Transformation Runtime Unit Test data available in SAP. These include RTYPE (Exchange Rate Type), SCUR (From currency), TCUR (To-currency), INVKZ (Currency translation: Inversion flag).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RSTRAN_R_CURR 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
CTTNMStrMember: Name of Currency Conversion Type RRNUMBRCHAR10Assigned to domainRRNUMBRRSNBRRSCTT
RTYPEExchange Rate Type KURST_CURRCHAR4Assigned to domainKURST
SCURFrom currency FCURR_CURRCUKY5Assigned to domainWAERS
TCURTo-currency TCURR_CURRCUKY5Assigned to domainWAERS
INVKZCurrency translation: Inversion flag RSINVKZCHAR1RSBOOL
DATMETHMethod for determining the date for ex. rate determination RSTMETHODCHAR1RSTMETHOD
CDATEValid-From Date RSDATEFROMDATS8DATUM
TIMEREFTime reference for currency translation RSZWZEICHAR1RSZWEI
RATEIOBJNMInfoObject, that contains exchange rate RSRATEIOBJNMCHAR30RSIOBJNM
DATIOBJNMInfoObject for date determination RSDATIOBJNCHAR30RSIOBJNM
TCURIOBJNMInfoObject for determining target currency RSTCURIOBJCHAR30RSIOBJNM
SCURIOBJNMInfoObject for determining the source currency RSSCURIOBJCHAR30RSIOBJNM
CTTYPE 0
CONVTYPE 0
TIMESHIFTTime Shift RSCTT_TIMESHIFTINT410RSCTTTIMESHIFT

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSTRAN_R_CURR
INTO CORRESPONDING FIELDS OF WA_RSTRAN_R_CURR
WHERE...

How to access SAP table RSTRAN_R_CURR

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