SAP ABAP Class CL_SRAL_EXPRESSION (RAL: Expression)
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_EXPRESSION | |
Short Description | RAL: Expression | |
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 | 20120215 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SRAL_EXPRESSION has no forward declaration.
Interfaces
Class CL_SRAL_EXPRESSION has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_SRAL_CONDITION | 20120217 | RAL: Condition |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SRAL_CHANGE_INFO | RAL: Change Info Reuse Structure | 20120221 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SRAL_CREATE_INFO | RAL: Create Info Reuse Structure | 20120220 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SRAL_EXPR_ID | RAL: Expression ID | 20120216 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SRAL_CHANNEL_ID | RAL: Channel ID | 20120314 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SRAL_COND_ID | RAL: Condition ID | 20120217 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SRAL_CONFIG_ID | Read Access Logging: Log Configuration ID | 20120314 | ||
7 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_SRAL_CONDITION | RAL: Condition | 20120229 | ||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SRAL_SELECT_OPTION_LIST | RAL: List of Select Option List | 20120216 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20120217 |
2 | ![]() |
Static method | Protected | Method | Creates new expression | 20120216 |
3 | ![]() |
Instance method | Public | Method | Create new select option and add it to this expression | 20120217 |
4 | ![]() |
Instance method | Public | Method | Returns Select Option for Field ID | 20120327 |
5 | ![]() |
Instance method | Private | Method | Inits expression from db | 20120217 |
6 | ![]() |
Static method | Protected | Method | Opens existing expression | 20120216 |
7 | ![]() |
Instance method | Public | Method | Remove a select option from this expression | 20120217 |
Events
Class CL_SRAL_EXPRESSION has no event.
Types
Class CL_SRAL_EXPRESSION has no local type.
Method Signatures
Method CONSTRUCTOR 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 | 20120314 | ||
2 | ![]() |
I_CONDITION_ID | Call by reference | Type reference (TYPE) | SRAL_COND_ID | RAL: Condition ID | 20120217 | ||
3 | ![]() |
I_CONFIG_ID | Call by reference | Type reference (TYPE) | SRAL_CONFIG_ID | Read Access Logging: Log Configuration ID | 20120314 | ||
4 | ![]() |
I_CREATE | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20120306 | ||
5 | ![]() |
I_EXPRESSION_ID | Call by reference | Type reference (TYPE) | SRAL_EXPR_ID | RAL: Expression ID | 20120217 | ||
6 | ![]() |
I_PARENT_CONDITION | Call by reference | Object reference (TYPE REF TO) | CL_SRAL_CONDITION | RAL: Condition | 20120229 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RAL: Exception | 20120217 |
Method CREATE 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 | 20120314 | ||
2 | ![]() |
I_CONDITION_ID | Call by reference | Type reference (TYPE) | SRAL_COND_ID | RAL: Condition ID | 20120216 | ||
3 | ![]() |
I_CONFIG_ID | Call by reference | Type reference (TYPE) | SRAL_CONFIG_ID | Read Access Logging: Log Configuration ID | 20120314 | ||
4 | ![]() |
I_EXPRESSION_ID | Call by reference | Type reference (TYPE) | SRAL_EXPR_ID | RAL: Expression ID | 20120306 | ||
5 | ![]() |
I_PARENT_CONDITION | Call by reference | Object reference (TYPE REF TO) | CL_SRAL_CONDITION | RAL: Condition | 20120229 | ||
6 | ![]() |
R_EXPRESSION | Value transfer | Object reference (TYPE REF TO) | CL_SRAL_EXPRESSION | RAL: Expression | 20120216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RAL: Exception | 20120216 |
Method CREATE_SELECT_OPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_SELECT_OPTION | Value transfer | Object reference (TYPE REF TO) | CL_SRAL_SELECT_OPTION | RAL: Select Option | 20120217 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RAL: Exception | 20120217 |
Method GET_SELECT_OPTION_FOR_FIELD_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FIELD_ID | Call by reference | Type reference (TYPE) | SRAL_FIELD_ID | RAL: Field ID | 20120327 | ||
2 | ![]() |
R_SELECT_OPTION | Value transfer | Object reference (TYPE REF TO) | CL_SRAL_SELECT_OPTION | RAL: Select Option | 20120327 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RAL: Exception | 20120327 |
Method INIT_FROM_DB Signature
Method INIT_FROM_DB on class CL_SRAL_EXPRESSION has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RAL: Exception | 20120217 |
Method OPEN 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 | 20120314 | ||
2 | ![]() |
I_CONDITION_ID | Call by reference | Type reference (TYPE) | SRAL_COND_ID | RAL: Condition ID | 20120216 | ||
3 | ![]() |
I_CONFIG_ID | Call by reference | Type reference (TYPE) | SRAL_CONFIG_ID | Read Access Logging: Log Configuration ID | 20120314 | ||
4 | ![]() |
I_EXPRESSION_ID | Call by reference | Type reference (TYPE) | SRAL_EXPR_ID | RAL: Expression ID | 20120216 | ||
5 | ![]() |
I_PARENT_CONDITION | Call by reference | Object reference (TYPE REF TO) | CL_SRAL_CONDITION | RAL: Condition | 20120229 | ||
6 | ![]() |
R_EXPRESSION | Value transfer | Object reference (TYPE REF TO) | CL_SRAL_EXPRESSION | RAL: Expression | 20120216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RAL: Exception | 20120216 |
Method REMOVE_SELECT_OPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SELECT_OPTION | Call by reference | Object reference (TYPE REF TO) | CL_SRAL_SELECT_OPTION | RAL: Select Option Ientifier | 20120217 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RAL: Exception | 20120217 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |