SAP ABAP Class IF_FDT_TRACE_WRITE (FDT: Trace (Write Interface))
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FDT_TRACE FDT: Trace 20050821
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FDT_LEAN_TRACE FDT: Lean Trace 20081215
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_TRACE FDT: Trace 20050821
Properties
Class IF_FDT_TRACE_WRITE  
Short Description FDT: Trace (Write Interface)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20050821   SAP 
Last change 20130531   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 IF_FDT_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FDT_RULESET Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_FDT_TRACE_WRITE has no interface implemented.
Friends
Class IF_FDT_TRACE_WRITE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_MODE Instance attribute Public Attribute reference (LIKE) 20090303
2 MV_UUID Instance attribute Public Attribute reference (LIKE) 20090303
Methods
# Method Level Visibility Method type Description Created on
1 LOG_CONTEXT_DATA Instance method Public Method Log information for context data 20050912
2 LOG_EXCEPTION Instance method Public Method Log an exception 20050821
3 LOG_EXPRESSION_END Instance method Public Method Log the expression processing end 20050821
4 LOG_EXPRESSION_START Instance method Public Method Log the expression processing start 20050821
5 LOG_FUNCTION_END Instance method Public Method Log the function processing end 20060104
6 LOG_FUNCTION_START Instance method Public Method Log the function processing start 20060104
7 LOG_INFO Instance method Public Method Log information specific to an expression 20071012
8 LOG_ITERATION Instance method Public Method Log the iteration index of a loop expression 20090424
9 LOG_RESULT_DATA Instance method Public Method Log information for the result data 20050821
10 LOG_RULESET_END Instance method Public Method Log the Ruleset processing end 20090525
11 LOG_RULESET_START Instance method Public Method Log the Ruleset processing start 20090525
12 LOG_RULESET_VAR Instance method Public Method Log the Ruleset variables 20090625
13 LOG_TEXT Instance method Public Method Log free text 20050821
14 POP_FUNCTION_ID Instance method Public Method Pop function ID from function ID stack 20061129
15 PUSH_FUNCTION_ID Instance method Public Method Push function ID to function ID stack 20061129
Events
Class IF_FDT_TRACE_WRITE has no event.
Types
Class IF_FDT_TRACE_WRITE has no local type.
Method Signatures

Method LOG_CONTEXT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_FDT_CONTEXT FDT: Context 20050912
2 Importing ITS_DATA_OBJECT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID Data Object IDs 20060104
3 Importing IV_DATA_OBJECT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Data Object ID 20100215
4 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp 20060105
5 Importing IV_UPDATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE ABAP_TRUE: not initial context but update of context 20100215

Method LOG_CONTEXT_DATA on class IF_FDT_TRACE_WRITE has no exception.

Method LOG_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp 20060105
2 Importing IX_FDT Call by reference Object reference (TYPE REF TO) CX_FDT FDT: Abstract Exception Class 20060105

Method LOG_EXCEPTION on class IF_FDT_TRACE_WRITE has no exception.

Method LOG_EXPRESSION_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EXPRESSION Call by reference Object reference (TYPE REF TO) IF_FDT_EXPRESSION FDT: Expression 20060104
2 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp 20060105

Method LOG_EXPRESSION_END on class IF_FDT_TRACE_WRITE has no exception.

Method LOG_EXPRESSION_START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EXPRESSION Call by reference Object reference (TYPE REF TO) IF_FDT_EXPRESSION FDT: Expression 20060104
2 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp 20060104

Method LOG_EXPRESSION_START on class IF_FDT_TRACE_WRITE has no exception.

Method LOG_FUNCTION_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FUNCTION Call by reference Object reference (TYPE REF TO) IF_FDT_FUNCTION FDT: Function 20060104
2 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp 20060105

Method LOG_FUNCTION_END on class IF_FDT_TRACE_WRITE has no exception.

Method LOG_FUNCTION_START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FUNCTION Call by reference Object reference (TYPE REF TO) IF_FDT_FUNCTION FDT: Function 20060104
2 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp 20060104

Method LOG_FUNCTION_START on class IF_FDT_TRACE_WRITE has no exception.

Method LOG_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IA_VALUE Call by reference Type reference (TYPE) ANY Information to be logged in Trace XML 20071015
2 Importing IV_ELEMENT_NAME Call by reference Type reference (TYPE) STRING Trace XML element name which encapsulates the information 20071015
3 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp 20071015

Method LOG_INFO on class IF_FDT_TRACE_WRITE has no exception.

Method LOG_ITERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EXPRESSION Call by reference Object reference (TYPE REF TO) IF_FDT_EXPRESSION FDT: Expression 20090424
2 Importing IV_ITERATION_ID Call by reference Type reference (TYPE) I Iteration index of a loop 20090424
3 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version) 20090424

Method LOG_ITERATION on class IF_FDT_TRACE_WRITE has no exception.

Method LOG_RESULT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_RESULT Call by reference Object reference (TYPE REF TO) IF_FDT_RESULT FDT: Result 20050912
2 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp 20060105

Method LOG_RESULT_DATA on class IF_FDT_TRACE_WRITE has no exception.

Method LOG_RULESET_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_RULESET Call by reference Object reference (TYPE REF TO) IF_FDT_RULESET FDT: Ruleset 20090525
2 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version, UTC) 20090525

Method LOG_RULESET_END on class IF_FDT_TRACE_WRITE has no exception.

Method LOG_RULESET_START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_RULESET Call by reference Object reference (TYPE REF TO) IF_FDT_RULESET FDT: Ruleset 20090525
2 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version, UTC) 20090525

Method LOG_RULESET_START on class IF_FDT_TRACE_WRITE has no exception.

Method LOG_RULESET_VAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITS_VARIABLES Call by reference Type reference (TYPE) IF_FDT_RULESET=>TS_VARIABLE Variables 20090625
2 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version, UTC) 20090625

Method LOG_RULESET_VAR on class IF_FDT_TRACE_WRITE has no exception.

Method LOG_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TEXT Call by reference Type reference (TYPE) CSEQUENCE Text 20050821
2 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp 20060105

Method LOG_TEXT on class IF_FDT_TRACE_WRITE has no exception.

Method POP_FUNCTION_ID Signature

Method POP_FUNCTION_ID on class IF_FDT_TRACE_WRITE has no parameter.
Method POP_FUNCTION_ID on class IF_FDT_TRACE_WRITE has no exception.

Method PUSH_FUNCTION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FUNCTION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Function ID 20061129

Method PUSH_FUNCTION_ID on class IF_FDT_TRACE_WRITE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in