SAP ABAP Class CL_ST05_TRACE_DIRECTORY_M (ST05 Trace Directory Model Class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-TWB-TST-P-PA (Application Component) Performance Analysis (Transaction ST05)
⤷
ST05 (Package) ST05 Performance Trace
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_PTC_M | Model Class for Performance Tools | 20130319 |
Properties
| Class | CL_ST05_TRACE_DIRECTORY_M | |
| Short Description | ST05 Trace Directory Model Class | |
| Super Class | CL_PTC_M | Model Class for Performance Tools |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ST05 | ST05 Performance Trace |
| Created | 20090909 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ST05_TRACE_DIRECTORY_M has no forward declaration.
Interfaces
Class CL_ST05_TRACE_DIRECTORY_M has no interface implemented.
Friends
Class CL_ST05_TRACE_DIRECTORY_M has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | ST05_TRACE_DIRECTORY_FILTER | Filter Criteria for Trace Directory | 20090909 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | ST05_TRACE_DIRECTORY | Directory of Previously Saved ST05 Traces | 20090909 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Compare structure-identical statements of two traces | 20130115 | |
| 2 | Static method | Public | Method | Delete Traces Whose Expiration Date Is in the Past | 20090909 | |
| 3 | Instance method | Public | Method | Delete Trace(s) from DB | 20090909 | |
| 4 | Static method | Public | Method | Display Trace | 20121210 | |
| 5 | Static method | Public | Method | Export Trace to Local Front End | 20121004 | |
| 6 | Instance method | Public | Method | Get Trace Directory Filter | 20090909 | |
| 7 | Instance method | Public | Method | Get Trace Directory | 20090909 | |
| 8 | Instance method | Public | Method | Import Trace(s) from Local Front End | 20121005 | |
| 9 | Instance method | Private | Method | Read Trace Directory from DB | 20090909 | |
| 10 | Static method | Public | Method | Save Trace Records to DB | 20121210 | |
| 11 | Instance method | Public | Method | Set Trace Directory Filter | 20090909 | |
| 12 | Instance method | Public | Method | Set Trace Directory | 20090909 | |
| 13 | Instance method | Public | Method | Update Property of Trace(s) on the DB | 20090909 |
Events
Class CL_ST05_TRACE_DIRECTORY_M has no event.
Types
Class CL_ST05_TRACE_DIRECTORY_M has no local type.
Method Signatures
Method COMPARE_TRACES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GUID_TABLE | Call by reference | Type reference (TYPE) | ST05_GUID_TABLE | 20130115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ST05 Exception Class | 20130115 |
Method DELETE_EXPIRED_TRACES Signature
Method DELETE_EXPIRED_TRACES on class CL_ST05_TRACE_DIRECTORY_M has no parameter.
Method DELETE_EXPIRED_TRACES on class CL_ST05_TRACE_DIRECTORY_M has no exception.
Method DELETE_TRACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GUID_TABLE | Call by reference | Type reference (TYPE) | ST05_GUID_TABLE | GUIDs of Selected Traces | 20090909 |
Method DELETE_TRACE on class CL_ST05_TRACE_DIRECTORY_M has no exception.
Method DISPLAY_TRACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GUID_TABLE | Call by reference | Type reference (TYPE) | ST05_GUID_TABLE | GUIDs of Selected Traces | 20121210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ST05 Exception Class | 20121210 |
Method EXPORT_TRACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FORMAT | Call by reference | Type reference (TYPE) | SYUCOMM | ' ' | Export Format | 20121008 | ||
| 2 | GUID_TABLE | Call by reference | Type reference (TYPE) | ST05_GUID_TABLE | GUIDs of Selected Traces | 20121004 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for Performance Tools | 20130314 | ||
| 2 | ST05 Exception Class | 20121106 |
Method GET_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FILTER | Value transfer | Type reference (TYPE) | ST05_TRACE_DIRECTORY_FILTER | Filter Criteria for Trace Directory | 20090909 |
Method GET_FILTER on class CL_ST05_TRACE_DIRECTORY_M has no exception.
Method GET_TRACE_DIRECTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FILTER | Call by reference | Type reference (TYPE) | ST05_TRACE_DIRECTORY_FILTER | Filter Criteria for Trace Directory | 20090909 | |||
| 2 | READ_FROM_DB | Call by reference | Type reference (TYPE) | ST05_BOOLEAN | ' ' | Boolean Value : TRUE = 'X' ; FALSE = ' ' | 20090909 | ||
| 3 | TRACE_DIRECTORY | Value transfer | Type reference (TYPE) | ST05_TRACE_DIRECTORY | Directory of Previously Saved ST05 Traces | 20090909 |
Method GET_TRACE_DIRECTORY on class CL_ST05_TRACE_DIRECTORY_M has no exception.
Method IMPORT_TRACE Signature
Method IMPORT_TRACE on class CL_ST05_TRACE_DIRECTORY_M has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ST05 Exception Class | 20121210 |
Method READ_TRACE_DIRECTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FILTER | Call by reference | Type reference (TYPE) | ST05_TRACE_DIRECTORY_FILTER | Filter Criteria for Trace Directory | 20090909 |
Method READ_TRACE_DIRECTORY on class CL_ST05_TRACE_DIRECTORY_M has no exception.
Method SAVE_TRACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GUID_TABLE | Call by reference | Type reference (TYPE) | ST05_GUID_TABLE | GUIDs of Selected Traces | 20121210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ST05 Exception Class | 20121210 |
Method SET_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FILTER | Call by reference | Type reference (TYPE) | ST05_TRACE_DIRECTORY_FILTER | Filter Criteria for Trace Directory | 20090909 |
Method SET_FILTER on class CL_ST05_TRACE_DIRECTORY_M has no exception.
Method SET_TRACE_DIRECTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TRACE_DIRECTORY | Call by reference | Type reference (TYPE) | ST05_TRACE_DIRECTORY | Directory of Previously Saved ST05 Traces | 20090909 |
Method SET_TRACE_DIRECTORY on class CL_ST05_TRACE_DIRECTORY_M has no exception.
Method UPDATE_TRACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELD | Call by reference | Type reference (TYPE) | SVAL | field to be changed: table name, field name, field value | 20090909 | |||
| 2 | GUID_TABLE | Call by reference | Type reference (TYPE) | ST05_GUID_TABLE | GUIDs of Selected Traces | 20090909 |
Method UPDATE_TRACE on class CL_ST05_TRACE_DIRECTORY_M has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 703 |