SAP ABAP Class IF_SRAL_RT_BASE (Read access logging runtime base inteface)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRAL_RT_BASE Read Access Logging: Runtime Base Class 20130708
Properties
Class IF_SRAL_RT_BASE  
Short Description Read access logging runtime base inteface    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130705   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SRAL_RT_BASE has no forward declaration.
Interfaces
Class IF_SRAL_RT_BASE has no interface implemented.
Friends
Class IF_SRAL_RT_BASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_IO_TYPE_BOTH Constant Public Type reference (TYPE) SRAL_FIELD_IO_TYPE '*' 20130715
2 CO_IO_TYPE_INPUT Constant Public Type reference (TYPE) SRAL_FIELD_IO_TYPE 'I' 20130715
3 CO_IO_TYPE_OUTPUT Constant Public Type reference (TYPE) SRAL_FIELD_IO_TYPE 'O' 20130715
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_LOG_DATA Instance method Public Method 20130705
2 GET_FIELDS Instance method Public Method 20130709
3 GET_LOG_DATA Instance method Public Method 20130705
Events
Class IF_SRAL_RT_BASE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_FIELD_GENERIC Public See coding 20130711 begin of ts_field_generic, path type sral_string, property type sral_string, end of ts_field_generic
2 TS_RT_FIELD_GENERIC Public See coding 20130711 begin of ts_rt_field_generic, field_id type sral_field_id, field_name type sral_data_name, io_type type sral_field_io_type, values type sral_table_values. include type ts_field_generic. types: end of ts_rt_field_generic
3 TS_RT_LOG_FIELD_GENERIC Public See coding 20130711 begin of ts_rt_log_field_generic. include type sral_rt_field. include type sral_field_type_info. include type ts_field_generic. types: end of ts_rt_log_field_generic
4 TS_SRAL_RT_CONFIG_GENERIC Public See coding 20130711 begin of ts_sral_rt_config_generic, condition_list type sral_rp_cond_field_list, log_group_list type sral_rt_lg_cond_list, field_list type tt_rt_log_field_generic, config_header type sral_rt_config_header, log_env type sral_rt_log_environment_list, business_context_list type sral_bctx_field_list, end of ts_sral_rt_config_generic
5 TT_RT_FIELD_GENERIC Public See coding 20130711 tt_rt_field_generic type standard table of ts_rt_field_generic with default key
6 TT_RT_LOG_FIELD_GENERIC Public See coding 20130711 tt_rt_log_field_generic type standard table of ts_rt_log_field_generic with default key
Method Signatures

Method CREATE_LOG_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELDS Call by reference Type reference (TYPE) TT_RT_FIELD_GENERIC 20130709
# Exception Resumable Description Created on
1 CX_SRAL 20130705

Method GET_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELDS Value transfer Type reference (TYPE) TT_RT_FIELD_GENERIC 20130709
# Exception Resumable Description Created on
1 CX_SRAL 20130709

Method GET_LOG_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LOG_DATA Call by reference Type reference (TYPE) SRAL_LOG_LIST 20130705

Method GET_LOG_DATA on class IF_SRAL_RT_BASE has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in