SAP ABAP Class CL_SRAL_RT_BASE (Read Access Logging: Runtime Base Class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC-RAL (Application Component) Read Access Logging
     SREAD_ACCESS_LOG_CORE (Package) Read Access Logging: Core Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRAL_RT_BASE Read access logging runtime base inteface 20130708
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SRAL_RT_BASE_INT RAL: Runtime Base Class for legacy channel implementations 20130711
2 Inheritance (c INHERITING FROM c_ref)  CL_SRAL_RT_DEMO_CHANNEL RAL runtime for Demo channel 20130709
Properties
Class CL_SRAL_RT_BASE  
Short Description Read Access Logging: Runtime Base Class    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SREAD_ACCESS_LOG_CORE   Read Access Logging: Core Framework 
Created 20120502   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 TSRAL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRAL_RT_BASE Read access logging runtime base inteface 20130708
Friends
Class CL_SRAL_RT_BASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_CONFIG_GENERIC Instance attribute Protected Type reference (TYPE) IF_SRAL_RT_BASE=>TS_SRAL_RT_CONFIG_GENERIC 20130712
2 MT_FIELD_DATA Instance attribute Protected Type reference (TYPE) IF_SRAL_RT_BASE=>TT_RT_FIELD_GENERIC 20130709
3 MT_LOG_CONTEXT Instance attribute Protected Type reference (TYPE) TT_LOG_CONTEXT 20130314
4 MT_LOG_DATA Instance attribute Protected Type reference (TYPE) SRAL_LOG_LIST 20130708
5 MT_RULE_PROCESSOR_FIELDS Instance attribute Protected Type reference (TYPE) SRAL_RP_FIELD_LIST 20130712
6 MV_CHANNEL_ID Instance attribute Protected Type reference (TYPE) SRAL_CHANNEL_ID 20130712
7 MV_CONFIG_XML Instance attribute Protected Type reference (TYPE) SRAL_RULE_DATA 20130712
8 MV_CORRELATION_ID Instance attribute Protected Type reference (TYPE) SRAL_CORR_ID 20130712
Methods
# Method Level Visibility Method type Description Created on
1 COMPARE_RULE_PROCESSOR_LIST Instance method Protected Method 20130312
2 COMPARE_RULE_PROCESSOR_VALUES Instance method Protected Method 20130312
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR (Loads RAL runtime configuration) 20120502
4 CREATE_RULE_PROCESSOR_DATA Instance method Protected Method 20130712
5 INIT_FIELD_DATA Instance method Private Method 20130712
6 INIT_LOG_CONTEXT Instance method Protected Method 20130314
7 PROCESS_GENERIC Instance method Protected Method 20121122
8 PROCESS_SY_FIELDS Instance method Private Method 20130325
Events
Class CL_SRAL_RT_BASE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_LOG_CONTEXT Protected See coding 20130314 begin of ts_log_context, log_context_name type sral_business_context, field_id type sral_field_id, values type sral_single_value_t, io_type type sral_field_io_type, end of ts_log_context
2 TT_FIELD_ID Private See coding 20130325 tt_field_id type standard table of sral_field_id
3 TT_LOG_CONTEXT Protected See coding 20130314 tt_log_context type standard table of ts_log_context
Method Signatures

Method COMPARE_RULE_PROCESSOR_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RP_LIST1 Call by reference Type reference (TYPE) SRAL_RP_FIELD_LIST 20130312
2 Importing IT_RP_LIST2 Call by reference Type reference (TYPE) SRAL_RP_FIELD_LIST 20130312
3 Returning RV_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL 20130312

Method COMPARE_RULE_PROCESSOR_LIST on class CL_SRAL_RT_BASE has no exception.

Method COMPARE_RULE_PROCESSOR_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VALUE1 Call by reference Type reference (TYPE) SRAL_TABLE_VALUES 20130312
2 Importing IT_VALUE2 Call by reference Type reference (TYPE) SRAL_TABLE_VALUES 20130312
3 Returning RV_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL 20130312

Method COMPARE_RULE_PROCESSOR_VALUES on class CL_SRAL_RT_BASE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANNEL_ID Call by reference Type reference (TYPE) SRAL_CHANNEL_ID RAL: Channel ID 20120502
2 Importing I_CONFIG_CONTENT_XML Call by reference Type reference (TYPE) SRAL_RULE_DATA Read Access Logging: Rule Data 20120831
# Exception Resumable Description Created on
1 CX_SRAL RAL: Exception 20120502

Method CREATE_RULE_PROCESSOR_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RP_FIELD Call by reference Type reference (TYPE) SRAL_RP_FIELD_LIST 20130712
2 Importing IT_FIELD Call by reference Type reference (TYPE) IF_SRAL_RT_BASE=>TT_RT_FIELD_GENERIC 20130712

Method CREATE_RULE_PROCESSOR_DATA on class CL_SRAL_RT_BASE has no exception.

Method INIT_FIELD_DATA Signature

Method INIT_FIELD_DATA on class CL_SRAL_RT_BASE has no parameter.
Method INIT_FIELD_DATA on class CL_SRAL_RT_BASE has no exception.

Method INIT_LOG_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LOG_CONTEXT Call by reference Type reference (TYPE) SRAL_BCTX_FIELD_LIST 20130314

Method INIT_LOG_CONTEXT on class CL_SRAL_RT_BASE has no exception.

Method PROCESS_GENERIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_WRITER_LOG_DATA Value transfer Type reference (TYPE) SRAL_WRITER_LOG_DATA 20121122
# Exception Resumable Description Created on
1 CX_SRAL 20121122

Method PROCESS_SY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELD_ID Call by reference Type reference (TYPE) TT_FIELD_ID 20130325
2 Changing CT_RP_FIELD Call by reference Type reference (TYPE) SRAL_RP_FIELD_LIST 20130325
3 Importing IT_FIELD Call by reference Type reference (TYPE) IF_SRAL_RT_BASE=>TT_RT_LOG_FIELD_GENERIC 20130325
# Exception Resumable Description Created on
1 CX_SRAL 20130325
History
Last changed by/on SAP  20141121 
SAP Release Created in 732