MONITORENV SAP (Application Monitor: General Analysis Area) Structure details

Dictionary Type: Structure
Description: Application Monitor: General Analysis Area




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




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

MONITORENV 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 "Application Monitor: General Analysis Area" 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_MONITORENV TYPE MONITORENV.

The MONITORENV table consists of various fields, each holding specific information or linking keys about Application Monitor: General Analysis Area data available in SAP. These include LANGU (Language Key), DATUM (Date), DATUM_VON (Date as of which data is to be selected), DATUM_BIS (Date up to which data is to be selected).. 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 MONITORENV 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
DATUMDate DATUMDATS8DATUM
DATUM_VONDate as of which data is to be selected DATUM_VONDATS8DATUM
DATUM_BISDate up to which data is to be selected DATUM_BISDATS8DATUM
PERIODTYPESAP Workload: Period type SAPWLACCPTCHAR1SAPWLACCPT
KVEWEUsage of the condition table KVEWECHAR1Assigned to domainKVEWEKVW
KAPPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
PROT_EXISTSD Monitor: The processing log exists PROT_EXISTCHAR1YESNO
MANDT_DIFFSD Monitor: Different clients for analysis and protocol MANDT_DIFFCHAR1YESNO
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
PAPPLSD Monitor: SD Log Initiator SDPROTCAL_CHAR4Assigned to domainSDPROTCAL
PAPPLMAINTSD Monitor: The log application is supported by the analysis PAPPLMAINTCHAR1YESNO
KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6Assigned to domainKALSM
RESRVD_C01Char 20 CHAR20CHAR20CHAR20
RESRVD_C02Char 20 CHAR20CHAR20CHAR20
RESRVD_C03Char 20 CHAR20CHAR20CHAR20
RESRVD_C04Char 20 CHAR20CHAR20CHAR20
RESRVD_C05Char 20 CHAR20CHAR20CHAR20
RESRVD_C06Char 20 CHAR20CHAR20CHAR20
RESRVD_C07Char 20 CHAR20CHAR20CHAR20
RESRVD_C08Char 20 CHAR20CHAR20CHAR20
RESRVD_C09Char 20 CHAR20CHAR20CHAR20
RESRVD_C10Char 20 CHAR20CHAR20CHAR20
RESRVD_I01Natural Number INT4INT410INT4
RESRVD_I02Natural Number INT4INT410INT4
RESRVD_I03Natural Number INT4INT410INT4
RESRVD_I04Natural Number INT4INT410INT4
RESRVD_I05Natural Number INT4INT410INT4
RESRVD_I06Natural Number INT4INT410INT4
RESRVD_I07Natural Number INT4INT410INT4
RESRVD_I08Natural Number INT4INT410INT4
RESRVD_I09Natural Number INT4INT410INT4
RESRVD_I10Natural Number INT4INT410INT4

Key field Non-key field



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

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

How to access SAP table MONITORENV

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