SATR_DIRECTORY SAP (Directory of SAT Trace Containers) Table details

Dictionary Type: Table
Description: Directory of SAT Trace Containers




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




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

SATR_DIRECTORY is a standard SAP Table which is used to store Directory of SAT Trace Containers data and is available within R/3 SAP systems depending on the version and release level.

The SATR_DIRECTORY table consists of various fields, each holding specific information or linking keys about Directory of SAT Trace Containers data available in SAP. These include SATR_KEY (Key Components of Table SATR_TAB as Character-Type), TRACE_USER (User Name in User Master Record), CREATION_TIME (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), TRACE_DATE (System Date).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SATR_DIRECTORY table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SATR_KEYKey Components of Table SATR_TAB as Character-Type SATR_TAB_KEY_FCHAR55CHAR55
TRACE_USERUser Name in User Master Record XUBNAMECHAR12USR02XUBNAMEXUS
CREATION_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
TRACE_DATESystem Date SYDATUMDATS8SYDATS
TRACE_TIMESystem Time SYUZEITTIMS6SYTIME
EXPIRY_DATESAT: Delete Date of a Data Container SATR_DE_EXPIRYDATS8
ERR_STATE Error Code0
OBJ_TYPEObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJ_NAMEABAP Program Name PROGNAMECHAR40PROGNAME
COMM Trace Comment0
TIME_TOTALDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
TIME_INTERNALDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
TIME_EXTERNALDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
TIME_USERDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
TIME_SYSTEMDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
TIME_LOADGENDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
TRACE_SIZE Container Size0
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
CLIENT3-Byte field CHAR3CHAR3CHAR3
TRACED_USERUser Name UNAMECHAR12UNAME
OPSYSOperating System of Application Server SYOPSYSCHAR10SYOPSYS
TRACE_RELEASE Trace Release0
HOSTApplication Server SYHOSTCHAR32HOST_ID
AGG Aggregation Flag0
FILE_NAME Name of the Trace File0
ERRTEXT Error Text0
TRANSACTION_ID Transaction ID (E2E Trace)0
ROOT_CONTEXT_ID 0
CONNECTION_ID 0
SERVERApplication Server Name MSNAME2CHAR40MSNAME2
MEMORY_CONSUMPTIONNew Input Values XFLAGCHAR1XFLAG

Key field Non-key field



How do I retrieve data from SAP table SATR_DIRECTORY using ABAP code

The following ABAP code Example will allow you to do a basic selection on SATR_DIRECTORY to SELECT all data from the table
DATA: WA_SATR_DIRECTORY TYPE SATR_DIRECTORY.

SELECT SINGLE *
FROM SATR_DIRECTORY
INTO CORRESPONDING FIELDS OF WA_SATR_DIRECTORY
WHERE...

How to access SAP table SATR_DIRECTORY

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