AMSTA SAP (Global Performance Analysis: Statistical Data) Table details

Dictionary Type: Table
Description: Global Performance Analysis: Statistical Data




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




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

AMSTA is a standard SAP Table which is used to store Global Performance Analysis: Statistical Data data and is available within R/3 SAP systems depending on the version and release level.

The AMSTA table consists of various fields, each holding specific information or linking keys about Global Performance Analysis: Statistical Data data available in SAP. These include DESTIN (Logical Destination (Specified in Function Call)), LFNUM (Global Performance Analysis: Sequence Number), STARTDATE (Local Start Date for Performance Log Statistical Record), STARTTIME (Local Start Time for Performance Log Statistical 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP AMSTA 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
PROCGUIDLog GUID for Performance Analysis PROCGUIDRAW16SYSUUID
DESTINLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
LFNUMGlobal Performance Analysis: Sequence Number LFNUMBCHAR8CHAR8
STARTDATELocal Start Date for Performance Log Statistical Record STAT_SDATEDATS8SYDATS
STARTTIMELocal Start Time for Performance Log Statistical Record STAT_STIMETIMS6SYTIME
ENDDATEEnd Date (Local) for Performance Log Statistical Record STAT_EDATEDATS8SYDATS
ENDTIMEEnd Time (Local) for Performance Log Statistical Record STAT_ETIMETIMS6SYTIME
TCODEPerformance Log: Statistical Record Transaction Code STAT_TCODECHAR20Assigned to domainTCODE
REPORTPerformance Log: Statistical Record Program Name STAT_REPIDCHAR40Assigned to domainPROGRAMM
TASKTYPEPerformance Log: Statistical Record Task Type STAT_TASKTCHAR1STAT_TASK1
DYNPRONRPerformance Log: Statistical Record Screen Number STAT_DYNNRCHAR4DYNNR
WPROCTIMETime in Work Process (Reponse Time - Wait Time) in ms WPROCTIMEDEC18(2)
KBYTETRANSAmount of Data Transferred in KB (= Queue + Source + DSQL) KBYTETRANSDEC13(2)
RESPTIMEResponse Time in ms RESPTIMEDEC18(2)
WAITTIMEQueue Wait Time in ms WAITTIME1DEC13(2)
CPUTIMECPU Time in ms CPUTIMEDEC18(2)
LDGENTIMELoad and Generation Time in ms LDGENTIMEDEC13(2)
MEMORYUSEDMemory Used in MBytes MEMORYUSEDDEC13(2)
DBTIMEDatabase Time in ms DBTIMEDEC13(2)
DBCHANGESNumber of Physical Database Changes DBCHANGESDEC13(2)
ROUNDTRIPSSAP Workload: Number of Roundtrips ROUNDTRIPSDEC18(2)
INDATAAverage Data Volume to Application Server per Step (kBytes) INDATA_PDEC16(2)
OUTDATAAverage Data Volume to Front End per Step (kBytes) OUTDATA_PDEC16(2)
RECPROCNUM_STTotal Number of DB Recs Delivered to Program (Statistics) RECPROCNUM_STDEC13(2)
TOTALEX_STNumber of Database Accesses (SEL, UPD, INS, DEL)(Statistics) TOTALEX_STDEC13(2)

Key field Non-key field



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

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

SELECT SINGLE *
FROM AMSTA
INTO CORRESPONDING FIELDS OF WA_AMSTA
WHERE...

How to access SAP table AMSTA

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