CST_EM_MONITOR_ALV SAP (Structure for EM_MONITOR - EM/HEAP Areas) Structure details

Dictionary Type: Structure
Description: Structure for EM_MONITOR - EM/HEAP Areas




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




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

CST_EM_MONITOR_ALV 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 "Structure for EM_MONITOR - EM/HEAP Areas" 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_CST_EM_MONITOR_ALV TYPE CST_EM_MONITOR_ALV.

The CST_EM_MONITOR_ALV table consists of various fields, each holding specific information or linking keys about Structure for EM_MONITOR - EM/HEAP Areas data available in SAP. These include HISTORY (Extended Memory Historical Context), ATTACHED (Extended Memory Attached Context), USERNAME (User Name), MEMSUM (Total Extended Memory Size).. 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: Cannot Be Enhanced


SAP CST_EM_MONITOR_ALV 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
NRLine Number EM_MEMORY_LINE_NRINT410
HISTORYExtended Memory Historical Context EM_MEMORY_HISTORYCHAR1CHAR1
ATTACHEDExtended Memory Attached Context EM_MEMORY_ATTACHEDCHAR1CHAR1
USERNAMEUser Name EM_MEMORY_UNAMECHAR12USERNAME
MEMSUMTotal Extended Memory Size EM_MEMORY_MEMSUMDEC20ABAP_MSIZE
PRIVSUMTotal PRIV Size EM_MEMORY_PRIVSUMDEC20ABAP_MSIZE
I0Internal Mode 0 External Memory Size EM_MEMORY_I0DEC20ABAP_MSIZE
I1Internal Mode 1 External Memory Size EM_MEMORY_I1DEC20ABAP_MSIZE
I2Internal Mode 2 External Memory Size EM_MEMORY_I2DEC20ABAP_MSIZE
I3Internal Mode 3 External Memory Size EM_MEMORY_I3DEC20ABAP_MSIZE
I4Internal Mode 4 External Memory Size EM_MEMORY_I4DEC20ABAP_MSIZE
I5Internal Mode 5 External Memory Size EM_MEMORY_I5DEC20ABAP_MSIZE
I6Internal Mode 6 External Memory Size EM_MEMORY_I6DEC20ABAP_MSIZE
I7Internal Mode 7 External Memory Size EM_MEMORY_I7DEC20ABAP_MSIZE
I8Internal Mode 8 External Memory Size EM_MEMORY_I8DEC20ABAP_MSIZE
I9Internal Mode 9 External Memory Size EM_MEMORY_I9DEC20ABAP_MSIZE
IMODEGInternal Mode Global External Memory Size EM_MEMORY_IMODEGDEC20ABAP_MSIZE
EMODEGExternal Mode Global External Memory Size EM_MEMORY_EMODEGDEC20ABAP_MSIZE
ROLLKEYRoll key EM_MEMORY_ROLLKEYCHAR16CHAR16

Key field Non-key field



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

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

How to access SAP table CST_EM_MONITOR_ALV

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