Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The table AMSSU (Global Performance Analysis: Trace Summary SQL Statements) is a standard table in SAP ERP. It belongs to the package S_PERF_TRA.
Table | AMSSU |
Short Text | Global Performance Analysis: Trace Summary SQL Statements |
Package | S_PERF_TRA |
Table Type | Transparent Table |
Field Name | Key | Description | Data Element | Type | Length | Check Table |
---|---|---|---|---|---|---|
PROCGUID | ✔ | Log GUID for Performance Analysis | PROCGUID | RAW | 16 | |
DESTIN | ✔ | Logical Destination (Specified in Function Call) | RFCDEST | CHAR | 32 | * |
LFNUM | ✔ | Global Performance Analysis: Sequence Number | LFNUMB | CHAR | 8 | |
Include Structure: STRACSUM_D | ||||||
TABNAME | Table Name | TABNAME | CHAR | 30 | * | |
SQLSTATEM | Abbreviated SQL Statement | SQLSTATEM | CHAR | 110 | ||
TOTALEXEC | Total Number of Executions of Identical SQL Statements | TOTALEXEC | DEC | 10 | ||
IDENTSEL | Percentage of Identical SQL Statement | IDENTSEL | DEC | 9 | ||
EXECTIME | Total Runtime for SQL Statements (in Microseconds) | EXECTIME | DEC | 12 | ||
RECPROCNUM | Total Number of Database Records Passed to Program | RECPROCNUM | DEC | 10 | ||
TIMEPEREXE | Average Execution Time per SQL Statement (in ms) | TIMEPEREXE | CHAR | 10 | ||
RECPEREXE | Average Number of Database Records per SQL Statement | RECPEREXE | CHAR | 10 | ||
AVGTPERREC | Average Processing Time per Database Record | AVGTPERREC | CHAR | 10 | ||
MINTPERREC | Minimum Processing Time per Database Record | MINTPERREC | CHAR | 10 | ||
TABROWLEN | Record Length of Specified Table | TABROWLEN | CHAR | 6 | ||
BUFTYPE | Type of Buffer for Specified Table | BUFTYPE | CHAR | 5 | ||
TABLECLASS | Table Type of Specified Table | TABLECLASS | CHAR | 8 |