SAP ABAP Class CL_WDT_TRC_STACK (Stack Management of Trace Entries)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_PERFORMANCE_VERIFICATION (Package) Tools and Utilities for Performance Verification

⤷

⤷

Properties
Class | CL_WDT_TRC_STACK | |
Short Description | Stack Management of Trace Entries | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWDP_PERFORMANCE_VERIFICATION | Tools and Utilities for Performance Verification |
Created | 20040928 | SAP |
Last change | 20041208 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_WDT_TRC_STACK has no interface implemented.
Friends
Class CL_WDT_TRC_STACK 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) | STRC_T_TRCS | Set of Stack Entries | 20040928 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT4 | Index of Top of Stack | 20040928 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Displays All Stack Entries | 20040928 |
2 | ![]() |
Instance method | Public | Method | Returns Entire Stack | 20040928 |
3 | ![]() |
Instance method | Public | Method | Returns Current Stack Size | 20040928 |
4 | ![]() |
Instance method | Public | Method | Checks Whether Stack Is Empty | 20040928 |
5 | ![]() |
Instance method | Public | Method | Returns Top of Stack Without Displaying Stack | 20040928 |
6 | ![]() |
Instance method | Public | Method | Returns 'im_index'th Stack Entry | 20040928 |
7 | ![]() |
Instance method | Public | Method | Displays a Stack Entry | 20040928 |
8 | ![]() |
Instance method | Public | Method | Moved an Entry to Stack | 20040928 |
Events
Class CL_WDT_TRC_STACK has no event.
Types
Class CL_WDT_TRC_STACK has no local type.
Method Signatures
Method FREE Signature
Method FREE on class CL_WDT_TRC_STACK has no parameter.
Method FREE on class CL_WDT_TRC_STACK has no exception.
Method GET_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_STACK | Value transfer | Type reference (TYPE) | STRC_T_TRCS | Alle Stackeinträge | 20040928 |
Method GET_ENTRIES on class CL_WDT_TRC_STACK has no exception.
Method GET_SIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_SIZE | Value transfer | Type reference (TYPE) | INT4 | Akt. Stackgröße | 20040928 |
Method GET_SIZE on class CL_WDT_TRC_STACK has no exception.
Method IS_EMPTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_EMPTY | Value transfer | Type reference (TYPE) | ABAP_BOOL | `ABAP_TRUE' falls d. Stack leer ist. | 20040928 |
Method IS_EMPTY on class CL_WDT_TRC_STACK has no exception.
Method PEEK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_ENTRY | Value transfer | Type reference (TYPE) | STRC_S_TRC | Top-of-Stack-Eintrag | 20040928 |
Method PEEK on class CL_WDT_TRC_STACK has no exception.
Method PEEK_I Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_INDEX | Call by reference | Type reference (TYPE) | INT4 | Index des Eintrages | 20040928 | ||
2 | ![]() |
RE_ENTRY | Value transfer | Type reference (TYPE) | STRC_S_TRC | Der 'im_index'-ten Eintrag | 20040928 |
Method PEEK_I on class CL_WDT_TRC_STACK has no exception.
Method POP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_ENTRY | Value transfer | Type reference (TYPE) | STRC_S_TRC | Top-Of-Stack | 20040928 | ||
2 | ![]() |
EX_INDEX_TOP | Call by reference | Type reference (TYPE) | INT4 | Index des neuen Top-Of-Stack | 20040928 |
Method POP on class CL_WDT_TRC_STACK has no exception.
Method PUSH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ENTRY | Call by reference | Type reference (TYPE) | STRC_S_TRC | Neuer Stackeintrag | 20040928 | ||
2 | ![]() |
RE_TOP_INDEX | Value transfer | Type reference (TYPE) | INT4 | Index des neuen Eintrages | 20040928 |
Method PUSH on class CL_WDT_TRC_STACK has no exception.
History
Last changed by/on | SAP | 20041208 |
SAP Release Created in | 700 |