ROIU_ME_COPY_MTYPE_ALV2 SAP (Superset) Structure details

Dictionary Type: Structure
Description: Superset




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




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

ROIU_ME_COPY_MTYPE_ALV2 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 "Superset" 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_ROIU_ME_COPY_MTYPE_ALV2 TYPE ROIU_ME_COPY_MTYPE_ALV2.

The ROIU_ME_COPY_MTYPE_ALV2 table consists of various fields, each holding specific information or linking keys about Superset data available in SAP. These include CLSEQ (Measurement calculation sequence), CREPL (Calculation replace rule), FLDNM_R (Meas.reading field name (reading)), FLDNM_U (Meas.reading field name (unit)).. 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 ROIU_ME_COPY_MTYPE_ALV2 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
COUNTERNatural Number INT4INT410INT4
CLSEQMeasurement calculation sequence OIU_ME_CLSEQNUMC4NUM04
CREPLCalculation replace rule OIU_ME_CREPLCHAR1OIU_ME_CREPL
FLDNM_RMeas.reading field name (reading) OIU_ME_FLDNM_RCHAR30Assigned to domainFDNAME
FLDNM_UMeas.reading field name (unit) OIU_ME_FLDNM_UCHAR30Assigned to domainFDNAME
FUNCNAMEName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
INCOLMeasurement Reading Column OIU_ME_INCOLNUMC3NUM03
INROWMeasurement Reading Row OIU_ME_INROWNUMC3NUM03
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
MANDTClient MANDTCLNT3Assigned to domainMANDT
MCALCMeasurement type calculation OIU_ME_MCALCCHAR4CHAR4
MDNRGMeasurement document number range OIU_ME_MDNRGCHAR2CHAR02
MECLSMeasurement class OIU_ME_MECLSCHAR10Assigned to domainALPHAOIU_ME_MECLSOIU_ME_MECLS
METYPMeasurement Type OIU_ME_METYPCHAR10Assigned to domainALPHAOIU_ME_METYPOIU_METYP
MRGRPMeasurement reading group OIU_ME_MRGRPCHAR10Assigned to domainALPHAOIU_ME_MRGRP
MRGRP_LTXTMeasurement reading group long text OIU_ME_MRGRP_LTXTCHAR40TXT40
MRGRP_STXTMeasurement reading group short text OIU_ME_MRGRP_STXTCHAR20TXT20
MRTXLMeas. Reading Long Text OIU_ME_MRTXLCHAR40TXT40
MRTXSMeas. Reading Short Text OIU_ME_MRTXSCHAR20TXT20
NCOPYInd: Copy rule OIU_ME_NCOPYNUMC1OIU_ME_NCOPY
PSEQNParameter sequence number OIU_ME_PSEQNNUMC4NUM04
PTYPEMeasurement parameter type OIU_ME_PTYPECHAR1OIU_ME_PTYPE
RDGIDMeasurement Reading Identifier OIU_ME_RDGIDCHAR4Assigned to domainALPHAOIU_ME_RDGID
RETYPReading Type OIU_ME_RETYPCHAR10Assigned to domainOIU_ME_RETYPOIU_RETYP
RPARMParameter of measurement calculation OIU_ME_PARAMCHAR10Assigned to domainOIU_ME_PARAM
SEQNRMeas. reading group sequence number OIU_ME_SEQNRNUMC4
XACTVFlag: Meas. Reading Active OIU_ME_XACTVCHAR1TEXT01
XDISOFlag: Meas. Reading Disp Only OIU_ME_XDISOCHAR1TEXT01
XDRVDFlag: Meas. Reading Derived OIU_ME_XDRVDCHAR1TEXT01
XHIDEFlag: Meas. Reading Hidden OIU_ME_XHIDECHAR1TEXT01
XOBSVFlag: Meas. Reading Observed OIU_ME_XOBSVCHAR1TEXT01
XREQDFlag: Meas. Reading Required OIU_ME_XREQDCHAR1TEXT01
XSAPAFlag: Meas. Reading SAP Active OIU_ME_XSAPACHAR1TEXT01
XSAPRFlag: Meas. Reading SAP Reqd. OIU_ME_XSAPRCHAR1TEXT01
STATUSChar 15 CHAR15CHAR15CHAR15

Key field Non-key field



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

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

How to access SAP table ROIU_ME_COPY_MTYPE_ALV2

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