SE30ALVDAG SAP (Runtime Analysis: Dump) Structure details

Dictionary Type: Structure
Description: Runtime Analysis: Dump




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




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

SE30ALVDAG 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_SE30ALVDAG TYPE SE30ALVDAG.

The SE30ALVDAG table consists of various fields, each holding specific information or linking keys about Runtime Analysis: Dump data available in SAP. These include RECTYPE (Runtime Analysis: Record Type), ID (Runtime analysis: ID of an entry), SUBID (Runtime analysis: Sub ID of entry), TIME_G (Runtime Analysis: Gross).. 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 SE30ALVDAG 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
RECTYPERuntime Analysis: Record Type SE30ETYPECHAR1CHAR1
IDRuntime analysis: ID of an entry SE30IDCHAR1CHAR1
SUBIDRuntime analysis: Sub ID of entry SE30SUBIDCHAR1CHAR1
TIME_GRuntime Analysis: Gross SE30GROSSDEC11SE30TIME
TIME_NRuntime Analysis: Net SE30NETTDEC11SE30TIME
CNTRuntime Analysis: Number SE30CALLNOINT410U_INT_4
TEXTRuntime Analysis: Event SE30TEXTCHAR90CHAR90
CONTOFFSRuntime analysis: Line number in ABAP Editor SE30EDLINEINT410
PROG1Runtime Analysis: Program (Caller) SE30PROG1CHAR40Assigned to domainPROGRAMMRID
PROG2Runtime Analysis: Program (Definition Point) SE30PROG2CHAR40Assigned to domainPROGRAMMRID
ET_TYPERuntime Analysis: Type (ABAP, DB, Syst) SE30_ETCHAR4CHAR4
EG_GROUPRuntime Analysis: Display Filter Group SE30_EGCHAR23CHAR23

Key field Non-key field



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

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

How to access SAP table SE30ALVDAG

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