UMR_EX100 SAP (RMS: Measure Deviations for Risks) Table details

Dictionary Type: Table
Description: RMS: Measure Deviations for Risks




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




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

UMR_EX100 is a standard SAP Table which is used to store RMS: Measure Deviations for Risks data and is available within R/3 SAP systems depending on the version and release level.

The UMR_EX100 table consists of various fields, each holding specific information or linking keys about RMS: Measure Deviations for Risks data available in SAP. These include SCARD (Scorecard), MEAS (Measure), PERIV (Fiscal Year Variant), TARPER (Target Period).. 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 UMR_EX100 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
SCARDScorecard UMB_Y_SCARDCHAR10Assigned to domainUMB_D_SCARDSCORECARD
MEASMeasure UMK_Y_MEASCHAR18UMK_MB100UMK_D_MEAS
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
TARPERTarget Period UMR_Y_TARPERNUMC7PERI7UMC_D_FISCPER
CURPERPeriod UMR_Y_CURPERNUMC7PERI7UMC_D_FISCPER
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
DEVAMOUNTFormula Value UMR_Y_FVALDEC30(5) UMB_D_FVAL1
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DEVQUANTFormula Value UMR_Y_FVALDEC30(5) UMB_D_FVAL1
UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

SELECT SINGLE *
FROM UMR_EX100
INTO CORRESPONDING FIELDS OF WA_UMR_EX100
WHERE...

How to access SAP table UMR_EX100

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