SAP ABAP Class CL_WDR_TRACING (WD ABAP Tracing Framework)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-REN (Application Component) Web Dynpro ABAP Rendering
⤷
SWDP_RUNTIME_RENDERING (Package) Web Dynpro Runtime: Rendering
⤷
⤷
Properties
| Class | CL_WDR_TRACING | |
| Short Description | WD ABAP Tracing Framework | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_RUNTIME_RENDERING | Web Dynpro Runtime: Rendering |
| Created | 20080108 | SAP |
| Last change | 20130531 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_WDR_TRACING has no interface implemented.
Friends
Class CL_WDR_TRACING has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | T_TRACE_FORBIDDEN_PARAMETER_ID | 'SWD_TRDENY' | 20100730 | |||
| 2 | Constant | Public | See coding | 20091006 | |||||
| 3 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080118 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080108 | |||
| 5 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100223 | |||
| 6 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20100223 | |||
| 7 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080118 | |||
| 8 | Static Attribute | Public | Type reference (TYPE) | I | 20091006 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20080118 | ||
| 2 | Static method | Public | Method | 20080221 | ||
| 3 | Static method | Public | Method | 20080221 | ||
| 4 | Static method | Public | Method | 20080221 | ||
| 5 | Static method | Public | Method | 20100223 | ||
| 6 | Static method | Public | Method | 20080108 | ||
| 7 | Static method | Private | Event handling method | 20080118 | ||
| 8 | Static method | Private | Event handling method | 20080118 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | ON_RENDER_REQUEST_ENTRY | Static Event (1) |
Public (2) |
Trace Render Plugin: Start Time of Request | 20080118 |
| 2 | ON_RENDER_REQUEST_EXIT | Static Event (1) |
Public (2) |
Trace Render Plugin: End Time of Request | 20080118 |
| 3 | ON_TRACE_REQUEST_ENTRY | Static Event (1) |
Public (2) |
Trace Plugin: Start Time of Request | 20080118 |
| 4 | ON_TRACE_REQUEST_EXIT | Static Event (1) |
Public (2) |
Trace Plugin: End Time of Request | 20080118 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_TRACE_FORBIDDEN | Private | See coding | 20100730 | begin of t_trace_forbidden,
date type sydatum,
forbidden type abap_bool,
end of t_trace_forbidden
|
||
| 2 | T_TRACE_FORBIDDEN_MEMORY_ID | Private | See coding | 20100730 | begin of t_trace_forbidden_memory_id,
id type t_trace_forbidden_parameter_id,
user type syuname,
end of t_trace_forbidden_memory_id
|
||
| 3 | T_TRACE_FORBIDDEN_PARAMETER_ID | Private | See coding | 20100730 | t_trace_forbidden_parameter_id type c length 10
|
Method Signatures
Method ACTIVATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECK_PRODUCTIVE_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20081217 |
Method ACTIVATE on class CL_WDR_TRACING has no exception.
Method ACTIVATE_PERF_MONITOR Signature
Method ACTIVATE_PERF_MONITOR on class CL_WDR_TRACING has no parameter.
Method ACTIVATE_PERF_MONITOR on class CL_WDR_TRACING has no exception.
Method ACTIVATE_TRACE_TOOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTIVITIES | Call by reference | Type reference (TYPE) | CL_WDR_TRACE_TOOL=>T_TRACE_ACTIVITY | 20080729 | ||||
| 2 | SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20080221 |
Method ACTIVATE_TRACE_TOOL on class CL_WDR_TRACING has no exception.
Method ASSERT_TRACING_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECK_PRODUCTIVE_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20081217 |
Method ASSERT_TRACING_ALLOWED on class CL_WDR_TRACING has no exception.
Method BOOTSTRAP Signature
Method BOOTSTRAP on class CL_WDR_TRACING has no parameter.
Method BOOTSTRAP on class CL_WDR_TRACING has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20080108 |
Method INIT on class CL_WDR_TRACING has no exception.
Method ON_HANDLE_REQUEST_ENTRY Signature
Method ON_HANDLE_REQUEST_ENTRY on class CL_WDR_TRACING has no parameter.
Method ON_HANDLE_REQUEST_ENTRY on class CL_WDR_TRACING has no exception.
Method ON_HANDLE_REQUEST_EXIT Signature
Method ON_HANDLE_REQUEST_EXIT on class CL_WDR_TRACING has no parameter.
Method ON_HANDLE_REQUEST_EXIT on class CL_WDR_TRACING has no exception.
Event Signatures
Event ON_RENDER_REQUEST_ENTRY Signature
Event ON_RENDER_REQUEST_ENTRY on class CL_WDR_TRACING has no parameter.
Event ON_RENDER_REQUEST_EXIT Signature
Event ON_RENDER_REQUEST_EXIT on class CL_WDR_TRACING has no parameter.
Event ON_TRACE_REQUEST_ENTRY Signature
Event ON_TRACE_REQUEST_ENTRY on class CL_WDR_TRACING has no parameter.
Event ON_TRACE_REQUEST_EXIT Signature
Event ON_TRACE_REQUEST_EXIT on class CL_WDR_TRACING has no parameter.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |