SAP ABAP Class CL_SRAL_CONFIG_FACTORY (RAL: factory class for configuration)
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
⤷
⤷
Properties
| Class | CL_SRAL_CONFIG_FACTORY | |
| Short Description | RAL: factory class for configuration | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SREAD_ACCESS_LOG_CORE | Read Access Logging: Core Framework |
| Created | 20120315 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SRAL_CONFIG_FACTORY has no interface implemented.
Friends
Class CL_SRAL_CONFIG_FACTORY has no friend class.
Attributes
Class CL_SRAL_CONFIG_FACTORY has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Creates configuration for Web Services | 20120409 | |
| 2 | Static method | Public | Method | Creates new log domain | 20120425 | |
| 3 | Static method | Public | Method | Create Log Purpose | 20120903 | |
| 4 | Static method | Public | Method | Checks if configuration exists by Config ID and Channel ID | 20120409 | |
| 5 | Static method | Public | Method | Checks if configuration exists by Config ID and Channel ID | 20120403 | |
| 6 | Static method | Public | Method | Get Channel Info Provider | 20120408 | |
| 7 | Static method | Public | Method | Lists configuration for given channel | 20120404 | |
| 8 | Static method | Public | Method | Lists log domains | 20120425 | |
| 9 | Static method | Public | Method | Lists Logging Purposes | 20120823 | |
| 10 | Static method | Public | Method | Lists configuration for given channel | 20120408 | |
| 11 | Static method | Public | Method | Opens Config by Configuration ID and Channel ID | 20120403 | |
| 12 | Static method | Public | Method | Open Log Domain | 20120509 | |
| 13 | Static method | Public | Method | 20121130 | ||
| 14 | Static method | Public | Method | Checks if configuration exists by Config ID and Channel ID | 20120503 | |
| 15 | Static method | Public | Method | Remove Log Domain | 20120509 | |
| 16 | Static method | Public | Method | Remove Log Purpose | 20120910 |
Events
Class CL_SRAL_CONFIG_FACTORY has no event.
Types
Class CL_SRAL_CONFIG_FACTORY has no local type.
Method Signatures
Method CREATE_CONFIG_FOR_CHANNEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANNEL_ID | Call by reference | Type reference (TYPE) | SRAL_CHANNEL_ID | RAL: Channel ID | 20120409 | |||
| 2 | I_CONFIG_KEY | Call by reference | Type reference (TYPE) | ANY | 20120409 | ||||
| 3 | R_CONFIG | Value transfer | Object reference (TYPE REF TO) | CL_SRAL_CONFIG | Read Access Logging: Config Base Class | 20120409 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120409 |
Method CREATE_LOG_DOMAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | SRAL_LOG_FIELD_ALIAS | Read Access Logging: Log Field Alias | 20120425 | |||
| 2 | I_SW_COMP | Call by reference | Type reference (TYPE) | DLVUNIT | Software Component | 20120425 | |||
| 3 | R_LOG_DOMAIN | Value transfer | Object reference (TYPE REF TO) | IF_SRAL_LOG_DOMAIN | Read Access Logging: Log Domain | 20120425 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120425 |
Method CREATE_LOG_PURPOSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DESCRIPTION | Call by reference | Type reference (TYPE) | SRAL_DESCR | RAL: Description | 20120903 | |||
| 2 | I_PURPOSE_ID | Call by reference | Type reference (TYPE) | SRAL_LOG_PURPOSE | RAL: Purpose | 20120903 | |||
| 3 | I_PURPOSE_NAME | Call by reference | Type reference (TYPE) | SRAL_LOG_PURPOSE_NAME | RAL: Log Purpose Name | 20120903 | |||
| 4 | R_PURPOSE | Value transfer | Object reference (TYPE REF TO) | IF_SRAL_PURPOSE | Read Access Logging: Purpose | 20130208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120903 |
Method EXISTS_CONFIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_CONFIG_ID_LIST | Call by reference | Type reference (TYPE) | SRAL_CONFIG_ID_STATE_LIST | RAL: list of config ids with state | 20130117 | |||
| 2 | E_EXISTS | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20130117 | |||
| 3 | I_CHANNEL_ID | Call by reference | Type reference (TYPE) | SRAL_CHANNEL_ID | RAL: Channel ID | 20120409 | |||
| 4 | I_CONFIG_KEY | Call by reference | Type reference (TYPE) | ANY | Read Access Logging: Log Configuration ID | 20120409 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120409 |
Method EXISTS_CONFIG_BY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANNEL_ID | Call by reference | Type reference (TYPE) | SRAL_CHANNEL_ID | RAL: Channel ID | 20120403 | |||
| 2 | I_CONFIG_ID | Call by reference | Type reference (TYPE) | SRAL_CONFIG_ID | Read Access Logging: Log Configuration ID | 20120403 | |||
| 3 | R_EXISTS | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20120403 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120403 |
Method GET_CHANNEL_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANNEL_ID | Call by reference | Type reference (TYPE) | SRAL_CHANNEL_ID | RAL: Channel ID | 20120408 | |||
| 2 | R_CHANNEL_INFO | Value transfer | Object reference (TYPE REF TO) | IF_SRAL_CONFIG_CHANNEL_INFO | Read Access Logging: Channel Info | 20120408 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120408 |
Method LIST_CONFIGS_FOR_CHANNEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANNEL_ID | Call by reference | Type reference (TYPE) | SRAL_CHANNEL_ID | RAL: Channel ID | 20120404 | |||
| 2 | I_MAX_HITS | Call by reference | Type reference (TYPE) | SRAL_AD_SEARCH_NUM_MAX_HITS | RAL: Advanced Search Maximum Number of Hits | 20120408 | |||
| 3 | I_SEARCH_ATTR | Call by reference | Type reference (TYPE) | SRAL_AD_SEARCH_ATTRIBUTE_T | RAL: Advanced Search Attributes | 20120404 | |||
| 4 | I_TIME_ZONE | Call by reference | Type reference (TYPE) | TZNZONE | Time Zone | 20121217 | |||
| 5 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SRAL_CONFIG_SEARCH_RESULT | Read Access Logging: Config Search Result | 20120408 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120404 |
Method LIST_LOG_DOMAINS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_LOG_DOMAIN_LIST | Call by reference | Type reference (TYPE) | SRAL_LOG_DOMAIN_LIST | Read Access Logging: Log Domain List | 20120425 | |||
| 2 | I_MAX_HITS | Call by reference | Type reference (TYPE) | SRAL_AD_SEARCH_NUM_MAX_HITS | RAL: Advanced Search Maximum Number of Hits | 20120425 | |||
| 3 | I_SEARCH_ATTRIBUTES | Call by reference | Type reference (TYPE) | SRAL_AD_SEARCH_ATTRIBUTE_T | RAL: Advanced Search Attributes | 20120425 | |||
| 4 | I_TIME_ZONE | Call by reference | Type reference (TYPE) | TZNZONE | Time Zone | 20121217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20130412 |
Method LIST_LOG_PURPOSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_LOG_PURPOSE_LIST | Call by reference | Type reference (TYPE) | SRAL_LOG_PURPOSE_LIST | SRAL: List or purposes | 20120823 | |||
| 2 | I_MAX_HITS | Call by reference | Type reference (TYPE) | SRAL_AD_SEARCH_NUM_MAX_HITS | RAL: Advanced Search Maximum Number of Hits | 20130129 | |||
| 3 | I_SEARCH_ATTRIBUTES | Call by reference | Type reference (TYPE) | SRAL_AD_SEARCH_ATTRIBUTE_T | RAL: Advanced Search Attributes | 20120823 | |||
| 4 | I_TIME_ZONE | Call by reference | Type reference (TYPE) | TZNZONE | Time Zone | 20121217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20121219 |
Method LIST_OBJECTS_FOR_CHANNEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANNEL_ID | Call by reference | Type reference (TYPE) | SRAL_CHANNEL_ID | RAL: Channel ID | 20120408 | |||
| 2 | I_MAX_HITS | Call by reference | Type reference (TYPE) | SRAL_AD_SEARCH_NUM_MAX_HITS | RAL: Advanced Search Maximum Number of Hits | 20120408 | |||
| 3 | I_SEARCH_ATTR | Call by reference | Type reference (TYPE) | SRAL_AD_SEARCH_ATTRIBUTE_T | RAL: Advanced Search Attributes | 20120408 | |||
| 4 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SRAL_CONFIG_SEARCH_RESULT | Read Access Logging: Config Search Result | 20120408 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120408 |
Method OPEN_CONFIG_BY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANNEL_ID | Call by reference | Type reference (TYPE) | SRAL_CHANNEL_ID | RAL: Channel ID | 20120403 | |||
| 2 | I_CONFIG_ID | Call by reference | Type reference (TYPE) | SRAL_CONFIG_ID | Read Access Logging: Log Configuration ID | 20120403 | |||
| 3 | R_CONFIG | Value transfer | Object reference (TYPE REF TO) | CL_SRAL_CONFIG | Read Access Logging: Config Base Class | 20120403 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120403 |
Method OPEN_LOG_DOMAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EDIT_MODE | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Boolean Variable (X=True, -=False, Space=Unknown) | 20121120 | ||
| 2 | I_NAME | Call by reference | Type reference (TYPE) | SRAL_LOG_FIELD_ALIAS | Read Access Logging: Log Domain | 20120509 | |||
| 3 | I_SW_COMP | Call by reference | Type reference (TYPE) | DLVUNIT | Software Component | 20120509 | |||
| 4 | R_LOG_DOMAIN | Value transfer | Object reference (TYPE REF TO) | IF_SRAL_LOG_DOMAIN | Read Access Logging: Log Domain | 20120509 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120509 |
Method OPEN_PURPOSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EDIT_MODE | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20121130 | |||
| 2 | I_ID | Call by reference | Type reference (TYPE) | SRAL_LOG_PURPOSE | Single-Character Flag | 20121130 | |||
| 3 | I_NAME | Call by reference | Type reference (TYPE) | SRAL_LOG_PURPOSE_NAME | Single-Character Flag | 20121130 | |||
| 4 | R_PURPOSE | Value transfer | Object reference (TYPE REF TO) | IF_SRAL_PURPOSE | Read Access Logging: Purpose | 20121130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20121130 |
Method REMOVE_CONFIG_BY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANNEL_ID | Call by reference | Type reference (TYPE) | SRAL_CHANNEL_ID | RAL: Channel ID | 20120503 | |||
| 2 | I_CONFIG_ID | Call by reference | Type reference (TYPE) | SRAL_CONFIG_ID | Read Access Logging: Log Configuration ID | 20120503 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120503 |
Method REMOVE_LOG_DOMAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | SRAL_LOG_FIELD_ALIAS | Read Access Logging: Log Domain | 20120509 | |||
| 2 | I_SW_COMP | Call by reference | Type reference (TYPE) | DLVUNIT | Software Component | 20120509 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120509 |
Method REMOVE_LOG_PURPOSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PURPOSE_ID | Call by reference | Type reference (TYPE) | SRAL_LOG_PURPOSE | RAL: Purpose | 20120910 | |||
| 2 | I_PURPOSE_NAME | Call by reference | Type reference (TYPE) | SRAL_LOG_PURPOSE_NAME | RAL: Log Purpose Name | 20130208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120910 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 732 |