SAP ABAP Class CL_WD_TRACE_TOOL_ABAP_UTIL (Web Dynpro API ST22)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_TRACE_TOOL (Package) WebDynpro Trace Tool

⤷

⤷

Properties
Class | CL_WD_TRACE_TOOL_ABAP_UTIL | |
Short Description | Web Dynpro API ST22 | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWDP_TRACE_TOOL | WebDynpro Trace Tool |
Created | 20050902 | SAP |
Last change | 20070911 | 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_WD_TRACE_TOOL_ABAP_UTIL has no interface implemented.
Friends
Class CL_WD_TRACE_TOOL_ABAP_UTIL has no friend class.
Attributes
Class CL_WD_TRACE_TOOL_ABAP_UTIL has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Provides details on a dump | 20050902 |
2 | ![]() |
Static method | Public | Method | 20050902 |
Events
Class CL_WD_TRACE_TOOL_ABAP_UTIL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_ABAP_BYTE_CODE | Public | See coding | 20060620 | begin of t_abap_byte_code,
flags type string,
index type string,
opcode type string,
par0 type string,
par1 type string,
par2 type string,
par3 type string,
par4 type string,
par5 type string,
par6 type string,
end of t_abap_byte_code
|
||
2 | T_ABAP_BYTE_CODE_TAB | Public | See coding | 20060620 | t_abap_byte_code_tab type standard table of t_abap_byte_code
with non-unique default key
|
||
3 | T_ABAP_EXCEPTION | Public | See coding | 20060620 | begin of t_abap_exception,
exception_class type string,
textid type sotr_conc,
short_text type string,
long_text type string,
end of t_abap_exception
|
||
4 | T_ABAP_PROGRAMM | Public | See coding | 20060620 | begin of t_abap_programm,
type type string,
date type d,
size type string,
group type string,
index type string,
name type string,
pxaindex type string,
language type string,
status type string,
time type t,
end of t_abap_programm
|
||
5 | T_ABAP_PROGRAMM_TAB | Public | See coding | 20060620 | t_abap_programm_tab type standard table of t_abap_programm
with non-unique default key
|
||
6 | T_ABAP_SOURCE | Public | See coding | 20060620 | begin of t_abap_source,
line type i,
source type string,
end of t_abap_source
|
||
7 | T_ABAP_SOURCE_TAB | Public | See coding | 20060620 | t_abap_source_tab type standard table of t_abap_source
with non-unique default key
|
||
8 | T_ABAP_STACK | Public | See coding | 20060620 | begin of t_abap_stack,
event type string,
eventname type string,
include type string,
programm type string,
line type string,
end of t_abap_stack
|
||
9 | T_ABAP_STACKVAR | Public | See coding | 20060620 | begin of t_abap_stackvar,
name type string,
value type c length 100,
end of t_abap_stackvar
|
||
10 | T_ABAP_STACK_TAB | Public | See coding | 20060620 | t_abap_stack_tab type standard table of t_abap_stack
with non-unique default key
|
||
11 | T_ABAP_STACK_VARS_TAB | Public | See coding | 20060620 | t_abap_stack_vars_tab type standard table of t_abap_system_var_tab
with non-unique default key
|
||
12 | T_ABAP_SYSTEM_VAR_TAB | Public | See coding | 20060620 | t_abap_system_var_tab type standard table of t_abap_stackvar
with non-unique default key
|
||
13 | T_DETAILS | Public | See coding | 20060620 | begin of t_details,
header type t_st22_result,
details type t_dump_details,
abap_stack type t_abap_stack_tab,
abap_stack_vars type t_abap_stack_vars_tab,
abap_bytecode type t_abap_byte_code_tab,
abap_programms type t_abap_programm_tab,
abap_source type t_abap_source_tab,
abap_source_focus type i,
abap_bytecode_focus type i,
abap_system_vars type t_abap_system_var_tab,
abap_original_dump type rsdump_ft_it,
abap_exception type t_abap_exception,
abap_exception_vars type t_abap_system_var_tab,
end of t_details
|
||
14 | T_DUMP_DETAILS | Public | See coding | 20060620 | begin of t_dump_details,
abort_include type string,
abort_kernel type standard table of string with non-unique key table_line,
abort_programm type string,
abort_line type i,
caller_ip type string,
caller_port type string,
appl_user type string,
appl_codepage type string,
appl_dynpro type string,
appl_dynproline type string,
appl_client type string,
appl_plugin_type type string,
appl_programm type string,
appl_language type string,
appl_transaction type string,
appl_uri type string,
description type string,
abort_programms type string,
operation_system_release type string,
bitsperchar type string,
bitsperpointer type string,
database type string,
database_user type string,
database_hostname type string,
database_name type string,
database_type type string,
database_version type string,
explanation type string,
hint type string,
hostname type string,
internal_hints type string,
kernel_make_date type string,
kernel_make_host type string,
kernel_patch_level type string,
kernel_patch_text type string,
kernel_release type string,
correction_hints type string,
short_text type string,
hostntyp type string,
network_address type string,
operation_system type string,
sap_release type string,
memory_em type string,
memory_heap type string,
memory_mm type string,
memory_page type string,
memory_roll type string,
system_code_page type string,
verbose_level type string,
work_process_number type string,
charset type string,
end of t_dump_details
|
||
15 | T_ST22_RESULT | Public | See coding | 20060620 | begin of t_st22_result,
user type syuname,
date type sydate,
error(30) type c,
client type symandt,
host type syhost,
modus type symodno,
lock type s380xhold,
time type syuzeit,
end of t_st22_result
|
||
16 | T_ST22_RESULT_TAB | Public | See coding | 20060620 | t_st22_result_tab type standard table of t_st22_result
with non-unique default key
|
Method Signatures
Method GET_LAST_DUMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DETAILS | Value transfer | Type reference (TYPE) | T_DETAILS | 20060620 | |||
2 | ![]() |
HOST | Call by reference | Type reference (TYPE) | SYHOST | SY-HOST | Name des aktuellen Applikationsservers | 20050902 | |
3 | ![]() |
USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | Benutzername | 20050902 |
Method GET_LAST_DUMP on class CL_WD_TRACE_TOOL_ABAP_UTIL has no exception.
Method IS_APPLICATION_CRASHED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
APPLICATION_START_DATE | Call by reference | Type reference (TYPE) | D | 20050902 | |||
2 | ![]() |
APPLICATION_START_TIME | Call by reference | Type reference (TYPE) | T | 20050902 | |||
3 | ![]() |
HOST | Call by reference | Type reference (TYPE) | SYHOST | SY-HOST | Name des aktuellen Applikationsservers | 20050902 | |
4 | ![]() |
IS_DUMPED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050902 | |||
5 | ![]() |
USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | Benutzername | 20050902 |
Method IS_APPLICATION_CRASHED on class CL_WD_TRACE_TOOL_ABAP_UTIL has no exception.
History
Last changed by/on | SAP | 20070911 |
SAP Release Created in | 710 |