OIU_ME_RTYPE_CH SAP (Reading Type Characteristics) Table details

Dictionary Type: Table
Description: Reading Type Characteristics




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




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

OIU_ME_RTYPE_CH is a standard SAP Table which is used to store Reading Type Characteristics data and is available within R/3 SAP systems depending on the version and release level.

The OIU_ME_RTYPE_CH table consists of various fields, each holding specific information or linking keys about Reading Type Characteristics data available in SAP. These include RETYP (Reading Type), UOMGR (unit of measure group), MEINS (Measurement unit), XUOMC (Flag: UoM may not be changed).. 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: Can be enhanced (character-type or numeric)


SAP OIU_ME_RTYPE_CH 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
RETYPReading Type OIU_ME_RETYPCHAR10OIU_ME_RTYPEOIU_ME_RETYPOIU_RETYP
UOMGRunit of measure group OIU_ME_UOMGRCHAR3OIU_ME_UOM_GROIU_ME_UOMGROIU_UOMGR
MEINSMeasurement unit OIU_MEAS_UUNIT3T006CUNITMEINS
XUOMCFlag: UoM may not be changed OIU_ME_XUOMCCHAR1OIU_ME_XUOMC
XUOMRFlag: Unit of measure is required OIU_ME_XUOMRCHAR1CHAR01
XNEGAFlag: negative values allowed OIU_ME_XNEGACHAR1OIU_ME_XNEGA
RDFMTReading display format OIU_ME_FORMATCHAR5OIU_ME_FORMAT
RDLENReading display length OIU_ME_RDLENINT13OIU_ME_RDLEN
RDDECReading display decimals OIU_ME_RDDECINT13OIU_ME_RDDEC
XRNDGFlag: Measurement rounding takes precedence OIU_ME_XRNDGCHAR1
RFACT_RTRounding Factor for Production OIU_RFACTDEC1OIU_RFACT
XVDEFFlag: Default value used OIU_ME_XVDEFCHAR1TEXT01
VLDEF_FDefault reading (float) OIU_ME_VLDEF_FFLTP16(16) OIU_ME_MERDG_F
VLDEF_CDefault reading (character) OIU_ME_VLDEF_CCHAR20OIU_ME_MERDG_C
VLDEF_DDefault reading (date) OIU_ME_VLDEF_DDATS8OIU_ME_MERDG_D
VLDEF_TDefault reading (time) OIU_ME_VLDEF_TTIMS6OIU_ME_MERDG_T
XVWRNFlag: Warn for values outside range OIU_ME_XWARNCHAR1TEXT01
VLMIN_WMinimum value - warning OIU_ME_VLMIN_WFLTP16(16) OIU_ME_MERDG_F
VLMAX_WMaximum value - warning OIU_ME_VLMAX_WFLTP16(16) OIU_ME_MERDG_F
XVERRFlag: Error for values outside range OIU_ME_XERRORCHAR1TEXT01
VLMIN_EMinimum value - error OIU_ME_VLMIN_EFLTP16(16) OIU_ME_MERDG_F
VLMAX_EMinimum value - error OIU_ME_VLMAX_EFLTP16(16) OIU_ME_MERDG_F
TABNMTable Name TABNAMECHAR30DD02LAS4TABDTB
FLDNMField Name FIELDNAMECHAR30DD03LFDNAMEDFD
DOMNMDomain used DOM_REFCHAR30DD01LDOMNAMEDD_DOMA
SHELPName of a Search Help SHLPNAMECHAR30DD30LSHLPNAMESHLPDD_SHLP
SPARMName of a search help parameter SHLPFIELDCHAR30DD03LFDNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIU_ME_RTYPE_CH
INTO CORRESPONDING FIELDS OF WA_OIU_ME_RTYPE_CH
WHERE...

How to access SAP table OIU_ME_RTYPE_CH

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