Hierarchy
⤷
⤷
Properties
| Class | /BOBF/CL_TOOL_TRACE_SHOW | |
| Short Description | /BOBF/CL_TOOL_TRACE_DISPLAY | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BOBF/TOOLS | Business Object Processing Framework Tools |
| Created | 20130610 | SAP |
| Last change | 20131127 | 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) |
Interfaces
Class /BOBF/CL_TOOL_TRACE_SHOW has no interface implemented.
Friends
Class /BOBF/CL_TOOL_TRACE_SHOW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | UI_FUNC | 'DISPLAY_CALL_STACK' | 20130627 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | UI_FUNC | 'DISPLAY_SOURCE_CODE' | 20130627 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | UI_FUNC | 'DISPLAY_XML' | 20130627 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | UI_FUNC | 'EXPAND' | 20130627 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | UI_FUNC | 'EXPORT_XML' | 20130627 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | UI_FUNC | 'ERROR_MESSAGES' | 20130627 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | UI_FUNC | 'FAILED_CHANGES' | 20130627 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | UI_FUNC | 'FAILED_KEYS' | 20130627 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | UI_FUNC | 'IMPORT_XML' | 20130627 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | UI_FUNC | 'OPTIMIZE' | 20130627 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | UI_FUNC | 'REFRESH' | 20130627 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | UI_FUNC | 'SETTINGS' | 20130627 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | UI_FUNC | 'TOGGLE_DATE' | 20130627 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | UI_FUNC | 'TOGGLE' | 20130627 | |||
| 15 | Constant | Private | Type reference (TYPE) | C | 'I' | 20130627 | |||
| 16 | Constant | Private | Type reference (TYPE) | C | 'O' | 20130627 | |||
| 17 | Constant | Private | Type reference (TYPE) | C | 'T' | 20130627 | |||
| 18 | Constant | Private | Type reference (TYPE) | C | 'E' | 20130627 | |||
| 19 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_TREE | 20130627 | ||||
| 20 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CTMENU | 20130627 | ||||
| 21 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | 20130627 | ||||
| 22 | Instance attribute | Private | Type reference (TYPE) | TT_TRACE_HEADER | 20130627 | ||||
| 23 | Instance attribute | Private | Type reference (TYPE) | TT_TRACE | 20130627 | ||||
| 24 | Instance attribute | Private | Type reference (TYPE) | TT_TRACE_OUTPUT | 20130627 | ||||
| 25 | Instance attribute | Private | Type reference (TYPE) | TT_TRACE_TREE_LINK | 20130627 | ||||
| 26 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20130627 | |||
| 27 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 20130627 | |||
| 28 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 20130627 | |||
| 29 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 20130627 | |||
| 30 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 20130627 | |||
| 31 | Instance attribute | Private | Type reference (TYPE) | UNAME | 20130627 |
Methods
Events
Class /BOBF/CL_TOOL_TRACE_SHOW has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_ESF_TRACE_DATA | Private | See coding | 20130627 | tt_esf_trace_data TYPE STANDARD TABLE OF ty_esf_trace_data WITH DEFAULT KEY
|
||
| 2 | TT_TRACE | Private | See coding | 20130627 | tt_trace TYPE SORTED TABLE OF ty_trace WITH UNIQUE KEY trace_id
|
||
| 3 | TT_TRACE_ENTRY | Private | See coding | 20130627 | tt_trace_entry TYPE SORTED TABLE OF ty_trace_entry WITH NON-UNIQUE KEY seq_id
WITH NON-UNIQUE SORTED KEY parent_seq_id COMPONENTS parent_seq_id seq_id
|
||
| 4 | TT_TRACE_HEADER | Private | See coding | 20130627 | tt_trace_header TYPE SORTED TABLE OF ty_trace_header WITH UNIQUE KEY trace_id
WITH NON-UNIQUE SORTED KEY tmstmp COMPONENTS trace_tmstmp
|
||
| 5 | TT_TRACE_OUTPUT | Private | See coding | 20130627 | tt_trace_output TYPE STANDARD TABLE OF ty_trace_output WITH DEFAULT KEY
|
||
| 6 | TT_TRACE_PARAMETER | Private | See coding | 20130627 | tt_trace_parameter TYPE STANDARD TABLE OF ty_trace_parameter
WITH DEFAULT KEY
|
||
| 7 | TT_TRACE_TREE_LINK | Private | See coding | 20130627 | tt_trace_tree_link TYPE SORTED TABLE OF ty_trace_tree_link
WITH UNIQUE KEY node_key
|
||
| 8 | TY_ESF_TRACE_DATA | Private | See coding | 20130627 | BEGIN OF ty_esf_trace_data,
trip_no TYPE string,
trace_no TYPE string,
level_no TYPE string,
pmkind TYPE string,
pmtype TYPE string,
pmmeta TYPE string,
pmname TYPE string,
pmvalue TYPE string,
expanded TYPE c LENGTH 1,
data_level TYPE string,
END OF ty_esf_trace_data
|
||
| 9 | TY_TRACE | Private | See coding | 20130627 | BEGIN OF ty_trace,
trace_id TYPE sysuuid_c,
trace_entries TYPE tt_trace_entry,
END OF ty_trace
|
||
| 10 | TY_TRACE_ENTRY | Private | See coding | 20130627 | BEGIN OF ty_trace_entry,
seq_id TYPE i,
stack_level TYPE i,
parent_seq_id TYPE i,
children_seq_id_cnt TYPE i,
trip_no TYPE i,
node_key TYPE /bobf/obm_node_key,
content_cat TYPE /bobf/obm_content_cat,
content_key TYPE /bobf/conf_key,
class_name TYPE string,
interface_name TYPE string,
method_name TYPE string,
request_seq_id TYPE i,
request_tmstmp TYPE /bobf/conf_time_create,
request_xml TYPE xstring,
request_parameter TYPE tt_trace_parameter,
response_seq_id TYPE i,
response_tmstmp TYPE /bobf/conf_time_create,
response_xml TYPE xstring,
response_parameter TYPE tt_trace_parameter,
callstack TYPE abap_callstack,
END OF ty_trace_entry
|
||
| 11 | TY_TRACE_HEADER | Private | See coding | 20130627 | BEGIN OF ty_trace_header,
trace_id TYPE sysuuid_c,
trace_user TYPE uname,
trace_tmstmp TYPE /bobf/conf_time_create,
trace_date TYPE sydatum,
END OF ty_trace_header
|
||
| 12 | TY_TRACE_OUTPUT | Private | See coding | 20130627 | BEGIN OF ty_trace_output,
trace_id TYPE sysuuid_c,
stack_level TYPE i,
trip_no TYPE i,
bo_name TYPE /bobf/obm_name,
node_name TYPE /bobf/obm_name,
content_cat TYPE /bobf/obm_content_cat,
content_name TYPE /bobf/obm_name,
class_name TYPE string,
interface_name TYPE string,
method_name TYPE string,
request_tmstmp TYPE c LENGTH 19,
response_tmstmp TYPE c LENGTH 19,
attribute_type TYPE string,
attribute_value TYPE string,
END OF ty_trace_output
|
||
| 13 | TY_TRACE_PARAMETER | Private | See coding | 20130627 | BEGIN OF ty_trace_parameter,
parameter_name TYPE string,
parameter_type TYPE string,
parameter_value TYPE REF TO data,
END OF ty_trace_parameter
|
||
| 14 | TY_TRACE_TREE_LINK | Private | See coding | 20130627 | BEGIN OF ty_trace_tree_link,
node_key TYPE lvc_nkey,
type TYPE c LENGTH 1,
trace_id TYPE sysuuid_c,
seq_id TYPE i,
expanded type boole_d,
END OF ty_trace_tree_link
|
Method Signatures
Method ADD_FUNCTION_SETTINGS Signature
Method ADD_FUNCTION_SETTINGS on class /BOBF/CL_TOOL_TRACE_SHOW has no parameter.
Method ADD_FUNCTION_SETTINGS on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method ADD_TRACE_ATTRIBUTE_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TYPE_DESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | 20130627 | ||||
| 2 | IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130627 | ||||
| 3 | IV_ATTRIBUTE_VALUE | Call by reference | Type reference (TYPE) | ANY | 20130627 | ||||
| 4 | IV_PARENT_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | 20130627 | ||||
| 5 | IV_TRACE_ID | Call by reference | Type reference (TYPE) | SYSUUID_C | 20130627 |
Method ADD_TRACE_ATTRIBUTE_NODE on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method ADD_TRACE_DATA_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TRACE_PARAMETER | Call by reference | Type reference (TYPE) | TT_TRACE_PARAMETER | 20130627 | ||||
| 2 | IV_PARENT_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | 20130627 | ||||
| 3 | IV_TRACE_ID | Call by reference | Type reference (TYPE) | SYSUUID_C | 20130627 |
Method ADD_TRACE_DATA_NODE on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method ADD_TRACE_ENTRY_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | 20130627 | ||||
| 2 | IS_TRACE_ENTRY | Call by reference | Type reference (TYPE) | TY_TRACE_ENTRY | 20130627 | ||||
| 3 | IV_PARENT_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | 20130627 | ||||
| 4 | IV_TRACE_ID | Call by reference | Type reference (TYPE) | SYSUUID_C | 20130627 |
Method ADD_TRACE_ENTRY_NODE on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method ADD_TRACE_REQUEST_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | 20130627 | ||||
| 2 | IV_DETAIL | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 20130627 | |||
| 3 | IV_PARENT_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | 20130627 | ||||
| 4 | IV_TRACE_ID | Call by reference | Type reference (TYPE) | SYSUUID_C | 20130627 |
Method ADD_TRACE_REQUEST_NODE on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method ADD_TRACE_RESPONSE_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | 20130627 | ||||
| 2 | IV_DETAIL | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 20130627 | |||
| 3 | IV_PARENT_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | 20130627 | ||||
| 4 | IV_TRACE_ID | Call by reference | Type reference (TYPE) | SYSUUID_C | 20130627 |
Method ADD_TRACE_RESPONSE_NODE on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method ADD_TRACE_ROOT_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | 20130627 | ||||
| 2 | IS_TRACE | Call by reference | Type reference (TYPE) | TY_TRACE_HEADER | 20130627 |
Method ADD_TRACE_ROOT_NODE on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | 20130627 |
Method CONSTRUCTOR on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method DISPLAY_CALLSTACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_TRACE_ENTRY | Call by reference | Type reference (TYPE) | TY_TRACE_ENTRY | 20130627 |
Method DISPLAY_CALLSTACK on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method DISPLAY_SOURCE_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_TRACE_ENTRY | Call by reference | Type reference (TYPE) | TY_TRACE_ENTRY | 20130627 |
Method DISPLAY_SOURCE_CODE on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method DISPLAY_TRACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLEANUP | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 20130627 | |||
| 2 | IV_USER | Call by reference | Type reference (TYPE) | UNAME | 20130627 |
Method DISPLAY_TRACE on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method DISPLAY_TRACE_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRACE_ID | Call by reference | Type reference (TYPE) | SYSUUID_C | 20130627 |
Method DISPLAY_TRACE_XML on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method EXPAND_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | 20130627 |
Method EXPAND_NODE on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method GET_ATTRIBUTE_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_VALUE | Value transfer | Type reference (TYPE) | STRING | 20130627 | ||||
| 2 | IO_TYPE_DESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | 20130627 | ||||
| 3 | IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130627 | ||||
| 4 | IV_VALUE | Call by reference | Type reference (TYPE) | ANY | 20130627 |
Method GET_ATTRIBUTE_VALUE on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method GET_BUSINESS_OBJECT_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CONTENT_NAME | Value transfer | Type reference (TYPE) | /BOBF/OBM_NAME | 20130627 | ||||
| 2 | IV_CONTENT_CAT | Call by reference | Type reference (TYPE) | /BOBF/OBM_CONTENT_CAT | 20130627 | ||||
| 3 | IV_CONTENT_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | 20130627 |
Method GET_BUSINESS_OBJECT_NAME on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method GET_ENTITY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CONTENT_NAME | Value transfer | Type reference (TYPE) | /BOBF/OBM_NAME | 20130627 | ||||
| 2 | IV_CONTENT_CAT | Call by reference | Type reference (TYPE) | /BOBF/OBM_CONTENT_CAT | 20130627 | ||||
| 3 | IV_CONTENT_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | 20130627 |
Method GET_ENTITY_NAME on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method GET_NODE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CONTENT_NAME | Value transfer | Type reference (TYPE) | /BOBF/OBM_NAME | 20130627 | ||||
| 2 | IV_CONTENT_CAT | Call by reference | Type reference (TYPE) | /BOBF/OBM_CONTENT_CAT | 20130627 | ||||
| 3 | IV_CONTENT_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | 20130627 |
Method GET_NODE_NAME on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method HANDLE_EXPAND_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20130627 |
Method HANDLE_EXPAND_NODE on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method HANDLE_FUNCTION_SELECTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Value transfer | Attribute reference (LIKE) | 20130627 |
Method HANDLE_FUNCTION_SELECTED on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method HANDLE_NODE_DOUBLE_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20130627 |
Method HANDLE_NODE_DOUBLE_CLICK on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method MAP_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_DATA | Call by reference | Type reference (TYPE) | ANY | 20130627 | ||||
| 2 | IS_CALL_PARAMETER | Call by reference | Type reference (TYPE) | TY_ESF_TRACE_DATA | 20130627 | ||||
| 3 | IT_CALL_PARAMETER | Call by reference | Type reference (TYPE) | TT_ESF_TRACE_DATA | 20130627 | ||||
| 4 | IV_DATA_LEVEL | Call by reference | Type reference (TYPE) | I | 20130627 | ||||
| 5 | IV_PREV_INDEX | Call by reference | Type reference (TYPE) | I | 20130627 |
Method MAP_PARAMETER on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method MAP_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_DATA | Call by reference | Type reference (TYPE) | ANY | 20130627 | ||||
| 2 | IT_CALL_PARAMETER | Call by reference | Type reference (TYPE) | TT_ESF_TRACE_DATA | 20130627 | ||||
| 3 | IV_DATA_LEVEL | Call by reference | Type reference (TYPE) | I | 20130627 | ||||
| 4 | IV_PREV_INDEX | Call by reference | Type reference (TYPE) | I | 20130627 |
Method MAP_STRUCTURE on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method MAP_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20130627 | ||||
| 2 | IT_CALL_PARAMETER | Call by reference | Type reference (TYPE) | TT_ESF_TRACE_DATA | 20130627 | ||||
| 3 | IV_DATA_LEVEL | Call by reference | Type reference (TYPE) | I | 20130627 | ||||
| 4 | IV_LINE_TYPE | Call by reference | Type reference (TYPE) | STRING | 20130627 | ||||
| 5 | IV_NESTED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130627 | |||
| 6 | IV_PREV_INDEX | Call by reference | Type reference (TYPE) | I | 20130627 |
Method MAP_TABLE on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method READ_TRACE_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_TRACE | Call by reference | Type reference (TYPE) | TY_TRACE | 20130627 | ||||
| 2 | IV_TRACE_ID | Call by reference | Type reference (TYPE) | SYSUUID_C | 20130627 |
Method READ_TRACE_DETAIL on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method READ_TRACE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TRACE | Call by reference | Type reference (TYPE) | ESF_ADM_TRACE_HEADER_TAB | 20130627 | ||||
| 2 | IV_USER | Call by reference | Type reference (TYPE) | UNAME | '*' | 20130627 |
Method READ_TRACE_LIST on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method REFRESH_DISPLAY Signature
Method REFRESH_DISPLAY on class /BOBF/CL_TOOL_TRACE_SHOW has no parameter.
Method REFRESH_DISPLAY on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
Method SAVE_TRACE_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRACE_ID | Call by reference | Type reference (TYPE) | SYSUUID_C | 20130627 |
Method SAVE_TRACE_XML on class /BOBF/CL_TOOL_TRACE_SHOW has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |