UMR_RF100 SAP (RMS: Measure-Risk Value Fields) Table details

Dictionary Type: Table
Description: RMS: Measure-Risk Value Fields




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




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

UMR_RF100 is a standard SAP Table which is used to store RMS: Measure-Risk Value Fields data and is available within R/3 SAP systems depending on the version and release level.

The UMR_RF100 table consists of various fields, each holding specific information or linking keys about RMS: Measure-Risk Value Fields data available in SAP. These include APP (Application Key), APPKEY (Technical Name of Application(s)), MEAS (Measure), RISK (Risk).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP UMR_RF100 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 MANDTCLNT3T000MANDT
APPApplication Key UMC_Y_APPLICATIONCHAR1UMC_D_APPLICATION
APPKEYTechnical Name of Application(s) UMC_Y_APPKEYCHAR15UMC_D_APPKEY
MEASMeasure UMK_Y_MEASCHAR18UMK_MB100UMK_D_MEAS
RISKRisk UMR_Y_RISKCHAR10Assigned to domainUMR_D_RISK
COLTechnical Name of Value Field UMB_Y_COLCHAR10Assigned to domainUMB_D_COLH_UMB_GS100
RACTIVITYIndicator for Use of Risk Activities UMR_Y_RACTIVITYNUMC1UMR_D_RACTIVITY
RFCDESTRFC Destination UMC_Y_RFCDESTCHAR32Assigned to domainRFCDESTRFCAL_R3_RFCDEST
ICUBEInfoCube (BW) UMC_Y_ICUBECHAR30UMC_D_ICUBE
TCUBEInfoCube (ODBO Name) UMC_Y_TCUBECHAR32UMC_D_TCUBE
IQUERYBW Report (BW Internal Display) UMC_Y_IQUERYCHAR30UMC_D_IQUERY
TQUERYBW Report (ODBO Name) UMC_Y_TQUERYCHAR70UMC_D_TQUERY
IKFNMMeasure (BW Internal Display) UMC_Y_IKFNMCHAR30UMC_D_IKFNM
TKFNMField Name of Key Figure (ODBO Name) UMC_Y_TKFNMCHAR143UMC_D_TKFNM
AREAPlanning Area UPC_Y_AREACHAR8Assigned to domainUPC_AREA
PERIODICITYValue Fields - Periodization UMB_Y_COL_PERIODICITYCHAR4Assigned to domainUMC_D_PERIODICITY
YTDAggregation UMC_Y_YTDCHAR1UMC_D_YTD
YTD_PERIODICITYTime Period for the Aggregation UMC_Y_YTD_PERIODICITYCHAR4Assigned to domainUMC_D_PERIODICITY

Key field Non-key field



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

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

SELECT SINGLE *
FROM UMR_RF100
INTO CORRESPONDING FIELDS OF WA_UMR_RF100
WHERE...

How to access SAP table UMR_RF100

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