MMESOV_CONTROL SAP (Generated Table for View MMESOV_CONTROL) Table View details

Dictionary Type: Table View
Description: Generated Table for View MMESOV_CONTROL




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




Table View field list including key, data, relationships and ABAP select examples

MMESOV_CONTROL is a standard SAP Table View which is used to store Generated Table for View MMESOV_CONTROL data and is available within R/3 SAP systems depending on the version and release level.

The MMESOV_CONTROL table consists of various fields, each holding specific information or linking keys about Generated Table for View MMESOV_CONTROL data available in SAP. These include MRP_PR (Index Purchase Requisitions Resulting from MRP).. 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: Not classified


SAP MMESOV_CONTROL table view 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
MANDTClient MANDTCLNT3T000MANDT
MRP_PRIndex Purchase Requisitions Resulting from MRP ESO_IDX_MRP_PRCHAR1ESO_IDX_MRP_PR

Key field Non-key field



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

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

SELECT SINGLE *
FROM MMESOV_CONTROL
INTO CORRESPONDING FIELDS OF WA_MMESOV_CONTROL
WHERE...

How to access SAP table MMESOV_CONTROL

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