SAP AMSP SQL trace position info in application monitor Table
Overview
AMSP is a standard SAP S/4HANA table that stores SQL trace position info in application monitor data. There are total 12 fields in the AMSP table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table AMSP belongs to Workload Monitoring Tool (BC-CCM-MON-TUN) module and is located in the package SAP Monitoring Tools (STUN).
In addition, following links provide an overview of foreign key relationships, if any, that link AMSP to other SAP tables and standard CDS views available based on AMSP table in S/4HANA 2020.
Techincal Settings of AMSP
Below are technical details of the table AMSP
- Buffering not allowed
- No buffering
- Storage type is Column Store
List of AMSP Fields
The following table gives you an overview of the fields available in AMSP
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| TCODE | Program/Transaction in SQL Trace Evaluation | PROGRAM | * | CHAR | 40 |
| SAPRL | Release of SAP System | SYSAPRL | CHAR | 4 | |
| URSPR | Origin identifier in application monitor | SRCFLAG | CHAR | 1 | |
| UNAME | User Name | SYUNAME | CHAR | 12 | |
| MANDT | Client ID | SYMANDT | * | CLNT | 3 |
| ANDAT | Analysis date for application monitor | AM_ANDAT | DATS | 8 | |
| TRCKZ | Unique user-defined ID of an SQL trace | TRACEKZ | CHAR | 4 | |
| TNAME | Table name (extended version for application monitor) | AM_TNAME | CHAR | 30 | |
| SQLOP | SQL operation in trace (application monitor) | AM_SQLOP | CHAR | 2 | |
| NOOPS | No. of database accesses | AM_NOOPS | INT4 | 10 | |
| NOROW | Number of data records accessed | AM_NOROW | INT4 | 10 | |
| ACZEI | Cumulated database access time (application monitor) | AM_ACTIM | INT4 | 10 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for AMSP