UMR_RI116 SAP (RMS: Measure Weight Data Selection - NOT USED) Table details

Dictionary Type: Table
Description: RMS: Measure Weight Data Selection - NOT USED




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




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

UMR_RI116 is a standard SAP Table which is used to store RMS: Measure Weight Data Selection - NOT USED data and is available within R/3 SAP systems depending on the version and release level.

The UMR_RI116 table consists of various fields, each holding specific information or linking keys about RMS: Measure Weight Data Selection - NOT USED data available in SAP. These include APP (Application Key), APPKEY (Technical Name of Application(s)), MEAS (Measure), RFCDEST (RFC Destination).. 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_RI116 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_MEASCHAR18Assigned to domainUMK_D_MEAS
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
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_RI116 using ABAP code

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

SELECT SINGLE *
FROM UMR_RI116
INTO CORRESPONDING FIELDS OF WA_UMR_RI116
WHERE...

How to access SAP table UMR_RI116

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