REOR_OO_MEAS_S SAP (Measurements (REOR_OO_MEAS) and Addit. Fields for Output) Structure details

Dictionary Type: Structure
Description: Measurements (REOR_OO_MEAS) and Addit. Fields for Output




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




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

REOR_OO_MEAS_S 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 (REOR_OO_MEAS) and Addit. Fields for Output" 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_OO_MEAS_S TYPE REOR_OO_MEAS_S.

The REOR_OO_MEAS_S table consists of various fields, each holding specific information or linking keys about Measurements (REOR_OO_MEAS) and Addit. Fields for Output data available in SAP. These include MS01 (Measurement Type), MSVALUE01 (Measurement Amount), MSUNIT01 (Measurement Unit), XMMEAS01 (Name of Measurement Type - Medium-Length).. 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_OO_MEAS_S 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
MS01Measurement Type REBDMEASCHAR4Assigned to domainALPHAREBDMEASREBDMEASREBDMEAS
MSVALUE01Measurement Amount REORMSVALUEQUAN17(4) REBDMEASVALUE
MSUNIT01Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
.INCLU-01 0
XMMEAS01Name of Measurement Type - Medium-Length REBDXMMEASCHAR30RECAXMDESCRIPTION
XSMEAS01Name of Measurement Type - Short REBDXSMEASCHAR15RECAXSDESCRIPTION
ISSUMMEAS01Total Measurement REBDISSUMMEASCHAR1RECABOOL
.INCLU-02 0
MS02Measurement Type REBDMEASCHAR4Assigned to domainALPHAREBDMEASREBDMEASREBDMEAS
MSVALUE02Measurement Amount REORMSVALUEQUAN17(4) REBDMEASVALUE
MSUNIT02Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
.INCLU-02 0
XMMEAS02Name of Measurement Type - Medium-Length REBDXMMEASCHAR30RECAXMDESCRIPTION
XSMEAS02Name of Measurement Type - Short REBDXSMEASCHAR15RECAXSDESCRIPTION
ISSUMMEAS02Total Measurement REBDISSUMMEASCHAR1RECABOOL
.INCLU-03 0
MS03Measurement Type REBDMEASCHAR4Assigned to domainALPHAREBDMEASREBDMEASREBDMEAS
MSVALUE03Measurement Amount REORMSVALUEQUAN17(4) REBDMEASVALUE
MSUNIT03Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
.INCLU-03 0
XMMEAS03Name of Measurement Type - Medium-Length REBDXMMEASCHAR30RECAXMDESCRIPTION
XSMEAS03Name of Measurement Type - Short REBDXSMEASCHAR15RECAXSDESCRIPTION
ISSUMMEAS03Total Measurement REBDISSUMMEASCHAR1RECABOOL
.INCLU-04 0
MS04Measurement Type REBDMEASCHAR4Assigned to domainALPHAREBDMEASREBDMEASREBDMEAS
MSVALUE04Measurement Amount REORMSVALUEQUAN17(4) REBDMEASVALUE
MSUNIT04Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
.INCLU-04 0
XMMEAS04Name of Measurement Type - Medium-Length REBDXMMEASCHAR30RECAXMDESCRIPTION
XSMEAS04Name of Measurement Type - Short REBDXSMEASCHAR15RECAXSDESCRIPTION
ISSUMMEAS04Total Measurement REBDISSUMMEASCHAR1RECABOOL

Key field Non-key field



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

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

How to access SAP table REOR_OO_MEAS_S

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