SAP ABAP Class CL_FDT_WD_LEAN_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) 20090911
Properties
Class CL_FDT_WD_LEAN_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 20090907   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_DSM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_FDT_EXPR_SV Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_FDT_TRACE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 CL_FDT_WD_LEAN_TRACE_HELPER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
6 CL_FDT_WD_LEAN_TRACE_MODEL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
7 CL_FDT_WD_TRACE_MODEL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
8 IF_FDT_LEAN_TRACE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
9 IF_FDT_TRACE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
10 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FDT_WD_LEAN_TRACE_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_LEAN_TRACE_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CELL_VARIANT_EXPRESSION Constant Private Type reference (TYPE) STRING 'EXPRESSION' 20130416
2 GC_CONTEXT Constant Public Type reference (TYPE) STRING 'Context' 20090911
3 GC_DEEP Static Attribute Public Type reference (TYPE) STRING 'DEEP' 20090911
4 GC_EXCEPTION Constant Public Type reference (TYPE) STRING 'EXCEPTION' Constant for nodes which have exceptions 20090911
5 GC_FUNCTION Constant Private Type reference (TYPE) STRING 'Function' 20130411
6 GC_SEPARATOR Constant Public Type reference (TYPE) STRING '-' 20130514
7 GC_TIME_LAST_WEEK Constant Public Type reference (TYPE) I 3 Time restriction for last week 20090911
8 GC_TIME_NORESTRICTION Constant Public Type reference (TYPE) I 4 No Time restriction 20090911
9 GC_TIME_TODAY Constant Public Type reference (TYPE) I 1 Time restriction for today 20090911
10 GC_TIME_YESTERDAY Constant Public Type reference (TYPE) I 2 Time restriction for yesterday 20090911
11 GC_TRACE_PARAMETER Constant Public Type reference (TYPE) STRING 'TRACE_PARAMETER' Model node name 20090911
12 GV_FROM_SIMULATION Static Attribute Public Type reference (TYPE) ABAP_BOOL 20121214
13 MO_CONFIG Static Attribute Private Object reference (TYPE REF TO) IF_FDT_WD_CONFIGURATION FDT WD: Configuration 20110411
14 MO_HIERARCHY_UTILITIES Instance attribute Private Object reference (TYPE REF TO) CL_FDT_WD_HIERARCHY_UTILITIES 20120821
15 MO_LEAN_TRACE_HELPER Instance attribute Private Object reference (TYPE REF TO) CL_FDT_WD_LEAN_TRACE_HELPER Helper class for Lean Trace 20130411
16 MO_TRACE Static Attribute Private Object reference (TYPE REF TO) IF_FDT_LEAN_TRACE FDT: Trace 20090911
17 MS_EXPR_TIMESTAMP Instance attribute Private Type reference (TYPE) S_FUNC_STACK 20130225
18 MS_FUNC_STACK Instance attribute Private Type reference (TYPE) S_FUNC_STACK 20130225
19 MT_EXPRESSION Static Attribute Public Type reference (TYPE) TS_TRACE_VALUE table with all expression 20090911
20 MT_EXPR_STACK Instance attribute Private Type reference (TYPE) TS_FUNC_STACK 20130225
21 MT_FUNCTION_STACK Instance attribute Public Type reference (TYPE) TS_FUNC_STACK Table for Function Stack 20091005
22 MV_CNTXT_FIRST Instance attribute Private Type reference (TYPE) BOOLE_D ABAP_TRUE 20130225
23 MV_DONT_USE_DECFLOAT Static Attribute Private Type reference (TYPE) ABAP_BOOL 20130211
24 MV_IS_REMOTE Instance attribute Private Type reference (TYPE) ABAP_BOOL Universal Unique Identifier 20120831
25 MV_NUM_TABLE_LINES Instance attribute Private Type reference (TYPE) I 20120821
26 MV_RFCDEST Instance attribute Private Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20120829
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_TRACE_TABLE Instance method Public Method 20120821
2 ADD_HEADER_INFO Instance method Private Method Add trace entry with header info 20090911
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20090911
4 COLLAPSE_ALL_NODES Instance method Public Method 20120821
5 COLLAPSE_ALL_TRACE_ROOT_NODES Instance method Public Method 20130304
6 COLLAPSE_TRACE_NODE Instance method Public Method 20130227
7 CONVERT_AMOUNT_TO_EXT Static method Private Method Converts the amount to a string 20100222
8 CONVERT_TO_DATE Instance method Private Method converting timestamp into a date + time as string 20090911
9 CONVERT_TO_TIMESTAMP Instance method Private Method converting date and time into timestamp 20090911
10 CREATE_CONSTANT Static method Public Method create a constant 20090911
11 CREATE_HEADER Instance method Private Method Create the Header Info based on Trace Data 20110411
12 CREATE_NODE Static method Public Method creating tree dynamic 20090911
13 DELETE_TRACE Instance method Public Method Delete Trace 20120326
14 EXPAND_ALL_NODES Instance method Public Method 20120821
15 EXPAND_ALL_TRACE_ROOT_NODES Instance method Public Method 20130304
16 EXPAND_OR_COLLAPSE_NODE Instance method Public Method 20120821
17 EXPAND_TRACE_NODE Instance method Public Method 20130227
18 GET_CONTEXT_OF_TRACE Instance method Public Method Get the context for a particular trace UUID 20130523
19 GET_FUNCTION_OF_TRACE Instance method Public Method Get the function belonging to a trace uuid 20130515
20 GET_INDEX_SELECTED_ROW Instance method Public Method 20120821
21 GET_NUM_TABLE_LINES Instance method Public Method 20120821
22 GET_RESULT_FOR_TRACE_NODE Instance method Public Method 20130410
23 GET_TRACE_HEADER Instance method Private Method 20130222
24 GET_TRACE_HEADER_REMOTE Instance method Private Method 20130222
25 IS_NEW_LEAN_TRACE_ACTIVE Static method Public Method 20130306
26 MERGE_CONSTANT_ENTRIES Instance method Private Method Merges the trace entries for Constant expressions 20090911
27 PARSE_CREATE_PATH Instance method Private Method create path for object 20090911
28 PARSE_SET_OBJ_ATTR Instance method Private Method select all attributes from object 20090911
29 PARSE_TRACE Instance method Private Method parsing all log information to their traces 20090911
30 PARSE_TRACE_UUID Instance method Private Method Parse trace based on trace UUID 20110411
31 SEARCH_STRING Instance method Public Method Search String in the trace table 20120125
32 SET_CHILDREN Instance method Private Method 20120821
33 SET_REMOTE_DECFLOAT Static method Public Method Set the decfloat flag during simulation of remote function 20130211
34 SET_REMOTE_PARAM Instance method Public Method Set the Servie andRFC details for remote trace 20120829
35 SET_SEARCH_RESULT Instance method Public Method 20120821
36 SET_TRACE Instance method Public Method setting new trace object 20090911
37 TOGGLE_EXPANSION_TRACE_NODE Instance method Public Method 20130227
Events
Class CL_FDT_WD_LEAN_TRACE_MODEL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_FUNC_STACK Public See coding Structure for Function Stack 20090911 BEGIN OF s_func_stack, id TYPE fdt_uuid, timestamp TYPE string, trace_proc_time TYPE string, trace_id TYPE fdt_uuid, END OF s_func_stack
2 S_PARENT_NODE Public See coding 20101208 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
3 S_QUERY_VALUE Private See coding include all attributes of query 20090911 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, trace_uuid TYPE sysuuid_c32, trace_db_name TYPE tabname, END OF s_query_value
4 S_SEARCH_RES Public See coding 20120125 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 20090911 BEGIN OF s_search_value, time_at TYPE tims, time_until TYPE tims, user TYPE syuname, timestamp_at TYPE dats, timestamp_until TYPE dats, external_id TYPE fdt_trace_external_id, END OF s_search_value
6 S_TABLE_INFO Public See coding 20130514 BEGIN OF s_table_info. INCLUDE TYPE cl_fdt_trace=>s_table_info. TYPES: is_cluster TYPE abap_bool, END OF s_table_info
7 TS_FUNC_STACK Public See coding Table for Function Stack 20090911 ts_func_stack TYPE STANDARD TABLE OF s_func_stack
8 TS_SEARCH_RES Public See coding 20120125 ts_search_res TYPE SORTED TABLE OF s_search_res WITH UNIQUE KEY row_no
9 TS_TRACE_VALUE Public See coding FDT WD: Trace Elements 20090911 ts_trace_value TYPE STANDARD TABLE OF fdts_wd_trace_model
10 T_PARENT_NODE Public See coding 20101208 t_parent_node TYPE TABLE OF s_parent_node
11 T_TABLE_INFO Public See coding 20130514 t_table_info TYPE STANDARD TABLE OF s_table_info WITH NON-UNIQUE KEY name
Method Signatures

Method ADAPT_TRACE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_HEADER Call by reference Type reference (TYPE) IF_FDT_LEAN_TRACE=>T_HEADER Trace Headers 20120912
2 Importing IT_REM_HEADER Call by reference Type reference (TYPE) CL_FDT_DSM=>T_TRACE FDT: Indx-typed table for Lean Trace 20121123

Method ADAPT_TRACE_TABLE on class CL_FDT_WD_LEAN_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 20090911

Method ADD_HEADER_INFO on class CL_FDT_WD_LEAN_TRACE_MODEL has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method COLLAPSE_ALL_NODES Signature

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

Method COLLAPSE_ALL_TRACE_ROOT_NODES Signature

Method COLLAPSE_ALL_TRACE_ROOT_NODES on class CL_FDT_WD_LEAN_TRACE_MODEL has no parameter.
Method COLLAPSE_ALL_TRACE_ROOT_NODES on class CL_FDT_WD_LEAN_TRACE_MODEL has no exception.

Method COLLAPSE_TRACE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TRACE_PARENT_NODE Call by reference Type reference (TYPE) FDTS_WD_TRACE_MODEL 20130304

Method COLLAPSE_TRACE_NODE on class CL_FDT_WD_LEAN_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 20100222
2 Returning RV_AMOUNT Value transfer Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_AMOUNT Elementary Data Type Amount 20100222

Method CONVERT_AMOUNT_TO_EXT on class CL_FDT_WD_LEAN_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 20090911
2 Exporting EV_TIME Call by reference Type reference (TYPE) TIMS Output Time Object 20090911
3 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) STRING 20090911

Method CONVERT_TO_DATE on class CL_FDT_WD_LEAN_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) 20090911
2 Importing IO_DATE Call by reference Type reference (TYPE) D date 20090911
3 Importing IO_TIME Call by reference Type reference (TYPE) T time 20090911

Method CONVERT_TO_TIMESTAMP on class CL_FDT_WD_LEAN_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 20090911
2 Exporting EV_CONSTANT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20090911
3 Importing IA_VALUE Call by reference Type reference (TYPE) ANY 20090911
4 Importing IV_DO_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20090911

Method CREATE_CONSTANT on class CL_FDT_WD_LEAN_TRACE_MODEL has no exception.

Method CREATE_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_EXPRESSION Call by reference Type reference (TYPE) TS_TRACE_VALUE FDT WD: Trace Elements 20110411
2 Importing ITS_HEADER Call by reference Type reference (TYPE) CL_FDT_TRACE=>IF_FDT_LEAN_TRACE~T_HEADER 20110411
3 Importing IT_TRACE_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20110411

Method CREATE_HEADER on class CL_FDT_WD_LEAN_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 20090911
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 20090911
3 Importing IV_IS_FIRST_LEVEL Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE other functionality if first time 20090911
4 Importing IV_ITERATION_NUM Call by reference Type reference (TYPE) STRING 20090911
5 Importing IV_PARENT_KEY Call by reference Type reference (TYPE) STRING Element Path ID of Table Tree 20090911
6 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) STRING Recording Timestamp ( UTC long format ) 20090911
7 Importing IV_TRACE_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20110411
# Exception Resumable Description Created on
1 CX_FDT FDT: Abstract Exception Class 20111228

Method DELETE_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DELETE_OK Call by reference Type reference (TYPE) IF_FDT_LEAN_TRACE=>T_HEADER Trace Headers 20120326
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20120326
3 Importing ITR_TRACE_UUID Call by reference Type reference (TYPE) IF_FDT_LEAN_TRACE=>TR_TRACE_UUID Range of Trace UUID 20120326
4 Importing IV_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20121203
5 Importing IV_SERVICE_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20121203

Method DELETE_TRACE on class CL_FDT_WD_LEAN_TRACE_MODEL has no exception.

Method EXPAND_ALL_NODES Signature

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

Method EXPAND_ALL_TRACE_ROOT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20130702
2 Importing IV_LEVELS_TO_EXPAND Call by reference Type reference (TYPE) INT4 CL_FDT_WD_LEAN_TRACE_HELPER=>GC_LEVELS_TO_EXPAND_DEFAULT Natural number 20130514

Method EXPAND_ALL_TRACE_ROOT_NODES on class CL_FDT_WD_LEAN_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 20120821
2 Importing IV_NODE_ROW_KEY Call by reference Type reference (TYPE) INT4 20120821

Method EXPAND_OR_COLLAPSE_NODE on class CL_FDT_WD_LEAN_TRACE_MODEL has no exception.

Method EXPAND_TRACE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20130702
2 Importing IS_TRACE_PARENT_NODE Call by reference Type reference (TYPE) FDTS_WD_TRACE_MODEL 20130304
3 Importing IV_LEVELS_TO_EXPAND Call by reference Type reference (TYPE) INT4 CL_FDT_WD_LEAN_TRACE_HELPER=>GC_LEVELS_TO_EXPAND_DEFAULT Natural number 20130508

Method EXPAND_TRACE_NODE on class CL_FDT_WD_LEAN_TRACE_MODEL has no exception.

Method GET_CONTEXT_OF_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_FDT_CONTEXT FDT: Context 20130523
2 Importing IV_TRACE_UUID Call by reference Type reference (TYPE) FDTS_WD_TRACE_MODEL-TRACE_ID FDT: Universal Unique Identifier 20130523

Method GET_CONTEXT_OF_TRACE on class CL_FDT_WD_LEAN_TRACE_MODEL has no exception.

Method GET_FUNCTION_OF_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TRACE_ID Call by reference Type reference (TYPE) FDTS_WD_TRACE_MODEL-TRACE_ID FDT: Universal Unique Identifier 20130515
2 Returning RV_FUNCTION_ID Value transfer Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20130515

Method GET_FUNCTION_OF_TRACE on class CL_FDT_WD_LEAN_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 20120821
2 Exporting EV_ROW_SELECTED Call by reference Type reference (TYPE) ABAP_BOOL 20120821

Method GET_INDEX_SELECTED_ROW on class CL_FDT_WD_LEAN_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 20120821

Method GET_NUM_TABLE_LINES on class CL_FDT_WD_LEAN_TRACE_MODEL has no exception.

Method GET_RESULT_FOR_TRACE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RESULT Call by reference Type reference (TYPE) CL_FDT_WD_LEAN_TRACE_HELPER=>S_RESULT 20130410
2 Importing IV_ROW Call by reference Type reference (TYPE) FDTS_WD_TRACE_MODEL-ROW 20130410

Method GET_RESULT_FOR_TRACE_NODE on class CL_FDT_WD_LEAN_TRACE_MODEL has no exception.

Method GET_TRACE_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_RECORD Call by reference Type reference (TYPE) IF_FDT_LEAN_TRACE=>TS_RECORD 20130222
2 Exporting ET_HEADER Call by reference Type reference (TYPE) CL_FDT_TRACE=>IF_FDT_LEAN_TRACE~T_HEADER 20130222
3 Importing IS_QUERY Call by reference Type reference (TYPE) S_QUERY_VALUE 20130222
4 Importing IS_SEARCH Call by reference Type reference (TYPE) S_SEARCH_VALUE 20130222
5 Importing IV_MODEL_NODE_NAME Call by reference Type reference (TYPE) IF_FDT_WD_TYPES=>MODEL_NODE_NAME 20130222

Method GET_TRACE_HEADER on class CL_FDT_WD_LEAN_TRACE_MODEL has no exception.

Method GET_TRACE_HEADER_REMOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HEADER Call by reference Type reference (TYPE) CL_FDT_TRACE=>IF_FDT_LEAN_TRACE~T_HEADER 20130222
2 Importing IS_QUERY Call by reference Type reference (TYPE) S_QUERY_VALUE 20130222
3 Importing IS_SEARCH Call by reference Type reference (TYPE) S_SEARCH_VALUE 20130222
4 Importing IV_MODEL_NODE_NAME Call by reference Type reference (TYPE) IF_FDT_WD_TYPES=>MODEL_NODE_NAME 20130222
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20131031
2 CX_FDT_SYSTEM FDT: System Failure 20131031

Method IS_NEW_LEAN_TRACE_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_ACTIVE Value transfer Type reference (TYPE) ABAP_BOOL 20130306

Method IS_NEW_LEAN_TRACE_ACTIVE on class CL_FDT_WD_LEAN_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 20090911

Method MERGE_CONSTANT_ENTRIES on class CL_FDT_WD_LEAN_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 20090911
2 Importing IO_ATTR_MAP Call by reference Object reference (TYPE REF TO) IF_IXML_NAMED_NODE_MAP IF_IXML_NAMED_NODE_MAP 20090911
3 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) STRING Timestamp 20090911

Method PARSE_CREATE_PATH on class CL_FDT_WD_LEAN_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 20090911
2 Importing IO_NODE Call by reference Object reference (TYPE REF TO) IF_IXML_NODE IF_IXML_NODE 20090911
3 Importing IS_FUNC_STACK Call by reference Type reference (TYPE) S_FUNC_STACK 20130225
4 Importing IS_TRACE Call by reference Type reference (TYPE) FDTS_WD_TRACE_MODEL 20130225
5 Importing IV_CONTEXT Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Supplement for True Boolean Type: 'X' == True '' == False 20090911

Method PARSE_SET_OBJ_ATTR on class CL_FDT_WD_LEAN_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 20090911
2 Exporting EV_EXCEPTION Call by reference Type reference (TYPE) BOOLE_D Supplement for True Boolean Type: 'X' == True '' == False 20090911
3 Importing IO_ROOT Call by reference Object reference (TYPE REF TO) IF_IXML_NODE IF_IXML_NODE 20090911
4 Importing IS_TRACE Call by reference Type reference (TYPE) FDTS_WD_TRACE_MODEL 20130225
5 Importing IV_FUNCTION Call by reference Type reference (TYPE) BOOLE_D Supplement for True Boolean Type: 'X' == True '' == False 20090911
6 Importing IV_PATH Call by reference Type reference (TYPE) STRING 20090911

Method PARSE_TRACE on class CL_FDT_WD_LEAN_TRACE_MODEL has no exception.

Method PARSE_TRACE_UUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HEADER Call by reference Type reference (TYPE) IF_FDT_LEAN_TRACE=>S_HEADER Universal Unique Identifier 20121123
2 Importing IS_REM_HEADER Call by reference Type reference (TYPE) FDT_BRS_TRA_0100 FDT: Indx-typed table for Lean Trace 20121123

Method PARSE_TRACE_UUID on class CL_FDT_WD_LEAN_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 20120125
2 Importing IV_SEARCH_KEY Call by reference Type reference (TYPE) STRING 20120125

Method SEARCH_STRING on class CL_FDT_WD_LEAN_TRACE_MODEL has no exception.

Method SET_CHILDREN Signature

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

Method SET_CHILDREN on class CL_FDT_WD_LEAN_TRACE_MODEL has no exception.

Method SET_REMOTE_DECFLOAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DONT_USE_DECFLOAT Call by reference Type reference (TYPE) ABAP_BOOL 20130211

Method SET_REMOTE_DECFLOAT on class CL_FDT_WD_LEAN_TRACE_MODEL has no exception.

Method SET_REMOTE_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IS_REMOTE Call by reference Type reference (TYPE) ABAP_BOOL Universal Unique Identifier 20120831
2 Importing IV_RFCDEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20120829

Method SET_REMOTE_PARAM on class CL_FDT_WD_LEAN_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 20120821

Method SET_SEARCH_RESULT on class CL_FDT_WD_LEAN_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 20090911

Method SET_TRACE on class CL_FDT_WD_LEAN_TRACE_MODEL has no exception.

Method TOGGLE_EXPANSION_TRACE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20130702
2 Importing IO_PARENT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20130227

Method TOGGLE_EXPANSION_TRACE_NODE on class CL_FDT_WD_LEAN_TRACE_MODEL has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 703