SE30ALVDUM SAP (Runtime Analysis: Dump) Structure details

Dictionary Type: Structure
Description: Runtime Analysis: Dump




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




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

SE30ALVDUM 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: Dump" 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_SE30ALVDUM TYPE SE30ALVDUM.

The SE30ALVDUM table consists of various fields, each holding specific information or linking keys about Runtime Analysis: Dump data available in SAP. These include TIME1 (Runtime Analysis: Time 1), TIME2 (Runtime Analysis: Time 2), DIFF (Runtime Analysis: Difference), DIFF_SUM (Runtime Analysis: Difference Total).. 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: Can Be Enhanced (Deep)


SAP SE30ALVDUM 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
IXNatural Number INT4INT410INT4
TIME1Runtime Analysis: Time 1 SE30TIME1DEC11SE30TIME
TIME2Runtime Analysis: Time 2 SE30TIME2DEC11SE30TIME
DIFFRuntime Analysis: Difference SE30DIFFDEC11SE30TIME
DIFF_SUMRuntime Analysis: Difference Total SE30DIFSDEC11SE30TIME
IDRuntime analysis: ID of an entry SE30IDCHAR1CHAR1
SUBIDRuntime analysis: Sub ID of entry SE30SUBIDCHAR1CHAR1
SE30WSingle-Character Indicator CHAR1CHAR1CHAR1
EVENTRuntime Analysis: Start, End Entry ('>' or '<') SE30EVCHAR1CHAR1
TEXTRuntime Analysis: Event SE30TEXT_1CHAR115CHAR115
CONTOFFSRuntime analysis: Line number in ABAP Editor SE30EDLINEINT410
PROG1Runtime Analysis: Program (Caller) SE30PROG1CHAR40Assigned to domainPROGRAMMRID
PROG2Runtime Analysis: Program (Definition Point) SE30PROG2CHAR40Assigned to domainPROGRAMMRID
STORAGERuntime Analysis: Memory Required SE30STORINT410
WP_NOWork process no. SE30WPNOINT410
ET_TYPERuntime Analysis: Type (ABAP, DB, Syst) SE30_ETCHAR4CHAR4
EG_GROUPRuntime Analysis: Display Filter Group SE30_EGCHAR23CHAR23
X_TO_BE_SHRUNKGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table SE30ALVDUM

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