SAP ABAP Data Element BRF_TRACE_CLASS (Name of Trace Class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BRF (Application Component) Business Rule Framework
     SBRF (Package) Business Rule Framework
Basic Data
Data Element BRF_TRACE_CLASS
Short Description Name of Trace Class  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SEOCLSNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 TraceClass 
Medium 15 Trace Class 
Long 20 Trace Class 
Heading 30 Name of Trace Class 
Documentation

Definition

Indicates which class implements the trace function of the Business Rule Framework (BRF).

Use

By specifying the trace class, you inform the BRF which concrete class performs handling and storing of traces.

You have two options:

  • You do not have to specify any trace classes. In this case, class CL_TRACE_BRF is used by default.
  • You can enter your own class if you need a trace behavior that is not provided by trace class CL_TRACE_BRF.

Dependencies

The trace class must implement the ABAP interface IF_TRACE_BRF. If you specify a class that does not implement the interface IF_TRACE_BRF, an error message is output.

You can configure a maximum of one trace class per BRF application class.

Example

You can use standard class CL_TRACE_BRF as an example and template for your own trace classes.

History
Last changed by/on SAP  20110908 
SAP Release Created in 700