AMASUR SAP (Global Perf. Analysis: Application Statistic Compressed Data) Table details

Dictionary Type: Table
Description: Global Perf. Analysis: Application Statistic Compressed Data




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




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

AMASUR is a standard SAP Table which is used to store Global Perf. Analysis: Application Statistic Compressed Data data and is available within R/3 SAP systems depending on the version and release level.

The AMASUR table consists of various fields, each holding specific information or linking keys about Global Perf. Analysis: Application Statistic Compressed Data data available in SAP. These include DESTIN (Logical Destination (Specified in Function Call)), INSTANCE (Instance Name), LFNUM (Global Performance Analysis: Sequence Number), TCODE (Performance Log: Statistical Record Transaction Code).. 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 AMASUR 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
INSTANCEInstance Name MSNAME3CHAR40MSNAME2
LFNUMGlobal Performance Analysis: Sequence Number LFNUMBCHAR8CHAR8
TCODEPerformance Log: Statistical Record Transaction Code STAT_TCODECHAR20Assigned to domainTCODE
OKEYPerformance Protocol Statistical Record Open Key (Text) OKEYCHAR30SWNCDOMTXT30
CONNECTION_NAMEPerofrmance Protocol Statisticsl Record DB Connection CONNECTION_NAMECHAR30SWNCDOMTXT30
WPROCTIMETime in Work Process (Reponse Time - Wait Time) in ms WPROCTIME2DEC24(2)
KBYTETRANSAmount of Data Transferred in KB (= Queue + Source + DSQL) KBYTETRANS2DEC14(2)
RESPTIMEResponse Time in ms RESPTIME2DEC24(2)
WAITTIMEQueue Wait Time in ms WAITTIME2DEC14(2)
CPUTIMECPU Time in ms CPUTIMEDEC18(2)
LDGENTIMELoad and Generation Time in ms LDGENTIME2DEC14(2)
MEMORYUSEDMemory Used in MBytes MEMORYUSED2DEC24(2)
DBTIMEDatabase Time in ms DBTIME2DEC24(2)
DBCHANGESNumber of Physical Database Changes DBCHANGES2DEC14(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)
RECPROCNUM_STTotal Number of DB Recs Delivered to Program (Statistics) RECPROCNUM_ST2DEC15(2)
TOTALEX_STNumber of Database Accesses (SEL, UPD, INS, DEL)(Statistics) TOTALEX_ST2DEC15(2)

Key field Non-key field



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

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

SELECT SINGLE *
FROM AMASUR
INTO CORRESPONDING FIELDS OF WA_AMASUR
WHERE...

How to access SAP table AMASUR

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