REIS_PF_MEAS_ALL SAP (Measurements in Report Profile) Structure details

Dictionary Type: Structure
Description: Measurements in Report Profile




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




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

REIS_PF_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 in Report Profile" 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_REIS_PF_MEAS_ALL TYPE REIS_PF_MEAS_ALL.

The REIS_PF_MEAS_ALL table consists of various fields, each holding specific information or linking keys about Measurements in Report Profile data available in SAP. These include MEASVALUE01 (Measurement Amount: Available), MEASVALUECMPL01 (Measurement Amount: Capacity), MEASUNIT01 (Measurement Unit), MEASVALIDFROM01 (Date: Measurement Valid From).. 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 REIS_PF_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
MEASVALUE01Measurement Amount: Available REBDMEASVALUEQUAN17(4) REBDMEASVALUE
MEASVALUECMPL01Measurement Amount: Capacity REBDMEASVALUECMPLQUAN17(4) REBDMEASVALUE
MEASUNIT01Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
MEASVALIDFROM01Date: Measurement Valid From REBDMEASVALIDFROMDATS8RECADATE
MEASVALIDTO01Date: Measurement Valid To REBDMEASVALIDTODATS8REDATRECADATEEND
.INCLU-02 0
MEASVALUE02Measurement Amount: Available REBDMEASVALUEQUAN17(4) REBDMEASVALUE
MEASVALUECMPL02Measurement Amount: Capacity REBDMEASVALUECMPLQUAN17(4) REBDMEASVALUE
MEASUNIT02Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
MEASVALIDFROM02Date: Measurement Valid From REBDMEASVALIDFROMDATS8RECADATE
MEASVALIDTO02Date: Measurement Valid To REBDMEASVALIDTODATS8REDATRECADATEEND
.INCLU-03 0
MEASVALUE03Measurement Amount: Available REBDMEASVALUEQUAN17(4) REBDMEASVALUE
MEASVALUECMPL03Measurement Amount: Capacity REBDMEASVALUECMPLQUAN17(4) REBDMEASVALUE
MEASUNIT03Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
MEASVALIDFROM03Date: Measurement Valid From REBDMEASVALIDFROMDATS8RECADATE
MEASVALIDTO03Date: Measurement Valid To REBDMEASVALIDTODATS8REDATRECADATEEND
.INCLU-04 0
MEASVALUE04Measurement Amount: Available REBDMEASVALUEQUAN17(4) REBDMEASVALUE
MEASVALUECMPL04Measurement Amount: Capacity REBDMEASVALUECMPLQUAN17(4) REBDMEASVALUE
MEASUNIT04Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
MEASVALIDFROM04Date: Measurement Valid From REBDMEASVALIDFROMDATS8RECADATE
MEASVALIDTO04Date: Measurement Valid To REBDMEASVALIDTODATS8REDATRECADATEEND
.INCLU-05 0
MEASVALUE05Measurement Amount: Available REBDMEASVALUEQUAN17(4) REBDMEASVALUE
MEASVALUECMPL05Measurement Amount: Capacity REBDMEASVALUECMPLQUAN17(4) REBDMEASVALUE
MEASUNIT05Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
MEASVALIDFROM05Date: Measurement Valid From REBDMEASVALIDFROMDATS8RECADATE
MEASVALIDTO05Date: Measurement Valid To REBDMEASVALIDTODATS8REDATRECADATEEND
MEASISVALIDFROMDisplayed Row Is Valid From REISRECVALIDFROMDATS8RECADATE
MEASISVALIDTODisplayed Row Is Valid Until REISRECVALIDTODATS8RECADATE

Key field Non-key field



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

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

How to access SAP table REIS_PF_MEAS_ALL

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