SATR_TRACEDUMP SAP (SATR: TRACE File Record Layout DUMP Format) Structure details

Dictionary Type: Structure
Description: SATR: TRACE File Record Layout DUMP Format




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




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

SATR_TRACEDUMP 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 "SATR: TRACE File Record Layout DUMP Format" 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_SATR_TRACEDUMP TYPE SATR_TRACEDUMP.

The SATR_TRACEDUMP table consists of various fields, each holding specific information or linking keys about SATR: TRACE File Record Layout DUMP Format data available in SAP. These include RECTYPE (SATR: Type of Record), EVENT (SATR: Event ID (> Entry, < Exit)), ID (SATR: ID of a Trace Record (Recorded Event)), SUBID (SATR: SUBID: Sub-ID of a TRACE Record).. 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 SATR_TRACEDUMP 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
INDEXSATR: Index of DUMP List SATR_DE_INDEXINT410
RECTYPESATR: Type of Record SATR_DE_RECTYPECHAR1CHAR01
EVENTSATR: Event ID (> Entry, < Exit) SATR_DE_EVENTCHAR1CHAR01
IDSATR: ID of a Trace Record (Recorded Event) SATR_DE_IDCHAR1SATR_DO_ID
SUBIDSATR: SUBID: Sub-ID of a TRACE Record SATR_DE_SUBIDCHAR1SATR_DO_SUBID
EBENESATR : Call Level (Call Hierarchy) SATR_DE_EBENEINT410
SUMMERuntime Analysis: Net time (in microseconds) SE30NETDEC11SE30TIME
DIFFRuntime Analysis: Net time (in microseconds) SE30NETDEC11SE30TIME
TIME1Runtime Analysis: Net time (in microseconds) SE30NETDEC11SE30TIME
TIME2Runtime Analysis: Net time (in microseconds) SE30NETDEC11SE30TIME
CONTOFFSSATR: CONT Offset: Offset Within an ABAP Program SATR_DE_COOFINT410
WP_NOSATR: Work Process Number SATR_DE_WP_NOINT410
STORAGECurrent Memory Usage of a Trace Event SATR_DE_STORINT410
PROGNAMECalling Program SYCPROGCHAR40Assigned to domainPROGRAMM
ET_TYPESATR: Time Type SATR_DE_ET_TY_XRAW1HEX1
EG_GROUPSATR: EG_GROUP in Format HEX(1) SATR_DE_EG_GR_XRAW1HEX1
START_WAITCharacter Field Length 1 CHAR01CHAR1CHAR1
DUMMYCharacter Field Length 1 CHAR01CHAR1CHAR1
CALLED_PROGCalling Program SYCPROGCHAR40Assigned to domainPROGRAMM
INSTNatural Number INT4INT410INT4
METHSATR: TRACE Method Record SATR_DE_TRACEMETHCHAR61CHAR61
TEXTSATR: Trace Text SATR_DE_TRACETEXTCHAR32CHAR32
ERROR_FLAGSATR: ERROR Flag SATR_DE_ERRFLGCHAR1CHAR01

Key field Non-key field



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

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

How to access SAP table SATR_TRACEDUMP

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