SAP ABAP Class IF_SRAL_ELOG_READER (Read Access Log: reader for error / action log)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SRAL_ELOG_READER_EXTD Read Access Log: extended reader for error / action log 20130606
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRAL_ELOG_READER_BASE Base class for SRAL elog reader implementations 20130214
Properties
Class IF_SRAL_ELOG_READER  
Short Description Read Access Log: reader for error / action log    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130214   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SRAL_ELOG_READER has no forward declaration.
Interfaces
Class IF_SRAL_ELOG_READER has no interface implemented.
Friends
Class IF_SRAL_ELOG_READER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ATTR_NAME_ARCH_NAME Constant Public Type reference (TYPE) SRAL_DESCRIPTION 'ARCH_NAME' 20130214
2 GC_ATTR_NAME_CREATED_AT Constant Public Type reference (TYPE) SRAL_DESCRIPTION 'CREATED_AT' 20130214
3 GC_ATTR_NAME_TYPE Constant Public Type reference (TYPE) SRAL_DESCRIPTION 'TYPE' 20130218
4 GC_ATTR_NAME_USERNAME Constant Public Type reference (TYPE) SRAL_DESCRIPTION 'USERNAME' 20130214
Methods
# Method Level Visibility Method type Description Created on
1 GET_RESULT Instance method Public Method 20130215
2 GET_SEARCH_PARAMETERS Instance method Public Method 20130214
3 LIST_LOG_ENTRIES Instance method Public Method 20130215
Events
Class IF_SRAL_ELOG_READER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ELOG_READER_RESULT Public See coding 20130215 begin of ts_elog_reader_result. include type sral_elog. types end of ts_elog_reader_result
2 TT_ELOG_READER_RESULT Public See coding 20130215 tt_elog_reader_result type standard table of ts_elog_reader_result
Method Signatures

Method GET_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) TT_ELOG_READER_RESULT 20130215

Method GET_RESULT on class IF_SRAL_ELOG_READER has no exception.

Method GET_SEARCH_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SEARCH_PARAMETERS Call by reference Type reference (TYPE) SRAL_AD_SEARCH_PARAMETER_T 20130214
2 Exporting ET_SEARCH_PARAMETER_DFLT Call by reference Type reference (TYPE) SRAL_AD_SEARCH_PARAM_DFLT_T RAL: Advanced search parameter default value list 20130325
3 Exporting ET_SEARCH_PARAMETER_VALUES Call by reference Type reference (TYPE) SRAL_AD_SEARCH_PARAM_VALUES 20130214
# Exception Resumable Description Created on
1 CX_SRAL 20130214

Method LIST_LOG_ENTRIES 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) TT_ELOG_READER_RESULT 20130215
2 Importing IT_SEARCH_ATTRIBUTES Call by reference Type reference (TYPE) SRAL_AD_SEARCH_ATTRIBUTE_T 20130215
3 Importing IV_LOCAL_TIMEZONE Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE 20130215
4 Importing IV_MAX_HITS Call by reference Type reference (TYPE) SRAL_AD_SEARCH_NUM_MAX_HITS 20130215
# Exception Resumable Description Created on
1 CX_SRAL 20130215
History
Last changed by/on SAP  20140121 
SAP Release Created in