SATR_LIST_OF_CONTENTS_OUT SAP (SATR: Layout: Table of Contents of Trace Container Output) Structure details

Dictionary Type: Structure
Description: SATR: Layout: Table of Contents of Trace Container Output




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




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

SATR_LIST_OF_CONTENTS_OUT 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: Layout: Table of Contents of Trace Container Output" 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_LIST_OF_CONTENTS_OUT TYPE SATR_LIST_OF_CONTENTS_OUT.

The SATR_LIST_OF_CONTENTS_OUT table consists of various fields, each holding specific information or linking keys about SATR: Layout: Table of Contents of Trace Container Output data available in SAP. These include USR_SYS (SATR: Proportion of Individual Components in Total Runtime), OBJ_TYPE (SATR: Short Text of Object Type), OBJ_NAME (SATR: Name of Trace Object), REPTEXT (Report title).. 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 (character-type or numeric)


SAP SATR_LIST_OF_CONTENTS_OUT 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
IN_OUTSATR: Proportion of Individual Components in Total Runtime SATR_DE_OVERVIEWCHAR10CHAR10
USR_SYSSATR: Proportion of Individual Components in Total Runtime SATR_DE_OVERVIEWCHAR10CHAR10
OBJ_TYPESATR: Short Text of Object Type SATR_DE_OBJTY_TXCHAR4CHAR4
OBJ_NAMESATR: Name of Trace Object SATR_DE_TR_OBJECTCHAR40Assigned to domainPROGRAMM
REPTEXTReport title REPTICHAR70REPTI
REMOTESATR: Text for Remote Flag SATR_DE_REMOTE_TXCHAR6CHAR6
AGGSATR: Flag Whether or Not TRACE Is Aggregated SATR_DE_AGGCHAR1SATR_DO_AGG
RELSAT: SAP NetWeaver Release Status SATR_SYSAPRLCHAR4SYCHAR04
FDATESATR: Measurement Date of a Runtime Analysis SATR_DE_DATEDATS8SYDATS
FTIMESATR: Measurement Time of a Runtime Analysis SATR_DE_TIMETIMS6SYTIME
TRACE_USERSATR: Person Executing Runtime Analysis SATR_DE_USERCHAR12SYCHAR12
APPL_USERUser Name SYUNAMECHAR12SYCHAR12
FLAGGeneral Flag FLAGCHAR1FLAG
OPSYSOperating System of Application Server SYOPSYSCHAR10SYOPSYS
HOSTSAT: Host Name SATR_SYHOSTCHAR32HOST_ID
GROESSESATR: Size of Trace Container SATR_DE_TC_GROESINT410
COMMSATR: Short Description of Runtime Measurement SATR_DE_COMMCHAR60SATR_DO_COMM
ICONTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
USED_TIMESATR: Runtime of a Trace SATR_DE_RUNTIMEDEC11SE30TIME
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
SATR_KEYKey Components of Table SATR_TAB as Character-Type SATR_TAB_KEY_FCHAR55CHAR55

Key field Non-key field



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

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

How to access SAP table SATR_LIST_OF_CONTENTS_OUT

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