AMSUR SAP (Global Performance Analysis: Overview Summarized Log Data) Table details

Dictionary Type: Table
Description: Global Performance Analysis: Overview Summarized Log Data




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




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

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

The AMSUR table consists of various fields, each holding specific information or linking keys about Global Performance Analysis: Overview Summarized Log Data data available in SAP. These include DESTIN (Logical Destination (Specified in Function Call)), LFNUM (Global Performance Analysis: Sequence Number), ASCHEMA (Name of Evaluation Schema (Global Performance Analysis)), AOBJECT (Name of Evaluation Object (Global Performance Analysis)).. 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 AMSUR 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
ASCHEMAName of Evaluation Schema (Global Performance Analysis) ASCHEMACHAR56TEXT56
AOBJECTName of Evaluation Object (Global Performance Analysis) AOBJECTCHAR56TEXT56
TOTALEXECTotal Number of Executions of Identical SQL Statements TOTALEXECDEC10DECI10
EXECTIMETotal Runtime for SQL Statements (in Microseconds) EXECTIMEDEC12DEC12
RECPROCNUMTotal Number of Database Records Passed to Program RECPROCNUMDEC10DECI10
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)
INOUTDATATotal Data Volume Between Front End and App. Server (KB) INOUTDATADEC16(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)
TOTALEX_STNumber of Database Accesses (SEL, UPD, INS, DEL)(Statistics) TOTALEX_STDEC13(2)
RECPROCNUM_STTotal Number of DB Recs Delivered to Program (Statistics) RECPROCNUM_STDEC13(2)
TOTALEXEC_SAWStandard Deviation: Total Number of Identical SQL Statements TOTALEXEC_SAWDEC13(2)
EXECTIME_SAWStandard Deviation: Total Execution Time: SQL Statements EXECTIME_SAWDEC15(2)
RECPROCNUM_SAWStandard Deviation: Total Number of Database Recs Delivered RECPROCNUM_SAWDEC13(2)
WPROCTIME_SAWStandard Deviation: Time in Work Process WPROCTIME_SAWDEC18(2)
KBYTETRANS_SAWStandard Deviation: Transferred Data Volume in Kilobytes KBYTETRANS_SAWDEC13(2)
RESPTIME_SAWStandard Deviation: Response Time RESPTIME_SAWDEC18(2)
WAITTIME_SAWStandard Deviation: Wait Time in the Queue in ms WAITTIME_SAWDEC13(2)
CPUTIME_SAWStandard Deviation: CPU Time CPUTIME_SAWDEC18(2)
LDGENTIME_SAWStandard Deviation: Load and Generation Time in ms LDGENTIME_SAWDEC13(2)
MEMORYUSED_SAWStandard Deviation: Size of Utilized Memory MEMORYUSED_SAWDEC13(2)
DBTIME_SAWStandard Deviation: Database Time in ms DBTIME_SAWDEC13(2)
DBCHANGES_SAWStandard Deviation: Number of Physical Database Changes DBCHANGES_SAWDEC13(2)
ROUNDTRIPS_SAWStandard Deviation: Number of Roundtrips ROUNDTRIPS_SAWDEC18(2)
INDATA_SAWStandard Deviation: Data Volume to Application Server INDATA_SAWDEC16(2)
OUTDATA_SAWStandard Deviation: Data Volume to Front End OUTDATA_SAWDEC16(2)
TOTALEX_ST_SAWStandard Deviation: Number of DB Accesses (Statistics) TOTALEX_ST_SAWDEC13(2)
RECPROCNUM_STSAWStandard Deviation: Number of DB Recs Delivered (Statistics) RECPROCNUM_ST_SAWDEC13(2)
STEXTKEYMetatext STEXTKEYCHAR4

Key field Non-key field



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

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

SELECT SINGLE *
FROM AMSUR
INTO CORRESPONDING FIELDS OF WA_AMSUR
WHERE...

How to access SAP table AMSUR

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