UMR_PARAM SAP (Fields for Documentation/Customizing Currency Transaltion) Structure details

Dictionary Type: Structure
Description: Fields for Documentation/Customizing Currency Transaltion




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




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

UMR_PARAM 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 "Fields for Documentation/Customizing Currency Transaltion" 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_UMR_PARAM TYPE UMR_PARAM.

The UMR_PARAM table consists of various fields, each holding specific information or linking keys about Fields for Documentation/Customizing Currency Transaltion data available in SAP. These include UMR_CUCME1 (Translation of local values using currency table), UMR_CUCME2 (Historical translation by yr of acquis. using currency table), UMR_CUCME3 (Historical translation using investments table), UMR_CUCME4 (Historical translation using equity table).. 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: Not classified


SAP UMR_PARAM 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
UMR_CUCME0Translation resulting in group currency value of zero UMR_CUCME0CHAR1CUCME
UMR_CUCME1Translation of local values using currency table UMR_CUCME1CHAR1CUCME
UMR_CUCME2Historical translation by yr of acquis. using currency table UMR_CUCME2CHAR1CUCME
UMR_CUCME3Historical translation using investments table UMR_CUCME3CHAR1CUCME
UMR_CUCME4Historical translation using equity table UMR_CUCME4CHAR1CUCME
UMR_CUCME5Translation of each period at applicable rate for the period UMR_CUCME5CHAR1CUCME
UMR_CUCME6Existing group value will not be overwritten UMR_CUCME6CHAR1CUCME
UMR_CUCME7Translation with user-defined exchange rate determination UMR_CUCME7CHAR1CUCME
UMR_CUCME8Translation key 8 = UMR_CUCME8CHAR1CUCME
UMR_CUCME9Translation of transaction currency amounts using TCURR UMR_CUCME9CHAR1CUCME
UMR_CUCMEATranslate amounts in transaction cur. at the monthly ex.rate UMR_CUCMEACHAR1CUCME
UMR_SETTYPSET type 1 = Item set / 2 = Transaction type UMR_SETTYPCHAR1UMR_SETTYP
UMR_0Checkbox field UMR_XFELDCHAR1XFELD
UMR_1Checkbox field UMR_XFELDCHAR1XFELD
UMR_2Checkbox field UMR_XFELDCHAR1XFELD
UMR_3Checkbox field UMR_XFELDCHAR1XFELD
UMR_4Checkbox field UMR_XFELDCHAR1XFELD
UMR_5Checkbox field UMR_XFELDCHAR1XFELD
UMR_6Checkbox field UMR_XFELDCHAR1XFELD
UMR_7Checkbox field UMR_XFELDCHAR1XFELD
UMR_8Checkbox field UMR_XFELDCHAR1XFELD
UMR_9Checkbox field UMR_XFELDCHAR1XFELD
UMR_KART_1Exchange rate indicator CUTYPCHAR1CUTYP
UMR_KART_2Exchange rate indicator CUTYPCHAR1CUTYP
UMR_KART_5Exchange rate indicator CUTYPCHAR1CUTYP
UMR_KART_9Exchange rate indicator CUTYPCHAR1CUTYP
BUC_BWACheckbox XFELDCHAR1XFELD
BUC_APOCheckbox XFELDCHAR1XFELD
METH_NORMEnter method METH_NORMCHAR1XFELD
METH_RUNDRounding entry METH_RUNDCHAR1XFELD
RMVCT_XIndicator: Transaction type set RMVCT_XCHAR1X
RACCT_XF/S item set indicator RACCT_XCHAR1X

Key field Non-key field



How do I retrieve data from SAP structure UMR_PARAM using ABAP code?

As UMR_PARAM 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 UMR_PARAM as there is no data to select.

How to access SAP table UMR_PARAM

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