SATR_HC_AUS2 SAP (Modified AUSTAB SE30) Structure details

Dictionary Type: Structure
Description: Modified AUSTAB SE30




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




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

SATR_HC_AUS2 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 "Modified AUSTAB SE30" 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_HC_AUS2 TYPE SATR_HC_AUS2.

The SATR_HC_AUS2 table consists of various fields, each holding specific information or linking keys about Modified AUSTAB SE30 data available in SAP. These include HC_RECORDS (SATR: Summarized Hierarchy Comparison - No. of Trace Records), TRACE (SATR: Assign Statement to Trace in Hierarchy Comparison), COLOR (SATR: Color of Comparison of Two Traces), INDEX1 (SATR: Index for Trace 1 in Comparison).. 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 SATR_HC_AUS2 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
HC_INDEXSATR: Index of Hierarchy Comparison SATR_HC_INDEX0INT410
HC_RECORDSSATR: Summarized Hierarchy Comparison - No. of Trace Records SATR_HC_RECORDSINT410
TRACESATR: Assign Statement to Trace in Hierarchy Comparison SATR_HC_TRACECHAR1
COLORSATR: Color of Comparison of Two Traces SATR_HC_COLORCHAR4
INDEX1SATR: Index for Trace 1 in Comparison SATR_HC_INDEX1INT410
INDEX2SATR: Index for Trace 2 in Comparison SATR_HC_INDEX2INT410
END1SATR: Index for Closing TRACE Record SATR_DE_ENDINT410
END2SATR: Index for Closing TRACE Record SATR_DE_ENDINT410
CALLER1SATR : Entry Number of CALLER in Trace 1 of Comparison SATR_HC_CALLER1INT410
CALLER2SATR : Entry Number of CALLER in Trace 2 of Comparison SATR_HC_CALLER2INT410
LEVEL1SATR: Call Level in Trace 1 of Comparison SATR_HC_LEVEL1INT410
LEVEL2SATR: Call Level in Trace 2 of Comparison SATR_HC_LEVEL2INT410
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
EVENTSATR: Event ID (> Entry, < Exit) SATR_DE_EVENTCHAR1CHAR01
HIER_FELDSATR: Statement in a Trace SATR_HC_STMNTSSTR128
PROG_CALLER_IDXSATR: Index for Table TRACEPROG SATR_DE_PGIXINT410
PROG_EXEC_IDXSATR: Index of Int. Table TRACEPROG for Performs SATR_DE_P2IXINT410
SYSFLAGSATR: Flag whether entry is SYSTEM or USER SATR_DE_SYSFLAGCHAR1FLAG
CONTOFFSSATR: CONT Offset: Offset Within an ABAP Program SATR_DE_COOFINT410
GROSS1SATR : Gross Time in Trace 1 of Comparison SATR_HC_TGRS1INT410SATR_DO_ZEIT
GROSS2SATR : Gross Time in Trace 2 of Comparison SATR_HC_TGRS2INT410SATR_DO_ZEIT
NET1SATR : Net Time in Trace 1 of Comparison SATR_HC_TNET1INT410SATR_DO_ZEIT
NET2SATR : Net Time in Trace 2 of Comparison SATR_HC_TNET2INT410SATR_DO_ZEIT
GRS_PERCENTAGE1SATR: Gross Runtime in Percent in Trace 1 of Comparison SATR_HC_PGRS1DEC5(2)
GRS_PERCENTAGE2SATR: Gross Runtime in Percent in Trace 2 of Comparison SATR_HC_PGRS2DEC5(2)
NET_PERCENTAGE1SATR: Net Runtime in Percent in Trace 1 of Comparison SATR_HC_PNET1DEC5(2)
NET_PERCENTAGE2SATR: Net Runtime in Percent in Trace 2 of Comparison SATR_HC_PNET2DEC5(2)
MEMORY1SATR: Memory Usage in Trace 1 of Hierarchy Comparison SATR_HC_MEMORY1INT410
MEMORY2SATR: Memory Usage in Trace 2 of Hierarchy Comparison SATR_HC_MEMORY2INT410
ASSIGNMENTSATR Hierarchy Comparison: Assignment SATR_HC_ASSIGNCHAR40

Key field Non-key field



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

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

How to access SAP table SATR_HC_AUS2

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