SE30ALVMEM SAP (Runtime Analysis: Statistics) Structure details

Dictionary Type: Structure
Description: Runtime Analysis: Statistics




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




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

SE30ALVMEM 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 "Runtime Analysis: Statistics" 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_SE30ALVMEM TYPE SE30ALVMEM.

The SE30ALVMEM table consists of various fields, each holding specific information or linking keys about Runtime Analysis: Statistics data available in SAP. These include PROG (ABAP Program Name), TYPE (Program type), SYST (System Program), LOAD_M (Runtime Analysis: Load size of a program (in bytes)).. 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 SE30ALVMEM 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
PROGIXRow Index of Internal Tables SYTABIXINT410SYST_LONG
PROGABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
TYPEProgram type SUBCCHAR1SUBC
SYSTSystem Program SE30SYSTCHAR1FLAG
LOAD_MRuntime Analysis: Load size of a program (in bytes) SE30LOAD_MINT410
GDATRuntime Analysis: Global data definitions (in bytes) SE30GLDATAINT410
METARuntime analysis: Number of defined methods in a program SE30METH_AINT410
METHRuntime analysis: Number of called methods in a program SE30METH_UINT410
FUNARuntime Analysis: Number of function mods. in a module pool SE30FUNC_AINT410
FUNCRuntime Analysis: Number of FMs called from module pool SE30FUNC_UINT410
FORARuntime Analysis: Number of subroutines defined in program SE30FORM_AINT410
FORMRuntime Analysis: Number of Subroutines called from a prog. SE30FORM_UINT410
NETRuntime Analysis: Net time (in microseconds) SE30NETDEC11SE30TIME
LOAD_TRuntime Analysis: Load time for a program (microseconds) SE30LOAD_TINT410
RFCRuntime Analysis: Number of Remote Function Calls SE30RFCINT410

Key field Non-key field



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

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

How to access SAP table SE30ALVMEM

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