SAP ABAP Class CL_CRM_BOL_RELATION_TRACE (Traces used BOL relations)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-WST (Application Component) Web Services Tool
     CRM_BOL_FILTER (Package) Filter Programs on BOL entities
Properties
Class CL_CRM_BOL_RELATION_TRACE  
Short Description Traces used BOL relations    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BOL_FILTER   Filter Programs on BOL entities 
Created 20080131   SAP 
Last change 20100303   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CRM_BOL_RELATION_TRACE has no forward declaration.
Interfaces
Class CL_CRM_BOL_RELATION_TRACE has no interface implemented.
Friends
Class CL_CRM_BOL_RELATION_TRACE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_SELF Static Attribute Private Object reference (TYPE REF TO) CL_CRM_BOL_RELATION_TRACE Traces used BOL relations 20080131
2 GT_RELATIONS Instance attribute Private Type reference (TYPE) LTY_RELATION_T 20080131
3 GV_COMPONENT Instance attribute Private Type reference (TYPE) BSP_WD_COMPONENT_NAME Component Name 20080131
4 GV_HASH Instance attribute Private Type reference (TYPE) CRMD_BOL_TRACE-HASH Generated key of the trace 20080131
5 GV_WINDOW Instance attribute Private Type reference (TYPE) CRMT_UI_INTERFACE_VIEW1 Interface View 20080131
Methods
# Method Level Visibility Method type Description Created on
1 ADD_RELATION Instance method Public Method Add a relation to the trace 20080131
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080131
3 EH_ONSESSIONEXIT Instance method Private Event handling method Flush buffer before session is closed 20080131
4 EH_ONTRACEACTIVATED Instance method Private Event handling method 20080131
5 FLUSH_BUFFER Instance method Private Method Stores the new relations to database table 20080131
6 GET_INSTANCE Static method Public Method Returns the singleton instance 20080131
7 READ_RELATIONS Instance method Private Method Read the known relations from database 20080131
Events
Class CL_CRM_BOL_RELATION_TRACE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_RELATION Private See coding 20080131 BEGIN OF lty_relation, relation_name TYPE crmt_relation_name, new TYPE boolean, END OF lty_relation
2 LTY_RELATION_T Private See coding 20080131 lty_relation_t TYPE SORTED TABLE OF lty_relation WITH UNIQUE KEY relation_name
Method Signatures

Method ADD_RELATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RELATION_NAME Call by reference Type reference (TYPE) CRMT_RELATION_NAME 20080131

Method ADD_RELATION on class CL_CRM_BOL_RELATION_TRACE has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_CRM_BOL_RELATION_TRACE has no parameter.
Method CONSTRUCTOR on class CL_CRM_BOL_RELATION_TRACE has no exception.

Method EH_ONSESSIONEXIT Signature

Method EH_ONSESSIONEXIT on class CL_CRM_BOL_RELATION_TRACE has no parameter.
Method EH_ONSESSIONEXIT on class CL_CRM_BOL_RELATION_TRACE has no exception.

Method EH_ONTRACEACTIVATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT Value transfer Attribute reference (LIKE) 20080208
2 Importing INBOUND_PLUG Value transfer Attribute reference (LIKE) 20080208
3 Importing INTERFACE_VIEW Value transfer Attribute reference (LIKE) 20080208

Method EH_ONTRACEACTIVATED on class CL_CRM_BOL_RELATION_TRACE has no exception.

Method FLUSH_BUFFER Signature

Method FLUSH_BUFFER on class CL_CRM_BOL_RELATION_TRACE has no parameter.
Method FLUSH_BUFFER on class CL_CRM_BOL_RELATION_TRACE has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_INSTANCE Value transfer Object reference (TYPE REF TO) CL_CRM_BOL_RELATION_TRACE 20080131

Method GET_INSTANCE on class CL_CRM_BOL_RELATION_TRACE has no exception.

Method READ_RELATIONS Signature

Method READ_RELATIONS on class CL_CRM_BOL_RELATION_TRACE has no parameter.
Method READ_RELATIONS on class CL_CRM_BOL_RELATION_TRACE has no exception.
History
Last changed by/on SAP  20100303 
SAP Release Created in 700