SAP ABAP Class CL_FDT_WD_TRACE_MODEL (FDT WD: Trace Model)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_WD_TOOLS (Package) BRFplus: Tools in Web Dynpro UI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FDT_WD_MODEL FDT WD: Model for Web Dynpro (abstract) 20070208
Properties
Class CL_FDT_WD_TRACE_MODEL  
Short Description FDT WD: Trace Model    
Super Class CL_FDT_WD_MODEL FDT WD: Model for Web Dynpro (abstract) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_WD_TOOLS   BRFplus: Tools in Web Dynpro UI 
Created 20070208   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_FDT_WD_LEAN_TRACE_MODEL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_FDT_WD_TRACE_MODEL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_FDT_DEBUG Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_FDT_TRACE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FDT_WD_TRACE_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_TRACE_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ACTION_BP_REMOVE_ALL Constant Public Type reference (TYPE) STRING 'BP_REMOVE_ALL' 20130619
2 GC_BP_TYPE_EXPR Constant Public Type reference (TYPE) CHAR1 'E' Multi breakpoint 20130605
3 GC_BP_TYPE_PATH Constant Public Type reference (TYPE) CHAR1 'P' Single breakpoint 20130605
4 GC_CONTEXT Constant Public Type reference (TYPE) STRING 'Context' 20070629
5 GC_DEEP Static Attribute Public Type reference (TYPE) STRING 'DEEP' 20070521
6 GC_ELEMENT Constant Private Type reference (TYPE) STRING 'Element' Constant Element 20070615
7 GC_FUNCTION Constant Private Type reference (TYPE) STRING 'Function' 20070615
8 GC_MAX_CHILD_EXPAND Constant Private Type reference (TYPE) I 50 Maximum child allowed for expand 20100610
9 GC_STATUS_EVALUATED Constant Private Type reference (TYPE) STRING 'EVALUATED' 20130628
10 GC_STATUS_EXCEPTION Constant Public Type reference (TYPE) STRING 'EXCEPTION' Constant for nodes which have exceptions 20130626
11 GC_STATUS_FINISHED Constant Private Type reference (TYPE) STRING 'FINISHED' Constant for finish nodes 20130626
12 GC_STATUS_STARTED Constant Private Type reference (TYPE) STRING 'STARTED' Constant for startet nodes 20130626
13 GC_STATUS_UPDATED Constant Private Type reference (TYPE) STRING 'UPDATED' Value Update status 20130626
14 GC_STRUCTURE Constant Private Type reference (TYPE) STRING 'Structure' Constant Structure 20070615
15 GC_TABLE Constant Private Type reference (TYPE) STRING 'Table' Constant Table 20070615
16 GC_TIME_LAST_WEEK Constant Public Type reference (TYPE) I 3 Time restriction for last week 20070705
17 GC_TIME_NORESTRICTION Constant Public Type reference (TYPE) I 4 No Time restriction 20070705
18 GC_TIME_TODAY Constant Public Type reference (TYPE) I 1 Time restriction for today 20070705
19 GC_TIME_YESTERDAY Constant Public Type reference (TYPE) I 2 Time restriction for yesterday 20070705
20 GC_TRACE_ID_CONTEXT Constant Private Type reference (TYPE) STRING 'CONTEXT' Special trace ID 20130627
21 GC_TRACE_ID_PREFIX_CONTEXT_UPD Constant Private Type reference (TYPE) STRING 'CONTEXT_UPD' Special trace ID prefix 20130627
22 GC_TRACE_ID_PREFIX_RS_VAR Constant Private Type reference (TYPE) STRING 'RSVAR' Special trace ID prefix 20130627
23 GC_TRACE_PARAMETER Constant Public Type reference (TYPE) STRING 'TRACE_PARAMETER' Model node name 20070413
24 MO_BREAKPOINTS Instance attribute Private Object reference (TYPE REF TO) CL_FDT_BREAKPOINTS Wrapper class for breakpoints. 20120810
25 MO_HIERARCHY_UTILITIES Instance attribute Private Object reference (TYPE REF TO) CL_FDT_WD_HIERARCHY_UTILITIES Utility class for CTable hierarchies. 20120810
26 MO_TRACE Instance attribute Private Object reference (TYPE REF TO) IF_FDT_TRACE FDT: Trace 20070208
27 MTS_DEBUG_TRACE Instance attribute Private Type reference (TYPE) IF_FDT_TRACE=>TS_TRACE Trace entries 20120810
28 MT_EXPRESSION Instance attribute Public Type reference (TYPE) TS_TRACE_VALUE table with all expression 20070407
29 MV_CTXT_OLD Instance attribute Private Type reference (TYPE) STRING Generated old name of contextupdate 20100226
30 MV_DEBUG_MODE Instance attribute Private Type reference (TYPE) ABAP_BOOL True, trace is used by debugger 20120810
31 MV_DEBUG_STATE Instance attribute Private Type reference (TYPE) IF_FDT_DEBUG=>DEBUG_STATUS Status information of the debugging process 20130604
32 MV_DEBUG_STATE_INFO Instance attribute Private Type reference (TYPE) STRING Active watchpoint text 20130614
33 MV_MEMORY_ONLY Instance attribute Private Type reference (TYPE) BOOLE_D ABAP_FALSE Supplement for True Boolean Type: 'X' == True '' == False 20070619
34 MV_NUM_TABLE_LINES Instance attribute Private Type reference (TYPE) I Number of lines in trace table 20120810
35 MV_TRCK_VAR_CHN Static Attribute Private Type reference (TYPE) I Track variables to appropriate nesting. 20100226
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_TRACE_TABLE Instance method Private Method Adapt trace table (color, debugger information, hierarchy) 20120810
2 ADD_HEADER_INFO Instance method Private Method Add trace entry with header info 20070917
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20090904
4 COLLAPSE_ALL_NODES Instance method Public Method Collapse all nodes 20120810
5 CONVERT_AMOUNT_TO_EXT Static method Private Method Converts the amount to a string 20091123
6 CONVERT_TO_DATE Instance method Private Method converting timestamp into a date + time as string 20070208
7 CONVERT_TO_TIMESTAMP Instance method Private Method converting date and time into timestamp 20070208
8 CREATE_CONSTANT Static method Public Method create a constant 20070629
9 CREATE_NODE Static method Public Method creating tree dynamic 20070407
10 EXPAND_ALL_NODES Instance method Public Method Expand all nodes 20120810
11 EXPAND_OR_COLLAPSE_NODE Instance method Public Method Expand or collapse a node 20120810
12 EXTRACT_BREAKPOINTS Instance method Private Method Extracts breakpoints from trace table 20120810
13 GET_INDEX_SELECTED_ROW Instance method Public Method Returns the index of the selected row. 0=no row selected 20120810
14 GET_NUM_TABLE_LINES Instance method Public Method Returns the number of table lines 20120810
15 HANDLE_DEBUGGER_INFO Instance method Private Method Handles debugger related information (like breakpoints) 20120810
16 MERGE_CONSTANT_ENTRIES Instance method Private Method Merges the trace entries for Constant expressions 20070917
17 PARSE_ADD_REMOVE_HIERARCHY Instance method Private Method Creates addition hierarchies from the corresponding entries 20071026
18 PARSE_CREATE_PATH Instance method Private Method create path for object 20070621
19 PARSE_SET_OBJ_ATTR Instance method Private Method select all attributes from object 20070619
20 PARSE_TRACE Instance method Private Method parsing all log information to their traces 20070619
21 READ_DEBUG_TRACE_HIERARCHY Instance method Private Method Create trace xml for a trace which was built by the debugger 20120810
22 SEARCH_STRING Instance method Public Method Search String in the trace table 20120427
23 SET_CHILDREN Instance method Private Method Set children of a trace entry to build hierarchy 20120810
24 SET_DEBUG_INFORMATION Instance method Public Method Getter-Method, if trace is displayed for debugger 20120810
25 SET_MEMORY_ONLY Instance method Public Method setting flag if memory values will only support 20070619
26 SET_SEARCH_RESULT Instance method Public Method Sets the currently highlighted search result 20120810
27 SET_TRACE Instance method Public Method setting new trace object 20070618
28 XML_ADD_ROOT Instance method Private Method Helper method for READ_DEBUG_TRACE_HIERARCHY 20120810
Events
Class CL_FDT_WD_TRACE_MODEL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_PARENT_NODE Public See coding 20100401 BEGIN OF s_parent_node , parent_document TYPE REF TO if_ixml_node, current_node TYPE REF TO if_wd_context_node, current_elem TYPE REF TO if_wd_context_element, END OF s_parent_node
2 S_QUERY_VALUE Private See coding include all attributes of query 20070615 BEGIN OF s_query_value, id TYPE fdt_uuid, object_type TYPE fdt_object_type, name TYPE fdt_name, display_name TYPE fdt_wd_display_name, appl_name TYPE fdt_name, END OF s_query_value
3 S_RESULT Private See coding 20070615 BEGIN OF s_result, document TYPE REF TO if_ixml_node, name TYPE string, id TYPE string, value TYPE string, type TYPE c LENGTH 1, symbol TYPE iconname, END OF s_result
4 S_SEARCH_RES Public See coding 20120427 BEGIN OF s_search_res, row_no TYPE int4, path TYPE string, header TYPE string, END OF s_search_res
5 S_SEARCH_VALUE Private See coding Include all attributes for searching a trace 20070615 BEGIN OF s_search_value, time_at TYPE tims, time_until TYPE tims, user TYPE syuname, timestamp_at TYPE dats, timestamp_until TYPE dats, END OF s_search_value
6 TS_SEARCH_RES Public See coding 20120427 ts_search_res TYPE SORTED TABLE OF s_search_res WITH UNIQUE KEY row_no
7 TS_TRACE_VALUE Public See coding FDT WD: Trace Elements 20070522 ts_trace_value TYPE STANDARD TABLE OF fdts_wd_trace_model WITH NON-UNIQUE KEY name path WITH NON-UNIQUE SORTED KEY row COMPONENTS row
8 T_PARENT_NODE Public See coding 20100401 t_parent_node TYPE TABLE OF s_parent_node
Method Signatures

Method ADAPT_TRACE_TABLE Signature

Method ADAPT_TRACE_TABLE on class CL_FDT_WD_TRACE_MODEL has no parameter.
Method ADAPT_TRACE_TABLE on class CL_FDT_WD_TRACE_MODEL has no exception.

Method ADD_HEADER_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTS_TRACE_VALUE Call by reference Type reference (TYPE) TS_TRACE_VALUE FDT WD: Trace Elements 20070917

Method ADD_HEADER_INFO on class CL_FDT_WD_TRACE_MODEL has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_FDT_WD_TRACE_MODEL has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FDT_WD_TRACE_MODEL has no exception.

Method COLLAPSE_ALL_NODES Signature

Method COLLAPSE_ALL_NODES on class CL_FDT_WD_TRACE_MODEL has no parameter.
Method COLLAPSE_ALL_NODES on class CL_FDT_WD_TRACE_MODEL has no exception.

Method CONVERT_AMOUNT_TO_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_AMOUNT Call by reference Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_AMOUNT Elementary Data Type Amount 20091123
2 Returning RV_AMOUNT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_AMOUNT Elementary Data Type Amount 20091123

Method CONVERT_AMOUNT_TO_EXT on class CL_FDT_WD_TRACE_MODEL has no exception.

Method CONVERT_TO_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DATE Value transfer Type reference (TYPE) DATS Output Date Object 20070208
2 Exporting EV_TIME Call by reference Type reference (TYPE) TIMS Output Time Object 20070417
3 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) STRING 20070619

Method CONVERT_TO_DATE on class CL_FDT_WD_TRACE_MODEL has no exception.

Method CONVERT_TO_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_TIMESTAMP Call by reference Type reference (TYPE) FDT_TRACE_0000-TRACE_TIMESTAMP UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20070208
2 Importing IO_DATE Call by reference Type reference (TYPE) D date 20070208
3 Importing IO_TIME Call by reference Type reference (TYPE) T time 20070208

Method CONVERT_TO_TIMESTAMP on class CL_FDT_WD_TRACE_MODEL has no exception.

Method CREATE_CONSTANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_CONSTANT Call by reference Object reference (TYPE REF TO) IF_FDT_CONSTANT FDT: Constant 20070629
2 Exporting EV_CONSTANT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20070629
3 Importing IA_VALUE Call by reference Type reference (TYPE) ANY 20070629
4 Importing IV_DO_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20070629

Method CREATE_CONSTANT on class CL_FDT_WD_TRACE_MODEL has no exception.

Method CREATE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20070411
2 Importing IO_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Empty node with combination with is_first_level parameter 20070407
3 Importing IV_IS_FIRST_LEVEL Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE other functionality if first time 20070620
4 Importing IV_ITERATION_NUM Call by reference Type reference (TYPE) STRING 20090424
5 Importing IV_PARENT_KEY Call by reference Type reference (TYPE) STRING Element Path ID of Table Tree 20070620
6 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) STRING Recording Timestamp ( UTC long format ) 20090625
7 Returning RV_IS_EXPAND Value transfer Type reference (TYPE) ABAP_BOOL 20100607

Method CREATE_NODE on class CL_FDT_WD_TRACE_MODEL has no exception.

Method EXPAND_ALL_NODES Signature

Method EXPAND_ALL_NODES on class CL_FDT_WD_TRACE_MODEL has no parameter.
Method EXPAND_ALL_NODES on class CL_FDT_WD_TRACE_MODEL has no exception.

Method EXPAND_OR_COLLAPSE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXPANDED Call by reference Type reference (TYPE) ABAP_BOOL Is node already expanded 20120810
2 Importing IV_NODE_ROW_KEY Call by reference Type reference (TYPE) INT4 Natural number 20120810

Method EXPAND_OR_COLLAPSE_NODE on class CL_FDT_WD_TRACE_MODEL has no exception.

Method EXTRACT_BREAKPOINTS Signature

Method EXTRACT_BREAKPOINTS on class CL_FDT_WD_TRACE_MODEL has no parameter.
Method EXTRACT_BREAKPOINTS on class CL_FDT_WD_TRACE_MODEL has no exception.

Method GET_INDEX_SELECTED_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_INDEX_SELECTED_ROW Call by reference Type reference (TYPE) I Index of selected row 20120810
2 Exporting EV_ROW_SELECTED Call by reference Type reference (TYPE) ABAP_BOOL Is a row selected? 20120810

Method GET_INDEX_SELECTED_ROW on class CL_FDT_WD_TRACE_MODEL has no exception.

Method GET_NUM_TABLE_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUM_TABLE_LINES Value transfer Type reference (TYPE) I Number of table lines 20120810

Method GET_NUM_TABLE_LINES on class CL_FDT_WD_TRACE_MODEL has no exception.

Method HANDLE_DEBUGGER_INFO Signature

Method HANDLE_DEBUGGER_INFO on class CL_FDT_WD_TRACE_MODEL has no parameter.
Method HANDLE_DEBUGGER_INFO on class CL_FDT_WD_TRACE_MODEL has no exception.

Method MERGE_CONSTANT_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTS_TRACE_VALUE Call by reference Type reference (TYPE) TS_TRACE_VALUE FDT WD: Trace Elements 20070917

Method MERGE_CONSTANT_ENTRIES on class CL_FDT_WD_TRACE_MODEL has no exception.

Method PARSE_ADD_REMOVE_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTS_TRACE_VALUE Call by reference Type reference (TYPE) TS_TRACE_VALUE FDT WD: Trace Elements 20071026

Method PARSE_ADD_REMOVE_HIERARCHY on class CL_FDT_WD_TRACE_MODEL has no exception.

Method PARSE_CREATE_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PATH Call by reference Type reference (TYPE) STRING Object Path 20070621
2 Importing IO_ATTR_MAP Call by reference Object reference (TYPE REF TO) IF_IXML_NAMED_NODE_MAP IF_IXML_NAMED_NODE_MAP 20070621
3 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) STRING Timestamp 20070621

Method PARSE_CREATE_PATH on class CL_FDT_WD_TRACE_MODEL has no exception.

Method PARSE_SET_OBJ_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_TRACE Call by reference Type reference (TYPE) FDTS_WD_TRACE_MODEL FDT WD: Trace Elements 20070619
2 Importing IL_TRACE Call by reference Type reference (TYPE) FDTS_WD_TRACE_MODEL FDT WD: Trace Elements 20070619
3 Importing IO_NODE Call by reference Object reference (TYPE REF TO) IF_IXML_NODE IF_IXML_NODE 20070619
4 Importing IV_CONTEXT Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Supplement for True Boolean Type: 'X' == True '' == False 20070619

Method PARSE_SET_OBJ_ATTR on class CL_FDT_WD_TRACE_MODEL has no exception.

Method PARSE_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TRACE Call by reference Type reference (TYPE) TS_TRACE_VALUE FDTT: TRACE XML 20070619
2 Exporting EV_EXCEPTION Call by reference Type reference (TYPE) BOOLE_D Supplement for True Boolean Type: 'X' == True '' == False 20070619
3 Exporting EV_RESULT Call by reference Type reference (TYPE) S_RESULT 20070619
4 Importing IL_TRACE Call by reference Type reference (TYPE) FDTS_WD_TRACE_MODEL FDTS: trace xml 20070619
5 Importing IO_ROOT Call by reference Object reference (TYPE REF TO) IF_IXML_NODE IF_IXML_NODE 20070619
6 Importing IV_FUNCTION Call by reference Type reference (TYPE) BOOLE_D Supplement for True Boolean Type: 'X' == True '' == False 20070619
7 Importing IV_PATH Call by reference Type reference (TYPE) STRING 20070619

Method PARSE_TRACE on class CL_FDT_WD_TRACE_MODEL has no exception.

Method READ_DEBUG_TRACE_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITR_FUNCTION_ID Call by reference Type reference (TYPE) IF_FDT_TRACE=>TR_FUNCTION_ID Range of function IDs 20120810
2 Importing ITR_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TRACE=>TR_TIMESTAMP Range of time stamps 20120810
3 Importing ITR_USER Call by reference Type reference (TYPE) IF_FDT_TRACE=>TR_USER Range of users 20120810
4 Importing ITS_TRACE Call by reference Type reference (TYPE) IF_FDT_TRACE=>TS_TRACE Trace entries 20120810
5 Importing IV_MEMORY_ONLY Call by reference Type reference (TYPE) ABAP_BOOL 20120810
6 Returning RO_TRACE_DOCUMENT Value transfer Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20120810

Method READ_DEBUG_TRACE_HIERARCHY on class CL_FDT_WD_TRACE_MODEL has no exception.

Method SEARCH_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_RESULT Call by reference Type reference (TYPE) TS_SEARCH_RES 20120427
2 Importing IV_SEARCH_KEY Call by reference Type reference (TYPE) STRING 20120427

Method SEARCH_STRING on class CL_FDT_WD_TRACE_MODEL has no exception.

Method SET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PARENT Call by reference Type reference (TYPE) FDTS_WD_TRACE_MODEL FDT WD: Trace Elements 20120810

Method SET_CHILDREN on class CL_FDT_WD_TRACE_MODEL has no exception.

Method SET_DEBUG_INFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_BREAKPOINTS Call by reference Object reference (TYPE REF TO) CL_FDT_BREAKPOINTS Wrapper class for breakpoints. 20120810
2 Importing ITS_TRACE Call by reference Type reference (TYPE) IF_FDT_TRACE=>TS_TRACE Trace entries 20120810
3 Importing IV_DEBUG_STATE Call by reference Type reference (TYPE) IF_FDT_DEBUG=>DEBUG_STATUS Debugger status 20130604
4 Importing IV_STATE_INFO Call by reference Type reference (TYPE) STRING Additional state info 20130614

Method SET_DEBUG_INFORMATION on class CL_FDT_WD_TRACE_MODEL has no exception.

Method SET_MEMORY_ONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MEMORY_ONLY Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070619

Method SET_MEMORY_ONLY on class CL_FDT_WD_TRACE_MODEL has no exception.

Method SET_SEARCH_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SEARCH_RESULT Call by reference Type reference (TYPE) CL_FDT_WD_LEAN_TRACE_MODEL=>S_SEARCH_RES 20120810

Method SET_SEARCH_RESULT on class CL_FDT_WD_TRACE_MODEL has no exception.

Method SET_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TRACE Call by reference Object reference (TYPE REF TO) IF_FDT_TRACE New Trace Object 20070618

Method SET_TRACE on class CL_FDT_WD_TRACE_MODEL has no exception.

Method XML_ADD_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DOCUMENT Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20120810
2 Importing IV_ADD_ATTRIBUTES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120810
3 Importing IV_ADD_LOG_ELEMENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120810
4 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version, UTC) 20120810
5 Returning RO_ROOT Value transfer Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20120810

Method XML_ADD_ROOT on class CL_FDT_WD_TRACE_MODEL has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 710