SAP V_OIU_ME_SOURCE Generated Table for View V_OIU_ME_SOURCE Table data and field list

V_OIU_ME_SOURCE is a standard SAP Table View which is used to store Generated Table for View V_OIU_ME_SOURCE data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The V_OIU_ME_SOURCE table consists of various fields, each holding specific information or linking keys about Generated Table for View V_OIU_ME_SOURCE data available in SAP. These include MESRC (Measurement Source), MSCTX (Measurement Source Text), STXFN (Meas. source text function), SHELP (Name of a Search Help)... 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. .

V_OIU_ME_SOURCE table view Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP V_OIU_ME_SOURCE table view fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the V_OIU_ME_SOURCE table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
MESRCMeasurement Source OIU_ME_MESRCCHAR4ALPHAOIU_ME_MESRC
MSCTXMeasurement Source Text OIU_ME_MSCTXCHAR30TXT30
STXFNMeas. source text function OIU_ME_STXFNCHAR30TFDIRFUNCNAME
SHELPName of a Search Help SHLPNAMECHAR30DD30LSHLPNAMESHLPDD_SHLP
SPARMName of a search help parameter SHLPFIELDCHAR30DD03LFDNAME

Key field Non-key field



How do I retrieve data from SAP table V_OIU_ME_SOURCE using ABAP code

The following ABAP code Example will allow you to do a basic selection on V_OIU_ME_SOURCE to SELECT all data from the table
DATA: WA_V_OIU_ME_SOURCE TYPE V_OIU_ME_SOURCE.

SELECT SINGLE *
FROM V_OIU_ME_SOURCE
INTO CORRESPONDING FIELDS OF WA_V_OIU_ME_SOURCE
WHERE...

How to access SAP table V_OIU_ME_SOURCE

Within an ECC or HANA version of SAP you can also view further information about V_OIU_ME_SOURCE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).