REOR_MEAS_ALL SAP (Measurements on RE Search Request and Offered Object) Structure details

Dictionary Type: Structure
Description: Measurements on RE Search Request and Offered Object




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




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

REOR_MEAS_ALL 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 "Measurements on RE Search Request and Offered Object" 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_REOR_MEAS_ALL TYPE REOR_MEAS_ALL.

The REOR_MEAS_ALL table consists of various fields, each holding specific information or linking keys about Measurements on RE Search Request and Offered Object data available in SAP. These include MSVALUEFROM01 (Minimum Measurement), MSVALUETO01 (Maximum Measurement), MSVALUETOLFROM01 (Minimum Measurement Including Tolerance Limit), MSVALUETOLTO01 (Maximum Measurement Including Tolerance).. 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 REOR_MEAS_ALL 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
.INCLU-01 0
MSVALUEFROM01Minimum Measurement REORMSVALUEFROMQUAN17(4) REBDMEASVALUE
MSVALUETO01Maximum Measurement REORMSVALUETOQUAN17(4) REBDMEASVALUE
MSVALUETOLFROM01Minimum Measurement Including Tolerance Limit REORMSVALUETOLFROMQUAN17(4) REBDMEASVALUE
MSVALUETOLTO01Maximum Measurement Including Tolerance REORMSVALUETOLTOQUAN17(4) REBDMEASVALUE
MSUNIT01Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
.INCLU-02 0
MSVALUEFROM02Minimum Measurement REORMSVALUEFROMQUAN17(4) REBDMEASVALUE
MSVALUETO02Maximum Measurement REORMSVALUETOQUAN17(4) REBDMEASVALUE
MSVALUETOLFROM02Minimum Measurement Including Tolerance Limit REORMSVALUETOLFROMQUAN17(4) REBDMEASVALUE
MSVALUETOLTO02Maximum Measurement Including Tolerance REORMSVALUETOLTOQUAN17(4) REBDMEASVALUE
MSUNIT02Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
.INCLU-03 0
MSVALUEFROM03Minimum Measurement REORMSVALUEFROMQUAN17(4) REBDMEASVALUE
MSVALUETO03Maximum Measurement REORMSVALUETOQUAN17(4) REBDMEASVALUE
MSVALUETOLFROM03Minimum Measurement Including Tolerance Limit REORMSVALUETOLFROMQUAN17(4) REBDMEASVALUE
MSVALUETOLTO03Maximum Measurement Including Tolerance REORMSVALUETOLTOQUAN17(4) REBDMEASVALUE
MSUNIT03Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
.INCLU-04 0
MSVALUEFROM04Minimum Measurement REORMSVALUEFROMQUAN17(4) REBDMEASVALUE
MSVALUETO04Maximum Measurement REORMSVALUETOQUAN17(4) REBDMEASVALUE
MSVALUETOLFROM04Minimum Measurement Including Tolerance Limit REORMSVALUETOLFROMQUAN17(4) REBDMEASVALUE
MSVALUETOLTO04Maximum Measurement Including Tolerance REORMSVALUETOLTOQUAN17(4) REBDMEASVALUE
MSUNIT04Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table REOR_MEAS_ALL

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