Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WD_TRACE_TOOL_CALLBACK | Call-Back Interface for the Trace Tool | 20090915 |
Properties
Class | CL_WDR_RUNTIME_TRACE | |
Short Description | Runtime Trace | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWDP_RUNTIME_CORE | Web Dynpro Runtime: Core Functions |
Created | 20060804 | SAP |
Last change | 20141120 | |
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) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_WD_TRACE_TOOL_CALLBACK | Call-Back Interface for the Trace Tool | 20090915 |
Friends
Class CL_WDR_RUNTIME_TRACE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_COMPONENT_TRACE_RECORDS | 20071114 | |||
2 | ![]() |
Constant | Public | See coding | 20071115 | ||||
3 | ![]() |
Constant | Private | See coding | 'WDTRACEDATA' | 20071123 | |||
4 | ![]() |
Constant | Public | See coding | 20060808 | ||||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_DYN_NAV_TRACE_RECORDS | 20060808 | |||
6 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20071123 | |||
7 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TY_T_MEMORY_TRACE_RECORDS | 20071115 | |||
8 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_HEADER_DATA | 20071123 | |||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_NAV_TRACE_RECORDS | 20060808 | |||
10 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_PORTAL_EVT_RECORDS | 20060831 | |||
11 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_PORTAL_NAV_RECORDS | 20060829 | |||
12 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_PORTAL_WP_RECORDS | 20060831 | |||
13 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_COMMENT_RECORDS | 20131119 | |||
14 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_COMPONENT_TRACE_RECORDS | 20071128 | |||
15 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TY_T_SESSION_RECORDS | 20100315 | |||
16 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_WDEVENT_TRACE_RECORDS | 20060808 | |||
17 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_WEAK_REFERENCES | 20071114 |
Methods
Events
Class CL_WDR_RUNTIME_TRACE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_COMMENT_RECORD | Public | See coding | 20131119 | begin of ty_s_comment_record,
log_area type string,
comment type string,
end of ty_s_comment_record
|
||
2 | TY_S_COMPONENT | Public | See coding | 20071115 | begin of ty_s_component,
component_id type string,
component_name type string,
n_controllers type i,
memory_data type ty_s_memory_data,
controllers type ty_t_controllers,
end of ty_s_component
|
||
3 | TY_S_COMPONENT_TRACE_RECORD | Public | See coding | 20071114 | begin of ty_s_component_trace_record,
component_id type string,
component_name type string,
component_created type string,
component_deleted type string,
component_freed type string,
end of ty_s_component_trace_record
|
||
4 | TY_S_CONTEXT_NODE | Public | See coding | 20071115 | begin of ty_s_context_node,
node_name type string,
n_elements type i,
memory_data type ty_s_memory_data,
end of ty_s_context_node
|
||
5 | TY_S_CONTROLLER | Public | See coding | 20071115 | begin of ty_s_controller,
controller_name type string,
controller_type type string,
n_context_nodes type i,
memory_data type ty_s_memory_data,
context_nodes type ty_t_context_nodes,
end of ty_s_controller
|
||
6 | TY_S_DYN_NAV_TRACE_RECORD | Public | See coding | 20060808 | begin of ty_s_dyn_nav_trace_record,
comment type string,
source_component type string,
source_window type string,
source_view type string,
source_view_usage type string,
outbound_plug type string,
target_component_usage type string,
target_component type string,
target_view type string,
inbound_plug type string,
target_embedding_position type string,
navigation_link type string,
navigation_target type string,
end of ty_s_dyn_nav_trace_record
|
||
7 | TY_S_HEADER_DATA | Private | See coding | 20071123 | begin of ty_s_header_data,
file_name type string,
memory_ids type ty_t_memory_ids,
end of ty_s_header_data
|
||
8 | TY_S_MEMORY_DATA | Public | See coding | 20071115 | begin of ty_s_memory_data,
bound_size_alloc type abap_msize, "Größe des gebundenen und allokierten Speichers
bound_size_used type abap_msize, "Größe des gebundenen und benutzten Speichers
* referenced_size_alloc type abap_msize, "Größe des referenzierten und allokierten Speichers
* referenced_size_used type abap_msize, "Größe des referenzierten und benutzten Speichers
* is_part_of_non_trivial_szk type abap_bool, "Starke Zusammenhangskomponente von object
* szk_size_alloc type abap_msize, "Größe des allokierten Speichers der SZK
* szk_size_used type abap_msize, "Größe des benutzten Speichers der SZK
* low_mem type abap_bool, "Flag, ob mangels Speicher nur die bound_size_* gefüllt sind
* is_in_shared_memory type abap_bool, "Flag, ob OBJECT im Shared Memory liegt.
* sizeof_alloc type abap_msize, "Größe des allokierten Speichers ohne Kinder
* sizeof_used type abap_msize, "Größe des benutzten Speichers ohne Kinder
end of ty_s_memory_data
|
||
9 | TY_S_MEMORY_ID | Private | See coding | 20071123 | begin of ty_s_memory_id,
roundtrip type i,
memory_id type c length 22,
end of ty_s_memory_id
|
||
10 | TY_S_MEMORY_TRACE_HEADER | Public | See coding | 20071123 | begin of ty_s_memory_trace_header,
comment type string,
n_components type i,
n_controllers type i,
n_context_nodes type i,
n_context_elements type i,
total_used_size type abap_msize,
timestamp type timestamp,
* wdapplication_memory_data type ty_s_memory_data,
end of ty_s_memory_trace_header
|
||
11 | TY_S_MEMORY_TRACE_RECORD | Public | See coding | 20071115 | begin of ty_s_memory_trace_record,
header type ty_s_memory_trace_header,
components type ty_t_components,
end of ty_s_memory_trace_record
|
||
12 | TY_S_NAV_TRACE_RECORD | Public | See coding | 20060808 | begin of ty_s_nav_trace_record,
comment type string,
source_component type string,
source_view type string,
outbound_plug type string,
target_component_usage type string,
target_component type string,
target_view type string,
inbound_plug type string,
target_embedding_position type string,
end of ty_s_nav_trace_record
|
||
13 | TY_S_PORTAL_EVT_RECORD | Public | See coding | 20060831 | begin of ty_s_portal_evt_record,
comment type string,
event_namespace type string,
event_name type string,
event_id type string,
event_parameter type string,
target_view type string,
action_name type string,
view_visible type string,
end of ty_s_portal_evt_record
|
||
14 | TY_S_PORTAL_NAV_RECORD | Public | See coding | 20060829 | begin of ty_s_portal_nav_record,
comment type string,
system type string,
object_type type string,
object_value type string,
operation type string,
sourcerole type string,
target type string,
nav_mode type string,
window_features type string,
window_name type string,
history_mode type string,
target_title type string,
context_url type string,
post_body type string,
base_url type string,
levels_up type string,
nav_path type string,
parameter type string,
end of ty_s_portal_nav_record
|
||
15 | TY_S_PORTAL_WP_RECORD | Public | See coding | 20060831 | begin of ty_s_portal_wp_record,
comment type string,
wp_mode type string,
dirty_flag type string,
end of ty_s_portal_wp_record
|
||
16 | TY_S_TRACE_DATA | Private | See coding | 20071123 | begin of ty_s_trace_data,
file_name type string,
roundtrip type i,
trace_data type xstring,
end of ty_s_trace_data
|
||
17 | TY_S_WDEVENT_TRACE_RECORD | Public | See coding | 20060808 | begin of ty_s_wdevent_trace_record,
comment type string,
sender_component type string,
sender_controller type string,
event type string,
listener_component_usage type string,
listener_component type string,
listener_controller type string,
event_handler type string,
end of ty_s_wdevent_trace_record
|
||
18 | TY_S_WEAK_REFERENCE | Public | See coding | 20071114 | begin of ty_s_weak_reference,
component_id type string,
component_name type string,
weak_reference type ref to cl_abap_weak_reference,
end of ty_s_weak_reference
|
||
19 | TY_T_COMMENT_RECORDS | Public | See coding | 20131119 | ty_t_comment_records type standard table of ty_s_comment_record with default key
|
||
20 | TY_T_COMPONENTS | Public | See coding | 20071115 | ty_t_components type hashed table of ty_s_component with unique key component_id
|
||
21 | TY_T_COMPONENT_TRACE_RECORDS | Public | See coding | 20071114 | ty_t_component_trace_records type hashed table of ty_s_component_trace_record with unique key component_id
|
||
22 | TY_T_CONTEXT_NODES | Public | See coding | 20071115 | ty_t_context_nodes type hashed table of ty_s_context_node with unique key node_name
|
||
23 | TY_T_CONTROLLERS | Public | See coding | 20071115 | ty_t_controllers type hashed table of ty_s_controller with unique key controller_name
|
||
24 | TY_T_DYN_NAV_TRACE_RECORDS | Public | See coding | 20060808 | ty_t_dyn_nav_trace_records type standard table of ty_s_dyn_nav_trace_record with default key
|
||
25 | TY_T_HEADER_DATA | Private | See coding | 20071123 | ty_t_header_data type hashed table of ty_s_header_data with unique key file_name
|
||
26 | TY_T_MEMORY_IDS | Private | See coding | 20071123 | ty_t_memory_ids type standard table of ty_s_memory_id with key roundtrip memory_id
|
||
27 | TY_T_MEMORY_TRACE_RECORDS | Public | See coding | 20071115 | ty_t_memory_trace_records type standard table of ty_s_memory_trace_record with default key
|
||
28 | TY_T_NAV_TRACE_RECORDS | Public | See coding | 20060808 | ty_t_nav_trace_records type standard table of ty_s_nav_trace_record with default key
|
||
29 | TY_T_PORTAL_EVT_RECORDS | Public | See coding | 20060831 | ty_t_portal_evt_records type standard table of ty_s_portal_evt_record with default key
|
||
30 | TY_T_PORTAL_NAV_RECORDS | Public | See coding | 20060829 | ty_t_portal_nav_records type standard table of ty_s_portal_nav_record with default key
|
||
31 | TY_T_PORTAL_WP_RECORDS | Public | See coding | 20060831 | ty_t_portal_wp_records type standard table of ty_s_portal_wp_record with default key
|
||
32 | TY_T_SESSION_RECORD | Public | See coding | 20100315 | begin of ty_t_session_record,
timestamp type timestampl,
request_uri type string,
sap_contextid_session type string,
sap_contextid_url type string,
sap_sessioncmd type string,
sap_ext_sid type string,
sap_wd_tstamp type string,
sap_ep_tstamp type string,
sap_session_state type string,
request_type type string,
request type xstring,
response type xstring,
end of ty_t_session_record
|
||
33 | TY_T_SESSION_RECORDS | Public | See coding | 20100315 | ty_t_session_records type standard table of ty_t_session_record with default key
|
||
34 | TY_T_TRACE_DATA | Private | See coding | 20071123 | ty_t_trace_data type hashed table of ty_s_trace_data with unique key file_name roundtrip
|
||
35 | TY_T_WDEVENT_TRACE_RECORDS | Public | See coding | 20060808 | ty_t_wdevent_trace_records type standard table of ty_s_wdevent_trace_record with default key
|
||
36 | TY_T_WEAK_REFERENCES | Public | See coding | 20071114 | ty_t_weak_references type hashed table of ty_s_weak_reference with unique key component_id
|
Method Signatures
Method CLEAR Signature
Method CLEAR on class CL_WDR_RUNTIME_TRACE has no parameter.
Method CLEAR on class CL_WDR_RUNTIME_TRACE has no exception.
Method COLLECT_ADAPTER_EVENT_TRACE_RE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EVENT | Call by reference | Type reference (TYPE) | STRING | 20140625 | |||
2 | ![]() |
EVENT_HANDLER | Call by reference | Type reference (TYPE) | STRING | 20140625 | |||
3 | ![]() |
EVENT_PARAMETER | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20140625 |
Method COLLECT_ADAPTER_EVENT_TRACE_RE on class CL_WDR_RUNTIME_TRACE has no exception.
Method COLLECT_CMP_TRACE_RECORDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMPONENT | Call by reference | Object reference (TYPE REF TO) | CL_WDR_COMPONENT | Basis Klasse aller WebDynpro Komponenten | 20071114 |
Method COLLECT_CMP_TRACE_RECORDS on class CL_WDR_RUNTIME_TRACE has no exception.
Method COLLECT_DYN_NAV_TRACE_RECORDS Signature
Method COLLECT_DYN_NAV_TRACE_RECORDS on class CL_WDR_RUNTIME_TRACE has no exception.
Method COLLECT_MEMORY_TRACE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMMENT | Call by reference | Type reference (TYPE) | STRING | 20071123 | |||
2 | ![]() |
WITH_DETAILS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20071121 |
Method COLLECT_MEMORY_TRACE_DATA on class CL_WDR_RUNTIME_TRACE has no exception.
Method COLLECT_NAVIGATION_TRACE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMMENT | Call by reference | Type reference (TYPE) | STRING | 20060808 | |||
2 | ![]() |
INBOUND_PLUG | Call by reference | Type reference (TYPE) | STRING | 20060808 | |||
3 | ![]() |
OUTBOUND_PLUG | Call by reference | Type reference (TYPE) | STRING | 20060808 | |||
4 | ![]() |
SOURCE_COMPONENT | Call by reference | Type reference (TYPE) | STRING | 20060808 | |||
5 | ![]() |
SOURCE_VIEW | Call by reference | Type reference (TYPE) | STRING | 20060808 | |||
6 | ![]() |
TARGET_COMPONENT | Call by reference | Type reference (TYPE) | STRING | 20060808 | |||
7 | ![]() |
TARGET_COMPONENT_USAGE | Call by reference | Type reference (TYPE) | STRING | 20060808 | |||
8 | ![]() |
TARGET_EMBEDDING_POSITION | Call by reference | Type reference (TYPE) | STRING | 20060808 | |||
9 | ![]() |
TARGET_VIEW | Call by reference | Type reference (TYPE) | STRING | 20060808 |
Method COLLECT_NAVIGATION_TRACE_DATA on class CL_WDR_RUNTIME_TRACE has no exception.
Method COLLECT_PORTAL_EVT_TRACE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACTION_NAME | Call by reference | Type reference (TYPE) | STRING | 20060831 | |||
2 | ![]() |
COMMENT | Call by reference | Type reference (TYPE) | STRING | 20060831 | |||
3 | ![]() |
EVENT_ID | Call by reference | Type reference (TYPE) | STRING | 20060831 | |||
4 | ![]() |
EVENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20070910 | |||
5 | ![]() |
EVENT_NAMESPACE | Call by reference | Type reference (TYPE) | STRING | 20070910 | |||
6 | ![]() |
EVENT_PARAMETER | Call by reference | Type reference (TYPE) | STRING | 20070910 | |||
7 | ![]() |
TARGET_VIEW | Call by reference | Type reference (TYPE) | STRING | 20060831 | |||
8 | ![]() |
VIEW_VISIBLE | Call by reference | Type reference (TYPE) | STRING | 20060831 |
Method COLLECT_PORTAL_EVT_TRACE_DATA on class CL_WDR_RUNTIME_TRACE has no exception.
Method COLLECT_PORTAL_NAV_TRACE_DATA Signature
Method COLLECT_PORTAL_NAV_TRACE_DATA on class CL_WDR_RUNTIME_TRACE has no exception.
Method COLLECT_PORTAL_WP_TRACE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMMENT | Call by reference | Type reference (TYPE) | STRING | 20060831 | |||
2 | ![]() |
DIRTY_FLAG | Call by reference | Type reference (TYPE) | CSEQUENCE | 20060831 | |||
3 | ![]() |
WP_MODE | Call by reference | Type reference (TYPE) | STRING | 20060831 |
Method COLLECT_PORTAL_WP_TRACE_DATA on class CL_WDR_RUNTIME_TRACE has no exception.
Method COLLECT_RENDERMODE_TRACE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMMENT | Call by reference | Type reference (TYPE) | STRING | 20131119 |
Method COLLECT_RENDERMODE_TRACE_DATA on class CL_WDR_RUNTIME_TRACE has no exception.
Method COLLECT_SESSION_TRACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP Framework (iHTTP) HTTP Request | 20100416 | ||
2 | ![]() |
REQUEST_TYPE | Call by reference | Type reference (TYPE) | STRING | 20100413 | |||
3 | ![]() |
RESET | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100413 | ||
4 | ![]() |
RESPONSE | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_RESPONSE | HTTP Framework (iHTTP) HTTP Response | 20100416 | ||
5 | ![]() |
SAP_CONTEXTID_SESSION | Call by reference | Type reference (TYPE) | STRING | sap-contextid des http servers | 20111209 | ||
6 | ![]() |
SAP_SESSION_STATE | Call by reference | Type reference (TYPE) | STRING | 20100413 |
Method COLLECT_SESSION_TRACE on class CL_WDR_RUNTIME_TRACE has no exception.
Method COLLECT_WDEVENT_TRACE_RECORDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMMENT | Call by reference | Type reference (TYPE) | STRING | 20060808 | |||
2 | ![]() |
EVENT | Call by reference | Type reference (TYPE) | STRING | 20060808 | |||
3 | ![]() |
EVENT_HANDLER | Call by reference | Type reference (TYPE) | STRING | 20060808 | |||
4 | ![]() |
LISTENER_COMPONENT | Call by reference | Type reference (TYPE) | STRING | 20060808 | |||
5 | ![]() |
LISTENER_COMPONENT_USAGE | Call by reference | Type reference (TYPE) | STRING | 20060808 | |||
6 | ![]() |
LISTENER_CONTROLLER | Call by reference | Type reference (TYPE) | STRING | 20060808 | |||
7 | ![]() |
SENDER_COMPONENT | Call by reference | Type reference (TYPE) | STRING | 20060808 | |||
8 | ![]() |
SENDER_CONTROLLER | Call by reference | Type reference (TYPE) | STRING | 20060808 |
Method COLLECT_WDEVENT_TRACE_RECORDS on class CL_WDR_RUNTIME_TRACE has no exception.
Method DOWNLOAD_TRACE_FILE Signature
Method DOWNLOAD_TRACE_FILE on class CL_WDR_RUNTIME_TRACE has no parameter.
Method DOWNLOAD_TRACE_FILE on class CL_WDR_RUNTIME_TRACE has no exception.
Method DUMP Signature
Method DUMP on class CL_WDR_RUNTIME_TRACE has no parameter.
Method DUMP on class CL_WDR_RUNTIME_TRACE has no exception.
Method FILL_COMPONENT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMPONENT | Call by reference | Object reference (TYPE REF TO) | CL_WDR_COMPONENT | Basis Klasse aller WebDynpro Komponenten | 20071123 | ||
2 | ![]() |
COMPONENT_TRACE_DATA | Call by reference | Type reference (TYPE) | TY_S_COMPONENT | 20071123 | |||
3 | ![]() |
HEADER_DATA | Call by reference | Type reference (TYPE) | TY_S_MEMORY_TRACE_HEADER | 20071123 | |||
4 | ![]() |
WITH_DETAILS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20071123 |
Method FILL_COMPONENT_DATA on class CL_WDR_RUNTIME_TRACE has no exception.
Method FILL_CONTEXT_NODE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CONTEXT_NODE | Basisklasse aller Elemente von Web-Dynpro-Knoten | 20071123 | ||
2 | ![]() |
CONTEXT_NODES | Call by reference | Type reference (TYPE) | TY_T_CONTEXT_NODES | 20071123 | |||
3 | ![]() |
HEADER_DATA | Call by reference | Type reference (TYPE) | TY_S_MEMORY_TRACE_HEADER | 20071123 | |||
4 | ![]() |
WITH_DETAILS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20071121 |
Method FILL_CONTEXT_NODE_DATA on class CL_WDR_RUNTIME_TRACE has no exception.
Method FILL_CONTROLLER_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTROLLER | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CONTROLLER | Basis Klasse aller WebDynpro Komponenten | 20071123 | ||
2 | ![]() |
CONTROLLER_TRACE_DATA | Call by reference | Type reference (TYPE) | TY_S_CONTROLLER | 20071123 | |||
3 | ![]() |
CONTROLLER_TYPE | Call by reference | Type reference (TYPE) | WDY_MD_CONTROLLER_TYPE | Web Dynpro : Controllertyp | 20071123 | ||
4 | ![]() |
HEADER_DATA | Call by reference | Type reference (TYPE) | TY_S_MEMORY_TRACE_HEADER | 20071123 | |||
5 | ![]() |
WITH_DETAILS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20071121 |
Method FILL_CONTROLLER_DATA on class CL_WDR_RUNTIME_TRACE has no exception.
Method GET_COMPONENT_TRACE_RECORDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TY_T_COMPONENT_TRACE_RECORDS | 20071123 |
Method GET_COMPONENT_TRACE_RECORDS on class CL_WDR_RUNTIME_TRACE has no exception.
Method GET_MEMORY_SIZE_OF_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MEMORY_DATA | Value transfer | Type reference (TYPE) | TY_S_MEMORY_DATA | 20071115 | |||
2 | ![]() |
OBJECT | Call by reference | Type reference (TYPE) | ANY | 20071115 |
Method GET_MEMORY_SIZE_OF_OBJECT on class CL_WDR_RUNTIME_TRACE has no exception.
Method IS_ACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ACTIVE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20071122 |
Method IS_ACTIVE on class CL_WDR_RUNTIME_TRACE has no exception.
Method ON_HANDLE_REQUEST_ENTRY Signature
Method ON_HANDLE_REQUEST_ENTRY on class CL_WDR_RUNTIME_TRACE has no parameter.
Method ON_HANDLE_REQUEST_ENTRY on class CL_WDR_RUNTIME_TRACE has no exception.
Method ON_HANDLE_REQUEST_EXIT Signature
Method ON_HANDLE_REQUEST_EXIT on class CL_WDR_RUNTIME_TRACE has no parameter.
Method ON_HANDLE_REQUEST_EXIT on class CL_WDR_RUNTIME_TRACE has no exception.
Method SET_ACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20071123 |
Method SET_ACTIVE on class CL_WDR_RUNTIME_TRACE has no exception.
Method WRITE_TRACE_TO_DATABASE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA | Call by reference | Type reference (TYPE) | XSTRING | 20071123 | |||
2 | ![]() |
FILE_NAME | Call by reference | Type reference (TYPE) | STRING | 20071123 | |||
3 | ![]() |
ROUNDTRIP | Call by reference | Type reference (TYPE) | I | 20071123 |
Method WRITE_TRACE_TO_DATABASE on class CL_WDR_RUNTIME_TRACE has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 710 |