AMSTANO SAP (Global Performance Analysis: Other Statistics Data) Table details

Dictionary Type: Table
Description: Global Performance Analysis: Other Statistics Data




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




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

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

The AMSTANO table consists of various fields, each holding specific information or linking keys about Global Performance Analysis: Other Statistics Data data available in SAP. These include COMPONENT (N3 Workload: Name/ID of Statistics Component), COMPTYPE (N3 Workload: Type of Statistics Component), LFNUM (Global Performance Analysis: Sequence Number), TEXT (N3 Workload: Name of Service Type).. 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 AMSTANO 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
COMPONENTN3 Workload: Name/ID of Statistics Component SWLNCOMPNTCHAR32SAPWLCHR32
COMPTYPEN3 Workload: Type of Statistics Component SWGSYSTYPECHAR10TEXT10
LFNUMGlobal Performance Analysis: Sequence Number LFNUMBCHAR8CHAR8
TEXTN3 Workload: Name of Service Type SWLNSERVTYPCHAR20TEXT20
LONGTEXTN3 Workload: Description of Service Type SWLNSERVICECHAR128TEXT128
STEPCNTN3 Workload: Number of Steps SWLNDIASTEPDEC15SAPWLP15
LUWCNTN3 Workload: Number of Transactions SWLNLUWSTEPDEC15SAPWLP15
RESPTIN3 Workload: Total Response Time (s) SWLNRESPTIDEC15SAPWLTIME0
RESPTIMTN3 Workload: Average Response Time per Step (ms) SWLNRESPMTDEC15(1) SAPWLTIME1
RESPTIMTAN3 Workload: Average Response Time per Transaction (ms) SWLNRESPMTADEC15(1) SAPWLTIME1
CPUTIN3 Workload: CPU Time (s) SWLNCPUTIDEC15(1) SAPWLTIME1
CPUTIMTN3 Workload: Average CPU Time per Step (ms) SWLNCPUMTDEC15(1) SAPWLTIME1
CPUTIMTAN3 Workload: Average CPU Time per Transaction (ms) SWLNCPUMTADEC15(1) SAPWLTIME1
QUEUETIN3 Workload: Total Wait Time on a Resource (s) SWLNQUEUTIDEC15(1) SAPWLTIME1
QUEUETIMTN3 Workload: Average Wait Time per Step (ms) SWLNQUEUMTDEC15(1) SAPWLTIME1
QUEUETIMTAN3 Workload: Average Wait Time per Transaction (ms) SWLNQUEUMTADEC15(1) SAPWLTIME1
WAITTIN3 Workload: Total Call Time for External Components (s) SWLNWAITTIDEC15SAPWLTIME0
WAITTIMTN3 Workload: Average Call Time per Step (ms) SWLNWAITMTDEC15(1) SAPWLTIME1
WAITTIMTAN3 Wokload: Average Call Time per Transaction (ms) SWLNWAITMTADEC15(1) SAPWLTIME1
LOADTIN3 Workload: Total Load Time (s) SWLNLOADTIDEC15(1) SAPWLTIME1
LOADTIMTN3 Workload: Average Load Time per Step (ms) SWLNLOADMTDEC15(1) SAPWLTIME1
LOADTIMTAN3 Workload: Average Load Time per Transaction (ms) SWLNLOADMTADEC15(1) SAPWLTIME1
GENTIN3 Workload: Total Time for Generation Processes (s) SWLNGENTIDEC15(1) SAPWLTIME1
GENTIMTN3 Workload: Average Generation Time per Step (ms) SWLNGENMTDEC15(1) SAPWLTIME1
GENTIMTAN3 Workload: Average Generation Time per Transaction (ms) SWLNGENMTADEC15(1) SAPWLTIME1
NETTIN3 Workload: Total Network Time (s) SWLNNETTIDEC15(1) SAPWLTIME1
NETTIMTN3 Workload: Average Network Time per Step (ms) SWLNNETMTDEC15(1) SAPWLTIME1
NETTIMTAN3 Workload: Average Network Time per Transaction (ms) SWLNNETMTADEC15(1) SAPWLTIME1
MAXMEMN3 Workload: Maximum Memory Usage (KB) SWLNMAXMEMDEC15(1) SAPWLTIME1
SERVICEN3 Workload: Number of Service Type SWLNSERVIINT25INT2

Key field Non-key field



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

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

SELECT SINGLE *
FROM AMSTANO
INTO CORRESPONDING FIELDS OF WA_AMSTANO
WHERE...

How to access SAP table AMSTANO

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