EMSTATUSAG SAP (Extended Memory Statistics: utilization data) Structure details

Dictionary Type: Structure
Description: Extended Memory Statistics: utilization data




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




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

EMSTATUSAG 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 "Extended Memory Statistics: utilization data" 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_EMSTATUSAG TYPE EMSTATUSAG.

The EMSTATUSAG table consists of various fields, each holding specific information or linking keys about Extended Memory Statistics: utilization data data available in SAP. These include ALLOCATED (Extended Memory Stat.: EM im Status 'allocated' [MB]), USED (Extended Memory Stat.: Maximum allocated EM [MB]), TOTAL (Extended Memory Stat.: Available EM [MB]), QUOTA_DIA (Extended memory stat.: max. size EM for dialog WPs).. 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 EMSTATUSAG 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
ATTACHEDExtended Memory Stat.: EM im Status 'attached' [MB] EMSTATUATTINT410INT4
ALLOCATEDExtended Memory Stat.: EM im Status 'allocated' [MB] EMSTATUALCINT410INT4
USEDExtended Memory Stat.: Maximum allocated EM [MB] EMSTATUUSDINT410INT4
TOTALExtended Memory Stat.: Available EM [MB] EMSTATUTTLINT410INT4
QUOTA_DIAExtended memory stat.: max. size EM for dialog WPs EMSTATUQDINT410INT4
QUOTA_NDIAExtended memory stat.: max. size EM for non-dialog WPs EMSTATUQNDINT410INT4
QUOTA_DIA_64DEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
QUOTA_NDIA_64DEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE

Key field Non-key field



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

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

How to access SAP table EMSTATUSAG

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