SAP ABAP Class CL_SRAL_RECORDER_FACTORY (Read Access Logging: Recorder Factory)
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_RECORDER_FACTORY | |
Short Description | Read Access Logging: Recorder Factory | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SREAD_ACCESS_LOG_CORE | Read Access Logging: Core Framework |
Created | 20120509 | SAP |
Last change | 20141121 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SRAL_RECORDER_FACTORY has no forward declaration.
Interfaces
Class CL_SRAL_RECORDER_FACTORY has no interface implemented.
Friends
Class CL_SRAL_RECORDER_FACTORY has no friend class.
Attributes
Class CL_SRAL_RECORDER_FACTORY has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Disables recorder | 20120509 |
2 | ![]() |
Static method | Public | Method | Enables recorder | 20120509 |
3 | ![]() |
Static method | Public | Method | Checks whether the given recording exists | 20130222 |
4 | ![]() |
Static method | Public | Method | Gets possible search parameters für LIST_RECORDINGS | 20120829 |
5 | ![]() |
Static method | Public | Method | Checks if recording is enabled in general | 20130423 |
6 | ![]() |
Static method | Public | Method | Checks if recording is enabled for current user | 20120509 |
7 | ![]() |
Static method | Public | Method | Checks whether a recording is locked | 20130523 |
8 | ![]() |
Static method | Public | Method | List Recordings | 20120509 |
9 | ![]() |
Static method | Public | Method | Opens a recording instance | 20120606 |
10 | ![]() |
Static method | Public | Method | Opens admin instance of recorder | 20120711 |
11 | ![]() |
Static method | Public | Method | Deletes/Removes a recording | 20120712 |
Events
Class CL_SRAL_RECORDER_FACTORY has no event.
Types
Class CL_SRAL_RECORDER_FACTORY has no local type.
Method Signatures
Method DISABLE_RECORDER 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 | 20120509 | ||
2 | ![]() |
I_RECORDING_NAME | Call by reference | Type reference (TYPE) | SRAL_RECORDING_NAME | Read Accesss Logging: Name of a recording | 20120712 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RAL: Exception | 20120509 |
Method ENABLE_RECORDER 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 | 20120509 | ||
2 | ![]() |
I_RECORDING_NAME | Call by reference | Type reference (TYPE) | SRAL_RECORDING_NAME | Read Accesss Logging: Name of a recording | 20120509 | ||
3 | ![]() |
I_USERNAME | Call by reference | Type reference (TYPE) | XUBNAME | SY-UNAME | User Name in User Master Record | 20120509 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RAL: Exception | 20120509 |
Method EXISTS_RECORDING 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 | Channel ID | 20130222 | ||
2 | ![]() |
I_RECORDING_NAME | Call by reference | Type reference (TYPE) | SRAL_RECORDING_NAME | Recording Name | 20130222 | ||
3 | ![]() |
R_EXISTS | Value transfer | Type reference (TYPE) | BOOLEAN | 'X' = Exists, SPACE = Not Exists | 20130222 |
Method EXISTS_RECORDING on class CL_SRAL_RECORDER_FACTORY has no exception.
Method GET_SEARCH_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_SEARCH_PARAMETERS | Value transfer | Type reference (TYPE) | SRAL_AD_SEARCH_PARAMETER_T | RAL: Advanced Search Parameters | 20120829 |
Method GET_SEARCH_PARAMETERS on class CL_SRAL_RECORDER_FACTORY has no exception.
Method IS_ADMIN_RECORDER_ENABLED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_IS_ENABLED | Call by reference | Type reference (TYPE) | SRAL_BOOLEAN | 'X' = Is Enabled, SPACE = Not Enabled | 20130423 | ||
2 | ![]() |
E_USER_NAME | Call by reference | Type reference (TYPE) | XUBNAME | Name of the enabled recording of the user | 20130423 | ||
3 | ![]() |
I_CHANNEL_ID | Call by reference | Type reference (TYPE) | SRAL_CHANNEL_ID | Channel ID | 20130423 | ||
4 | ![]() |
I_RECORDING_NAME | Call by reference | Type reference (TYPE) | SRAL_RECORDING_NAME | Check if given recording is enabed | 20130423 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RAL: Exception | 20130423 |
Method IS_RECORDER_ENABLED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_IS_ENABLED | Call by reference | Type reference (TYPE) | SRAL_BOOLEAN | 'X' = Is Enabled, SPACE = Not Enabled | 20120509 | ||
2 | ![]() |
E_RECORDING_NAME | Call by reference | Type reference (TYPE) | SRAL_RECORDING_NAME | Name of the enabled recording of the user | 20120509 | ||
3 | ![]() |
I_CHANNEL_ID | Call by reference | Type reference (TYPE) | SRAL_CHANNEL_ID | Channel ID | 20120509 | ||
4 | ![]() |
I_RECORDING_NAME | Call by reference | Type reference (TYPE) | SRAL_RECORDING_NAME | Check if given recording is enabed | 20130419 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RAL: Exception | 20120509 |
Method IS_RECORDING_LOCKED 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 | 20130523 | ||
2 | ![]() |
I_RECORDING_NAME | Call by reference | Type reference (TYPE) | SRAL_RECORDING_NAME | Read Accesss Logging: Name of a recording | 20130523 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RAL: Exception | 20130523 |
Method LIST_RECORDINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_RECORDING_LIST | Call by reference | Type reference (TYPE) | SRAL_RECORD_DATA_INFO_LIST | RAL: List of Recordings | 20120516 | ||
2 | ![]() |
I_MAX_HITS | Call by reference | Type reference (TYPE) | SRAL_AD_SEARCH_NUM_MAX_HITS | RAL: Advanced Search Maximum Number of Hits | 20130503 | ||
3 | ![]() |
I_SEARCH_ATTRIBUTES | Call by reference | Type reference (TYPE) | SRAL_AD_SEARCH_ATTRIBUTE_T | RAL: Advanced Search Attributes | 20120829 | ||
4 | ![]() |
I_TIME_ZONE | Call by reference | Type reference (TYPE) | TZNZONE | Time Zone | 20121217 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RAL: Exception | 20120817 |
Method OPEN_RECORDER 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 | 20120606 | ||
2 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | SRAL_RECORDING_NAME | Read Accesss Logging: Name of a recording | 20120606 | ||
3 | ![]() |
R_RECORDING | Value transfer | Object reference (TYPE REF TO) | IF_SRAL_RECORDER | Read Access Logging: Config. Recorder | 20120606 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RAL: Exception | 20120606 |
Method OPEN_RECORDER_ADMIN 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 | 20120711 | ||
2 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | SRAL_RECORDING_NAME | Read Accesss Logging: Name of a recording | 20120711 | ||
3 | ![]() |
I_RECORDING_MODE | Call by reference | Type reference (TYPE) | SRAL_RECORDING_MODE | 20130523 | |||
4 | ![]() |
R_RECORDING | Value transfer | Object reference (TYPE REF TO) | IF_SRAL_RECORDER_ADMIN | RAL: Recorder Admin Interface | 20120711 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RAL: Exception | 20120711 |
Method REMOVE_RECORDING 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 | 20120712 | ||
2 | ![]() |
I_RECORDING_NAME | Call by reference | Type reference (TYPE) | SRAL_RECORDING_NAME | Read Accesss Logging: Name of a recording | 20120712 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RAL: Exception | 20120712 |
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 732 |