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 ABAP 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 CREATE_CONFIG_FOR_CHANNEL Static method Public Method Creates configuration for Web Services 20120409
2 CREATE_LOG_DOMAIN Static method Public Method Creates new log domain 20120425
3 CREATE_LOG_PURPOSE Static method Public Method Create Log Purpose 20120903
4 EXISTS_CONFIG Static method Public Method Checks if configuration exists by Config ID and Channel ID 20120409
5 EXISTS_CONFIG_BY_ID Static method Public Method Checks if configuration exists by Config ID and Channel ID 20120403
6 GET_CHANNEL_INFO Static method Public Method Get Channel Info Provider 20120408
7 LIST_CONFIGS_FOR_CHANNEL Static method Public Method Lists configuration for given channel 20120404
8 LIST_LOG_DOMAINS Static method Public Method Lists log domains 20120425
9 LIST_LOG_PURPOSES Static method Public Method Lists Logging Purposes 20120823
10 LIST_OBJECTS_FOR_CHANNEL Static method Public Method Lists configuration for given channel 20120408
11 OPEN_CONFIG_BY_ID Static method Public Method Opens Config by Configuration ID and Channel ID 20120403
12 OPEN_LOG_DOMAIN Static method Public Method Open Log Domain 20120509
13 OPEN_PURPOSE Static method Public Method 20121130
14 REMOVE_CONFIG_BY_ID Static method Public Method Checks if configuration exists by Config ID and Channel ID 20120503
15 REMOVE_LOG_DOMAIN Static method Public Method Remove Log Domain 20120509
16 REMOVE_LOG_PURPOSE 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 Importing I_CHANNEL_ID Call by reference Type reference (TYPE) SRAL_CHANNEL_ID RAL: Channel ID 20120409
2 Importing I_CONFIG_KEY Call by reference Type reference (TYPE) ANY 20120409
3 Returning 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 CX_SRAL RAL: Exception 20120409

Method CREATE_LOG_DOMAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) SRAL_LOG_FIELD_ALIAS Read Access Logging: Log Field Alias 20120425
2 Importing I_SW_COMP Call by reference Type reference (TYPE) DLVUNIT Software Component 20120425
3 Returning 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 CX_SRAL RAL: Exception 20120425

Method CREATE_LOG_PURPOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCRIPTION Call by reference Type reference (TYPE) SRAL_DESCR RAL: Description 20120903
2 Importing I_PURPOSE_ID Call by reference Type reference (TYPE) SRAL_LOG_PURPOSE RAL: Purpose 20120903
3 Importing I_PURPOSE_NAME Call by reference Type reference (TYPE) SRAL_LOG_PURPOSE_NAME RAL: Log Purpose Name 20120903
4 Returning R_PURPOSE Value transfer Object reference (TYPE REF TO) IF_SRAL_PURPOSE Read Access Logging: Purpose 20130208
# Exception Resumable Description Created on
1 CX_SRAL RAL: Exception 20120903

Method EXISTS_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONFIG_ID_LIST Call by reference Type reference (TYPE) SRAL_CONFIG_ID_STATE_LIST RAL: list of config ids with state 20130117
2 Exporting E_EXISTS Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20130117
3 Importing I_CHANNEL_ID Call by reference Type reference (TYPE) SRAL_CHANNEL_ID RAL: Channel ID 20120409
4 Importing I_CONFIG_KEY Call by reference Type reference (TYPE) ANY Read Access Logging: Log Configuration ID 20120409
# Exception Resumable Description Created on
1 CX_SRAL RAL: Exception 20120409

Method EXISTS_CONFIG_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANNEL_ID Call by reference Type reference (TYPE) SRAL_CHANNEL_ID RAL: Channel ID 20120403
2 Importing I_CONFIG_ID Call by reference Type reference (TYPE) SRAL_CONFIG_ID Read Access Logging: Log Configuration ID 20120403
3 Returning R_EXISTS Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120403
# Exception Resumable Description Created on
1 CX_SRAL RAL: Exception 20120403

Method GET_CHANNEL_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANNEL_ID Call by reference Type reference (TYPE) SRAL_CHANNEL_ID RAL: Channel ID 20120408
2 Returning 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 CX_SRAL RAL: Exception 20120408

Method LIST_CONFIGS_FOR_CHANNEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANNEL_ID Call by reference Type reference (TYPE) SRAL_CHANNEL_ID RAL: Channel ID 20120404
2 Importing I_MAX_HITS Call by reference Type reference (TYPE) SRAL_AD_SEARCH_NUM_MAX_HITS RAL: Advanced Search Maximum Number of Hits 20120408
3 Importing I_SEARCH_ATTR Call by reference Type reference (TYPE) SRAL_AD_SEARCH_ATTRIBUTE_T RAL: Advanced Search Attributes 20120404
4 Importing I_TIME_ZONE Call by reference Type reference (TYPE) TZNZONE Time Zone 20121217
5 Returning 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 CX_SRAL RAL: Exception 20120404

Method LIST_LOG_DOMAINS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LOG_DOMAIN_LIST Call by reference Type reference (TYPE) SRAL_LOG_DOMAIN_LIST Read Access Logging: Log Domain List 20120425
2 Importing I_MAX_HITS Call by reference Type reference (TYPE) SRAL_AD_SEARCH_NUM_MAX_HITS RAL: Advanced Search Maximum Number of Hits 20120425
3 Importing I_SEARCH_ATTRIBUTES Call by reference Type reference (TYPE) SRAL_AD_SEARCH_ATTRIBUTE_T RAL: Advanced Search Attributes 20120425
4 Importing I_TIME_ZONE Call by reference Type reference (TYPE) TZNZONE Time Zone 20121217
# Exception Resumable Description Created on
1 CX_SRAL RAL: Exception 20130412

Method LIST_LOG_PURPOSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LOG_PURPOSE_LIST Call by reference Type reference (TYPE) SRAL_LOG_PURPOSE_LIST SRAL: List or purposes 20120823
2 Importing I_MAX_HITS Call by reference Type reference (TYPE) SRAL_AD_SEARCH_NUM_MAX_HITS RAL: Advanced Search Maximum Number of Hits 20130129
3 Importing I_SEARCH_ATTRIBUTES Call by reference Type reference (TYPE) SRAL_AD_SEARCH_ATTRIBUTE_T RAL: Advanced Search Attributes 20120823
4 Importing I_TIME_ZONE Call by reference Type reference (TYPE) TZNZONE Time Zone 20121217
# Exception Resumable Description Created on
1 CX_SRAL RAL: Exception 20121219

Method LIST_OBJECTS_FOR_CHANNEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANNEL_ID Call by reference Type reference (TYPE) SRAL_CHANNEL_ID RAL: Channel ID 20120408
2 Importing I_MAX_HITS Call by reference Type reference (TYPE) SRAL_AD_SEARCH_NUM_MAX_HITS RAL: Advanced Search Maximum Number of Hits 20120408
3 Importing I_SEARCH_ATTR Call by reference Type reference (TYPE) SRAL_AD_SEARCH_ATTRIBUTE_T RAL: Advanced Search Attributes 20120408
4 Returning 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 CX_SRAL RAL: Exception 20120408

Method OPEN_CONFIG_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANNEL_ID Call by reference Type reference (TYPE) SRAL_CHANNEL_ID RAL: Channel ID 20120403
2 Importing I_CONFIG_ID Call by reference Type reference (TYPE) SRAL_CONFIG_ID Read Access Logging: Log Configuration ID 20120403
3 Returning 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 CX_SRAL RAL: Exception 20120403

Method OPEN_LOG_DOMAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EDIT_MODE Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20121120
2 Importing I_NAME Call by reference Type reference (TYPE) SRAL_LOG_FIELD_ALIAS Read Access Logging: Log Domain 20120509
3 Importing I_SW_COMP Call by reference Type reference (TYPE) DLVUNIT Software Component 20120509
4 Returning 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 CX_SRAL RAL: Exception 20120509

Method OPEN_PURPOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EDIT_MODE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20121130
2 Importing I_ID Call by reference Type reference (TYPE) SRAL_LOG_PURPOSE Single-Character Flag 20121130
3 Importing I_NAME Call by reference Type reference (TYPE) SRAL_LOG_PURPOSE_NAME Single-Character Flag 20121130
4 Returning R_PURPOSE Value transfer Object reference (TYPE REF TO) IF_SRAL_PURPOSE Read Access Logging: Purpose 20121130
# Exception Resumable Description Created on
1 CX_SRAL RAL: Exception 20121130

Method REMOVE_CONFIG_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANNEL_ID Call by reference Type reference (TYPE) SRAL_CHANNEL_ID RAL: Channel ID 20120503
2 Importing 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 CX_SRAL RAL: Exception 20120503

Method REMOVE_LOG_DOMAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) SRAL_LOG_FIELD_ALIAS Read Access Logging: Log Domain 20120509
2 Importing I_SW_COMP Call by reference Type reference (TYPE) DLVUNIT Software Component 20120509
# Exception Resumable Description Created on
1 CX_SRAL RAL: Exception 20120509

Method REMOVE_LOG_PURPOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PURPOSE_ID Call by reference Type reference (TYPE) SRAL_LOG_PURPOSE RAL: Purpose 20120910
2 Importing I_PURPOSE_NAME Call by reference Type reference (TYPE) SRAL_LOG_PURPOSE_NAME RAL: Log Purpose Name 20130208
# Exception Resumable Description Created on
1 CX_SRAL RAL: Exception 20120910
History
Last changed by/on SAP  20140121 
SAP Release Created in 732