SAP ABAP Class CL_LRM_RE_CONNECTOR (Rule Engine Connection Including Switch)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ILM-IRM-RT (Application Component) IRM Run Time
     S_LRM_OBJ_CAT_INDEPENDENT (Package) Information Retention Manager - Cross-Object Category
Properties
Class CL_LRM_RE_CONNECTOR  
Short Description Rule Engine Connection Including Switch    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_LRM_OBJ_CAT_INDEPENDENT   Information Retention Manager - Cross-Object Category 
Created 20080630   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_LRM_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_LRM_RE_CONNECTOR has no interface implemented.
Friends
Class CL_LRM_RE_CONNECTOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_BUFFER_CLASSNAME Static Attribute Private Type reference (TYPE) TY_T_BUFFER_CLASSNAME 20080708
2 GT_BUFFER_RULE_SESSION Static Attribute Private Type reference (TYPE) TY_T_BUFFER_RULE_SESSION 20080708
Methods
# Method Level Visibility Method type Description Created on
1 GET_RULE_SESSION Static method Public Method Fetch Rule Session 20080701
2 GET_RULE_SESSION_CONNECTOR_CL Static method Private Method Determine Name of Rule Session Connector Class 20080701
Events
Class CL_LRM_RE_CONNECTOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_BUFFER_CLASSNAME Private See coding 20080708 BEGIN OF ty_s_buffer_classname, object_category TYPE lrm_object_category, object_type TYPE lrm_object_type, policy_category TYPE lrm_policy_category, user_name TYPE syuname, classname TYPE classname, END OF ty_s_buffer_classname
2 TY_S_BUFFER_RULE_SESSION Private See coding 20080708 BEGIN OF ty_s_buffer_rule_session, object_category TYPE lrm_object_category, object_type TYPE lrm_object_type, policy_category TYPE lrm_policy_category, user_name TYPE syuname, * classname type classname, policy_type TYPE lrm_policy_type, policy_origin TYPE lrm_policy_origin, rule_session TYPE REF TO if_lrm_rule_session, END OF ty_s_buffer_rule_session
3 TY_T_BUFFER_CLASSNAME Private See coding 20080708 ty_t_buffer_classname TYPE SORTED TABLE OF ty_s_buffer_classname WITH UNIQUE KEY object_category object_type policy_category user_name
4 TY_T_BUFFER_RULE_SESSION Private See coding 20080708 ty_t_buffer_rule_session TYPE SORTED TABLE OF ty_s_buffer_rule_session WITH UNIQUE KEY object_category object_type policy_category user_name
Method Signatures

Method GET_RULE_SESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_POLICY Call by reference Type reference (TYPE) IF_LRM_TYPES=>TY_S_POLICY_KEY Policy 20080708
2 Returning RO_RULE_SESSION Value transfer Object reference (TYPE REF TO) IF_LRM_RULE_SESSION Rule Session Implementierung 20080701

Method GET_RULE_SESSION on class CL_LRM_RE_CONNECTOR has no exception.

Method GET_RULE_SESSION_CONNECTOR_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20080708
2 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) LRM_OBJECT_TYPE Objekttypname 20080708
3 Importing IV_POLICY_CATEGORY Call by reference Type reference (TYPE) LRM_POLICY_CATEGORY Regelwerkkategorie 20080708
4 Importing IV_USER_NAME Call by reference Type reference (TYPE) SYST-UNAME SY-UNAME Benutzername 20080708
5 Returning RV_CLASSNAME Value transfer Type reference (TYPE) LRM_CL_RULE_SESSION_CONNECTOR IRM: Klassenname des Rule Session Konnektors 20080701

Method GET_RULE_SESSION_CONNECTOR_CL on class CL_LRM_RE_CONNECTOR has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 712