SAP ABAP Class CL_SRAL_RT_WD (RAL: Web Dynpro Runtime Interface)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SEC-RAL (Application Component) Read Access Logging
⤷
SREAD_ACCESS_LOG_WD (Package) Read Access Logging: Web Dynpro
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SRAL_RT_BASE_INT | RAL: Runtime Base Class for legacy channel implementations | 20130712 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SRAL_RT_WD | RAL: Web Dynpro ABAP Runtime Interface | 20120523 |
Properties
| Class | CL_SRAL_RT_WD | |
| Short Description | RAL: Web Dynpro Runtime Interface | |
| Super Class | CL_SRAL_RT_BASE_INT | RAL: Runtime Base Class for legacy channel implementations |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SREAD_ACCESS_LOG_WD | Read Access Logging: Web Dynpro |
| Created | 20120523 | SAP |
| Last change | 20141121 | |
| 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SRAL_RT_WD | RAL: Web Dynpro ABAP Runtime Interface | 20120523 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SRAL_FACTORY_WD | 20120613 | RAL: Web Dynpro ABAP Runtime Factory |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | SRAL_RT_CONFIG_DATA_WD | Read Access Logging: Runtime optimized configuration data | 20120711 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | SRAL_RT_FIELD_LIST_WD | RAL: Web Dynpro Field List used during runtime with value | 20120523 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20120711 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | WDY_APPLICATION_NAME | Web Dynpro: Application Name | 20120711 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Constructor | CONSTRUCTOR | 20120523 | |
| 2 | Instance method | Private | Method | Extracts value for business context | 20130228 | |
| 3 | Static method | Protected | Method | Inits RAL runtime by loading configurations | 20120831 | |
| 4 | Instance method | Private | Method | Process business context (=log context) | 20130228 | |
| 5 | Instance method | Private | Method | Process | 20120523 |
Events
Class CL_SRAL_RT_WD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | CONFIG_LIST | Protected | See coding | 20120831 | config_list type table of ref to if_sral_rt_wd
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPL_CONFIG_NAME | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20120523 | |||
| 2 | I_APPL_NAME | Call by reference | Type reference (TYPE) | WDY_APPLICATION_NAME | Web Dynpro: Application Name | 20120523 | |||
| 3 | I_CONFIG_CONTENT_XML | Call by reference | Type reference (TYPE) | SRAL_RULE_DATA | Read Access Logging: Rule Data | 20120831 | |||
| 4 | I_REMOTE_IP_ADDRESS | Call by reference | Type reference (TYPE) | SRAL_IP_ADDRESS | Read Access Logging: IPv4 or IPv6 Address | 20120613 | |||
| 5 | I_SESSION_ID | Call by reference | Type reference (TYPE) | SRAL_CORR_ID | Read Access Logging: Correlation ID | 20120613 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120523 |
Method EXTRACT_BUSINESS_CNTX_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELD_VALUES_RT | Call by reference | Type reference (TYPE) | SRAL_TABLE_VALUE_LIST_WD | RAL: List of field values during runtime (WebDynpro) | 20130228 | |||
| 2 | R_LOG_CONTEXT_VALUES | Value transfer | Type reference (TYPE) | SRAL_SINGLE_VALUE_T | RAL: Single Value List | 20130228 |
Method EXTRACT_BUSINESS_CNTX_VALUE on class CL_SRAL_RT_WD has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RT_INSTANCE_LIST | Call by reference | Type reference (TYPE) | CONFIG_LIST | List of runtime instances | 20120831 | |||
| 2 | I_APPL_CONFIG_NAME | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20120831 | |||
| 3 | I_APPL_NAME | Call by reference | Type reference (TYPE) | WDY_APPLICATION_NAME | Web Dynpro: Application Name | 20120831 | |||
| 4 | I_REMOTE_IP_ADDRESS | Call by reference | Type reference (TYPE) | SRAL_IP_ADDRESS | Read Access Logging: IPv4 or IPv6 Address | 20120831 | |||
| 5 | I_SESSION_ID | Call by reference | Type reference (TYPE) | SRAL_CORR_ID | Read Access Logging: Correlation ID | 20120831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120831 |
Method PROCESS_BUSINESS_CNTX Signature
Method PROCESS_BUSINESS_CNTX on class CL_SRAL_RT_WD has no parameter.
Method PROCESS_BUSINESS_CNTX on class CL_SRAL_RT_WD has no exception.
Method _PROCESS Signature
Method _PROCESS on class CL_SRAL_RT_WD has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120523 |
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |