SAP ABAP Interface IF_SRAL_RT_BASE (Read access logging runtime base inteface)
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 - 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
| Interface | IF_SRAL_RT_BASE | |
| Short Description | Read access logging runtime base inteface |
General Data
| Package | SREAD_ACCESS_LOG_CORE | Read Access Logging: Core Framework |
| Created | 20130705 | SAP |
| Last changed | 20141121 | |
| Unicode checks active |
Forward declarations
Interface IF_SRAL_RT_BASE has no forward declaration.
Interfaces
Interface IF_SRAL_RT_BASE has no interface.
Friends
Interface IF_SRAL_RT_BASE has no friend.
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 | Instance method | Public | Method | 20130705 | ||
| 2 | Instance method | Public | Method | 20130709 | ||
| 3 | Instance method | Public | Method | 20130705 |
Events
Interface 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 | IT_FIELDS | Call by reference | Type reference (TYPE) | TT_RT_FIELD_GENERIC | 20130709 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130705 |
Method GET_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FIELDS | Value transfer | Type reference (TYPE) | TT_RT_FIELD_GENERIC | 20130709 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130709 |
Method GET_LOG_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LOG_DATA | Call by reference | Type reference (TYPE) | SRAL_LOG_LIST | 20130705 |
Method GET_LOG_DATA on Interface IF_SRAL_RT_BASE has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |