SAP ABAP Class CL_FDT_TRACE_STACK (Stack of traces used in the debugger)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_DEBUGGER (Package) BRFplus: Debugger
Properties
Class CL_FDT_TRACE_STACK  
Short Description Stack of traces used in the debugger    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_DEBUGGER   BRFplus: Debugger 
Created 20120821   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_FDT_TRACE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FDT_TRACE_STACK has no interface implemented.
Friends
Class CL_FDT_TRACE_STACK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_TRACE Instance attribute Private See coding Stack of trace instances 20120821
2 MV_FUNCTION_ID Instance attribute Private Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20120821
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Add a new trace instance to the stack 20120821
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120821
3 READ Instance method Public Method Read traced data 20120821
4 REMOVE Instance method Public Method Remove trace instance from stack 20120822
Events
Class CL_FDT_TRACE_STACK has no event.
Types
Class CL_FDT_TRACE_STACK has no local type.
Method Signatures

Method ADD 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 FDT: Trace 20120821

Method ADD on class CL_FDT_TRACE_STACK has no exception.

Method CONSTRUCTOR 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 Universal Unique Identifier 20120821

Method CONSTRUCTOR on class CL_FDT_TRACE_STACK has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_TRACE Call by reference Type reference (TYPE) IF_FDT_TRACE=>TS_TRACE Trace entries 20130220
2 Importing IV_FROM_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMPL UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20120821

Method READ on class CL_FDT_TRACE_STACK has no exception.

Method REMOVE 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 FDT: Trace 20120822

Method REMOVE on class CL_FDT_TRACE_STACK has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740