SAP ABAP Class CL_WD_TRACE_TOOL_ASSIST (Assistance Class for WD_TRACE_TOOL)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_TRACE_TOOL (Package) WebDynpro Trace Tool
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20140624 |
Properties
| Class | CL_WD_TRACE_TOOL_ASSIST | |
| Short Description | Assistance Class for WD_TRACE_TOOL | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_TRACE_TOOL | WebDynpro Trace Tool |
| Created | 20140624 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WD_TRACE_TOOL_ASSIST has no forward declaration.
Interfaces
Class CL_WD_TRACE_TOOL_ASSIST has no interface implemented.
Friends
Class CL_WD_TRACE_TOOL_ASSIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | 20140626 | ||||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | WD_BADI_TRACE_TOOL | 20140625 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | YT_TRACE_FEATURES | 20140625 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20140625 | ||
| 2 | Instance method | Public | Method | 20140625 | ||
| 3 | Instance method | Public | Method | 20140625 | ||
| 4 | Instance method | Public | Method | 20140625 | ||
| 5 | Instance method | Public | Method | 20140625 | ||
| 6 | Instance method | Public | Method | 20140624 | ||
| 7 | Instance method | Public | Method | 20140625 | ||
| 8 | Instance method | Public | Method | 20140626 |
Events
Class CL_WD_TRACE_TOOL_ASSIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_TRACE_FEATURE | Public | See coding | 20140625 | begin of ys_trace_feature,
prefix type wdy_trace_tool_member-prefix,
member_description type wdy_trace_tool_member-member_description,
description type wdy_trace_tool_feature_info-description,
kw_docu_link type wdy_trace_tool_feature_info-kw_docu_link,
trace_file_name type wdy_trace_tool_feature_info-trace_file_name,
active_by_default type wdy_trace_tool_feature_info-active_by_default,
class_name type wdy_trace_tool_feature_info-class_name,
requires_no_trace_window type wdy_trace_tool_feature_info-requires_no_trace_window,
requires_trace_window type abap_bool,
end of ys_trace_feature
|
||
| 2 | YS_TRACE_INFORMATION | Public | See coding | 20140624 | begin of ys_trace_information,
name type shm_inst_name,
user type syuname,
status type string,
roundtrips type i,
start_date type d,
start_time type t,
size type i,
end of ys_trace_information
|
||
| 3 | YS_TRACE_STATUS | Public | See coding | 20140625 | begin of ys_trace_status,
active type abap_bool,
status_image type string,
status_text type string,
end of ys_trace_status
|
||
| 4 | YT_TRACE_FEATURES | Public | See coding | 20140625 | yt_trace_features type standard table of ys_trace_feature with key member_description
|
||
| 5 | YT_TRACE_INFORMATION | Public | See coding | 20140624 | yt_trace_information type standard table of ys_trace_information with non-unique default key
|
Method Signatures
Method ACTIVATE_TRACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FEATURE_LIST | Call by reference | Type reference (TYPE) | YT_TRACE_FEATURES | 20140625 | ||||
| 2 | IV_UNAME | Call by reference | Type reference (TYPE) | UNAME | SY-UNAME | 20140625 |
Method ACTIVATE_TRACE on class CL_WD_TRACE_TOOL_ASSIST has no exception.
Method DEACTIVATE_TRACE Signature
Method DEACTIVATE_TRACE on class CL_WD_TRACE_TOOL_ASSIST has no parameter.
Method DEACTIVATE_TRACE on class CL_WD_TRACE_TOOL_ASSIST has no exception.
Method DELETE_TRACES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ELEMENT_SET | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ELEMENT_SET | 20140625 |
Method DELETE_TRACES on class CL_WD_TRACE_TOOL_ASSIST has no exception.
Method DOWNLOAD_TRACES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ELEMENT_SET | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ELEMENT_SET | 20140625 |
Method DOWNLOAD_TRACES on class CL_WD_TRACE_TOOL_ASSIST has no exception.
Method GET_FEATURE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FEATURE_LIST | Value transfer | Type reference (TYPE) | YT_TRACE_FEATURES | 20140625 |
Method GET_FEATURE_LIST on class CL_WD_TRACE_TOOL_ASSIST has no exception.
Method GET_TRACE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_TRACE_LIST | Value transfer | Type reference (TYPE) | YT_TRACE_INFORMATION | 20140624 |
Method GET_TRACE_LIST on class CL_WD_TRACE_TOOL_ASSIST has no exception.
Method GET_TRACE_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_TRACE_STATUS | Value transfer | Type reference (TYPE) | YS_TRACE_STATUS | 20140625 |
Method GET_TRACE_STATUS on class CL_WD_TRACE_TOOL_ASSIST has no exception.
Method SET_MESSAGE_MANAGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MESSAGE_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | 20140626 |
Method SET_MESSAGE_MANAGER on class CL_WD_TRACE_TOOL_ASSIST has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |