RIMR01 SAP (API Structure for Inserting a Measurement Document) Structure details

Dictionary Type: Structure
Description: API Structure for Inserting a Measurement Document




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




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

RIMR01 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 "API Structure for Inserting a Measurement Document" 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_RIMR01 TYPE RIMR01.

The RIMR01 table consists of various fields, each holding specific information or linking keys about API Structure for Inserting a Measurement Document data available in SAP. These include POINT (Measuring Point), IDATE (Date of the Measurement), ITIME (Time of Measurement), MDTXT (Measurement Document Text).. 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: Can be enhanced (character-type or numeric)


SAP RIMR01 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
MANDTClient MANDTCLNT3T000MANDT
POINTMeasuring Point IMRC_POINTCHAR12IMPTTALPHAIMRC_POINTIPTIMPM
IDATEDate of the Measurement IMRC_IDATEDATS8DATUM
ITIMETime of Measurement IMRC_ITIMETIMS6UZEIT
MDTXTMeasurement Document Text IMRC_MDTXTCHAR40TEXT40
READRPerson who Took the Measurement Reading IMRC_READRCHAR12USNAM
GENEROrigin Indicator IMRC_GENERCHAR1IMRC_GENER
PRUEFLOSInspection Lot Number QPLOSNUMC12QALSQPLOSQLSQALS
VORGLFNRCurrent Node Number from Order Counter APLZL QLFNKNNUMC8KNTNR
MERKNRInspection Characteristic Number QMERKNRPNUMC4QMERKNRP
PROBENRNumber of the Partial Sample QSTIPRONRNUMC6QASVQPROBENR
MBEWERTGInspection Result Valuation QMBEWERTGCHAR1QEEBEWERTG
TOLTYCIM Resource Object Type for Production Resources/Tools IMRC_TOLTYCHAR2CR_OBJTY
TOLIDProduction Resource/Tool Object ID IMRC_TOLIDNUMC8CRIDCR_OBJID
DOCAFIndicator: MeasDoc. Created After Associated Task IMRC_DOCAFCHAR1X
RECDVMeasurement Reading in Unit of Entry IMRC_RECDVFLTP16(16) IMRC_FLTPS
RECDVIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
RECDUUnit of Measurement for Document Entry IMRC_RECDUUNIT3T006CUNITMEINS
IDIFFIndicator: Counter Reading Entered as Difference IMRC_IDIFFCHAR1X
CODCTCatalog Type - Measurement Reading Valuation Code IMRC_CODCTCHAR1TQ15QKATART
CODGRCode Group - Measurement Reading Valuation Code IMRC_CODGRCHAR8QPGRQCODEGRP
VLCODValuation Code IMRC_VLCODCHAR4QPCDQCODE
CVERSVersion Number QVERSNRCHAR6ALPHAQVERSNR
OBLIGEntry Obligatory IMRC_OBLIGCHAR1X

Key field Non-key field



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

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

How to access SAP table RIMR01

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