SAP ABAP Interface IF_FDT_WD_SESSION (FDT WD: Session)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_INFRASTRUCTURE (Package) BRFplus: Web Dynpro UI: Infrastructure
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_WD_CONFIGURATION | FDT WD: Configuration for Web Dynpro Ui | 20090630 |
Properties
| Interface | IF_FDT_WD_SESSION | |
| Short Description | FDT WD: Session |
General Data
| Package | SFDT_WD_INFRASTRUCTURE | BRFplus: Web Dynpro UI: Infrastructure |
| Created | 20090630 | SAP |
| Last changed | 20140121 | SAP |
| 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
Interface IF_FDT_WD_SESSION has no interface.
Friends
Interface IF_FDT_WD_SESSION has no friend.
Attributes
Interface IF_FDT_WD_SESSION has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the debug trace | 20090630 | |
| 2 | Instance method | Public | Method | Returns a session parameter | 20101015 | |
| 3 | Instance method | Public | Method | Returns if the UI runs in Accessibility mode | 20090715 | |
| 4 | Instance method | Public | Method | Returns, if the debug trace is active / inactive | 20090630 | |
| 5 | Instance method | Public | Method | Returns if the developer mode is active | 20120210 | |
| 6 | Instance method | Public | Method | Returns, if the full screen mode is on/off | 20110713 | |
| 7 | Instance method | Public | Method | Returns if a session parameter exists | 20101015 | |
| 8 | Instance method | Public | Method | Returns if the UI runs within the workbench | 20090715 | |
| 9 | Instance method | Public | Method | Sets a session parameter | 20101015 |
Events
Interface IF_FDT_WD_SESSION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_PARAMETER_VALUE | Public | See coding | 20101015 | BEGIN OF s_parameter_value,
value TYPE string,
ref_value TYPE REF TO data,
END OF s_parameter_value
|
Method Signatures
Method GET_DEBUG_TRACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_DEBUG_TRACE | Value transfer | Object reference (TYPE REF TO) | IF_FDT_WD_DEBUG_TRACE | FDT WD: Debug Trace | 20090630 |
Method GET_DEBUG_TRACE on Interface IF_FDT_WD_SESSION has no exception.
Method GET_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20101015 | |||
| 2 | IV_STATIC | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130328 | |||
| 3 | RS_VALUE | Value transfer | Type reference (TYPE) | S_PARAMETER_VALUE | Value | 20101015 |
Method GET_PARAMETER on Interface IF_FDT_WD_SESSION has no exception.
Method IS_ACCESSIBILITY_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ACCESSIBILITY_MODE | Value transfer | Type reference (TYPE) | BOOLE_D | True: accessibility mode | 20090715 |
Method IS_ACCESSIBILITY_MODE on Interface IF_FDT_WD_SESSION has no exception.
Method IS_DEBUG_TRACE_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ACTIVE | Value transfer | Type reference (TYPE) | BOOLE_D | True: active | 20090630 |
Method IS_DEBUG_TRACE_ACTIVE on Interface IF_FDT_WD_SESSION has no exception.
Method IS_DEVELOPER_MODE_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_ACTIVE | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20120210 |
Method IS_DEVELOPER_MODE_ACTIVE on Interface IF_FDT_WD_SESSION has no exception.
Method IS_FULL_SCREEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_FULL_SCREEN | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110713 |
Method IS_FULL_SCREEN on Interface IF_FDT_WD_SESSION has no exception.
Method IS_PARAMETER_EXISTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20101015 | |||
| 2 | IV_STATIC | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130328 | |||
| 3 | RV_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | True:Exists | 20101015 |
Method IS_PARAMETER_EXISTING on Interface IF_FDT_WD_SESSION has no exception.
Method IS_WORKBENCH_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_WORKBENCH_MODE | Value transfer | Type reference (TYPE) | BOOLE_D | True: Workbench Mode | 20090715 |
Method IS_WORKBENCH_MODE on Interface IF_FDT_WD_SESSION has no exception.
Method SET_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_VALUE | Call by reference | Type reference (TYPE) | S_PARAMETER_VALUE | Value | 20101015 | |||
| 2 | IV_CLEAR | Call by reference | Type reference (TYPE) | ABAP_BOOL | Clear parameter | 20130328 | |||
| 3 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20101015 | |||
| 4 | IV_STATIC | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Static session parameter | 20130328 |
Method SET_PARAMETER on Interface IF_FDT_WD_SESSION has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 703 |