SAP ABAP Class CL_TPDA_SCRIPT_TRACE_CONTAINER (TPDA: Script Trace Container)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
STPDA_SCRIPT (Package) Debugger Script

⤷

⤷

Properties
Class | CL_TPDA_SCRIPT_TRACE_CONTAINER | |
Short Description | TPDA: Script Trace Container | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | STPDA_SCRIPT | Debugger Script |
Created | 20050520 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_TPDA_SCRIPT_TRACE_CONTAINER has no forward declaration.
Interfaces
Class CL_TPDA_SCRIPT_TRACE_CONTAINER has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_TPDA_SCRIPT_TRACE | 20050520 | TPDA: Trace from a Script |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TPDA_SCRIPT_ACTION_INDEX | TPDA: Script Action Index | 20050602 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CX_ROOT | Abstract Superclass for All Global Exceptions | 20050523 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TPDA_SCRIPT_TRACE_ACTION_IT | TPDA: Script Actions | 20050602 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TPDA_AST_CUSTOM_IT | TPDA: AST: Free Trace Entries | 20050520 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TPDA_AST_TRACE_CUSTOM_TREE_IT | TPDA: AST: Free Trace Entries | 20050606 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TPDA_AST_EVENT_IT | TPDA:AST: Event Information | 20050520 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TPDA_AST_SRC_IT | TPDA:AST:Source Code Information | 20050520 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TPDA_ASC_FILE_FORMAT_IT | TPDA:AST: Internal Trace Format | 20050523 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TPDA_CURR_SOURCE_POS | TPDA; Static Source Position for Navigation | 20050523 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TPDA_STACK_VIEW_IT | tpda: Table Type for Stack View | 20050523 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20050523 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20050523 |
2 | ![]() |
Instance method | Public | Method | 20050602 | |
3 | ![]() |
Instance method | Public | Method | 20050523 | |
4 | ![]() |
Instance method | Public | Method | 20050606 | |
5 | ![]() |
Instance method | Public | Method | 20050523 | |
6 | ![]() |
Instance method | Public | Method | 20050523 | |
7 | ![]() |
Instance method | Private | Method | 20050523 |
Events
Class CL_TPDA_SCRIPT_TRACE_CONTAINER has no event.
Types
Class CL_TPDA_SCRIPT_TRACE_CONTAINER has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ZIPPED_DATA_IT | Call by reference | Type reference (TYPE) | TPDA_ASC_FILE_FORMAT_IT | TPDA:AST: Internes Traceformat | 20050523 |
Method CONSTRUCTOR on class CL_TPDA_SCRIPT_TRACE_CONTAINER has no exception.
Method GET_ACTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ACTION_IT | Value transfer | Type reference (TYPE) | TPDA_SCRIPT_TRACE_ACTION_IT | TPDA: AST: Freie Traceeinträge | 20050602 | ||
2 | ![]() |
P_LIVE | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20050602 |
Method GET_ACTIONS on class CL_TPDA_SCRIPT_TRACE_CONTAINER has no exception.
Method GET_CUSTOM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_CUSTOM_IT | Value transfer | Type reference (TYPE) | TPDA_AST_CUSTOM_IT | TPDA: AST: Freie Traceeinträge | 20050523 | ||
2 | ![]() |
P_LIVE | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20050602 |
Method GET_CUSTOM on class CL_TPDA_SCRIPT_TRACE_CONTAINER has no exception.
Method GET_CUSTOM_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_CUSTOM_TREE_IT | Value transfer | Type reference (TYPE) | TPDA_AST_TRACE_CUSTOM_TREE_IT | TPDA: AST: Freie Traceeinträge | 20050606 | ||
2 | ![]() |
P_LIVE | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20050606 |
Method GET_CUSTOM_TREE on class CL_TPDA_SCRIPT_TRACE_CONTAINER has no exception.
Method GET_EVENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_EVENT_IT | Value transfer | Type reference (TYPE) | TPDA_AST_EVENT_IT | TPDA:AST: Eventinformationen | 20050523 | ||
2 | ![]() |
P_LIVE | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20050602 |
Method GET_EVENTS on class CL_TPDA_SCRIPT_TRACE_CONTAINER has no exception.
Method GET_SRC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_LIVE | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20050602 | ||
2 | ![]() |
P_SRC_IT | Value transfer | Type reference (TYPE) | TPDA_AST_SRC_IT | TPDA:AST:Quellcodeinformationen | 20050523 | ||
3 | ![]() |
P_WITH_STATEMENT | Call by reference | Type reference (TYPE) | FLAG | SPACE | allgemeines flag | 20050523 |
Method GET_SRC on class CL_TPDA_SCRIPT_TRACE_CONTAINER has no exception.
Method GET_STATEMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_SRC_IT | Call by reference | Type reference (TYPE) | TPDA_AST_SRC_IT | TPDA:AST:Quellcodeinformationen | 20050523 |
Method GET_STATEMENTS on class CL_TPDA_SCRIPT_TRACE_CONTAINER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |