SAP ABAP Class CL_SRAL_READER_BASE (Base class for SRAL reader implementations)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC-RAL (Application Component) Read Access Logging
     SREAD_ACCESS_LOG_MONITOR (Package) Read Access Logging: Monitor
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRAL_READER Read Access Logging: reader for log entries 20121213
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SRAL_READER_ARCHIVE read access logging: archive reader for log data 20121213
2 Inheritance (c INHERITING FROM c_ref)  CL_SRAL_READER_ARCHIVE_INDEX read access logging: archive reader for log data with index 20121214
3 Inheritance (c INHERITING FROM c_ref)  CL_SRAL_READER_BASE_ARCHIVE Base class for SRAL archive reader implementations 20131108
4 Inheritance (c INHERITING FROM c_ref)  CL_SRAL_READER_DATABASE read access logging: database reader for log data 20121213
5 Inheritance (c INHERITING FROM c_ref)  CL_SRAL_READER_EXP_DB read access logging: expanded database reader for log data 20130926
Properties
Class CL_SRAL_READER_BASE  
Short Description Base class for SRAL reader implementations    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SREAD_ACCESS_LOG_MONITOR   Read Access Logging: Monitor 
Created 20121213   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRAL_READER_BASE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRAL_READER Read Access Logging: reader for log entries 20121213
Friends
Class CL_SRAL_READER_BASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_LOG_PURPOSES Instance attribute Private Type reference (TYPE) SRAL_LOG_PURPOSE_LIST 20121220
2 MT_RESULT_LIST Instance attribute Protected Type reference (TYPE) SRAL_READER_RESULT_LIST 20121213
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_RANGES Instance method Protected Method 20121214
2 BUILD_RESULT Instance method Protected Method 20121217
3 GET_SEARCH_VALUES_FOR_PURPOSE Instance method Protected Method 20121217
4 GET_SEARCH_VALUE_FOR_TIMESTMP Instance method Protected Method 20121217
Events
Class CL_SRAL_READER_BASE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTR_APPL_COMP Protected See coding 20121213 ttr_appl_comp type range of sral_appl_comp
2 TTR_CHANNEL_ID Protected See coding 20121213 ttr_channel_id type range of sral_channel_id
3 TTR_CORR_ID Protected See coding 20121213 ttr_corr_id type range of sral_corr_id
4 TTR_CREATED_AT Protected See coding 20121213 ttr_created_at type range of sral_created_at
5 TTR_DIRECTION Protected See coding 20121213 ttr_direction type range of sral_direction
6 TTR_LOG_DOM Protected See coding 20121213 ttr_log_dom type range of sral_log_domain
7 TTR_LOG_DOM_SWC Protected See coding 20121213 ttr_log_dom_swc type range of sral_sw_comp
8 TTR_LOG_ID Protected See coding 20121213 ttr_log_id type range of sral_log_id
9 TTR_PURPOSE Protected See coding 20121213 ttr_purpose type range of sral_log_purpose
10 TTR_READ_INFO Protected See coding 20121213 ttr_read_info type range of sral_read_info
11 TTR_READ_STATUS Protected See coding 20121213 ttr_read_status type range of sral_read_status
12 TTR_REMOTE_IP Protected See coding 20121213 ttr_remote_ip type range of sral_ip_address
13 TTR_SOURCE_CLIENT Protected See coding 20130918 ttr_source_client type range of MANDT
14 TTR_SOURCE_SYSID Protected See coding 20130918 ttr_source_sysid type range of SYSID
15 TTR_SW_COMP Protected See coding 20121213 ttr_sw_comp type range of sral_sw_comp
16 TTR_USERNAME Protected See coding 20121213 ttr_username type range of uname
17 TTR_VALUE Protected See coding 20121213 ttr_value type range of SRAL_CHAR_DATA
Method Signatures

Method BUILD_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTR_APPL_COMP Call by reference Type reference (TYPE) TTR_APPL_COMP 20121214
2 Changing CTR_CHANNEL_ID Call by reference Type reference (TYPE) TTR_CHANNEL_ID 20121214
3 Changing CTR_CORR_ID Call by reference Type reference (TYPE) TTR_CORR_ID 20121214
4 Changing CTR_CREATED_AT Call by reference Type reference (TYPE) TTR_CREATED_AT 20121214
5 Changing CTR_DIRECTION Call by reference Type reference (TYPE) TTR_DIRECTION 20121214
6 Changing CTR_LOG_DOM Call by reference Type reference (TYPE) TTR_LOG_DOM 20121214
7 Changing CTR_LOG_DOM_SWC Call by reference Type reference (TYPE) TTR_LOG_DOM_SWC 20121214
8 Changing CTR_LOG_ID Call by reference Type reference (TYPE) TTR_LOG_ID 20121214
9 Changing CTR_PURPOSE Call by reference Type reference (TYPE) TTR_PURPOSE 20121214
10 Changing CTR_READ_INFO Call by reference Type reference (TYPE) TTR_READ_INFO 20121214
11 Changing CTR_READ_STATUS Call by reference Type reference (TYPE) TTR_READ_STATUS 20121214
12 Changing CTR_REMOTE_IP Call by reference Type reference (TYPE) TTR_REMOTE_IP 20121214
13 Changing CTR_SOURCE_CLIENT Call by reference Type reference (TYPE) TTR_SOURCE_CLIENT 20130918
14 Changing CTR_SOURCE_SYSID Call by reference Type reference (TYPE) TTR_SOURCE_SYSID 20130918
15 Changing CTR_SW_COMP Call by reference Type reference (TYPE) TTR_SW_COMP 20121214
16 Changing CTR_USERNAME Call by reference Type reference (TYPE) TTR_USERNAME 20121214
17 Changing CTR_VALUE Call by reference Type reference (TYPE) TTR_VALUE 20121214
18 Importing IT_SEARCH_ATTRIBUTES Call by reference Type reference (TYPE) SRAL_AD_SEARCH_ATTRIBUTE_T 20121214
19 Importing IV_LOCAL_TIMEZONE Call by reference Type reference (TYPE) BOOLEAN 20121214

Method BUILD_RANGES on class CL_SRAL_READER_BASE has no exception.

Method BUILD_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT Call by reference Type reference (TYPE) SRAL_READER_RESULT_LIST 20121217
2 Importing IT_DATA Call by reference Type reference (TYPE) SRAL_DATA_LIST 20121217
3 Importing IT_ENV Call by reference Type reference (TYPE) SRAL_LOG_ENV_LIST 20121217
4 Importing IT_LOG Call by reference Type reference (TYPE) SRAL_LOG_LIST 20121217
5 Importing IV_LOCAL_TIMEZONE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20130820

Method BUILD_RESULT on class CL_SRAL_READER_BASE has no exception.

Method GET_SEARCH_VALUES_FOR_PURPOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SEARCH_PARAMETER_VALUES Call by reference Type reference (TYPE) SRAL_AD_SEARCH_PARAM_VALUES 20121217
# Exception Resumable Description Created on
1 CX_SRAL 20121217

Method GET_SEARCH_VALUE_FOR_TIMESTMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SEARCH_PARAMETER_VALUES Call by reference Type reference (TYPE) SRAL_AD_SEARCH_PARAM_VALUES 20121217
# Exception Resumable Description Created on
1 CX_SRAL 20121217
History
Last changed by/on SAP  20130531 
SAP Release Created in 740