SAP ABAP Class IF_FDT_WD_SESSION (FDT WD: Session)
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
Class IF_FDT_WD_SESSION  
Short Description FDT WD: Session    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090630   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 IF_FDT_WD_SESSION has no interface implemented.
Friends
Class IF_FDT_WD_SESSION has no friend class.
Attributes
Class IF_FDT_WD_SESSION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_DEBUG_TRACE Instance method Public Method Returns the debug trace 20090630
2 GET_PARAMETER Instance method Public Method Returns a session parameter 20101015
3 IS_ACCESSIBILITY_MODE Instance method Public Method Returns if the UI runs in Accessibility mode 20090715
4 IS_DEBUG_TRACE_ACTIVE Instance method Public Method Returns, if the debug trace is active / inactive 20090630
5 IS_DEVELOPER_MODE_ACTIVE Instance method Public Method Returns if the developer mode is active 20120210
6 IS_FULL_SCREEN Instance method Public Method Returns, if the full screen mode is on/off 20110713
7 IS_PARAMETER_EXISTING Instance method Public Method Returns if a session parameter exists 20101015
8 IS_WORKBENCH_MODE Instance method Public Method Returns if the UI runs within the workbench 20090715
9 SET_PARAMETER Instance method Public Method Sets a session parameter 20101015
Events
Class 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 Returning 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 class 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 Importing IV_NAME Call by reference Type reference (TYPE) STRING Name 20101015
2 Importing IV_STATIC Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130328
3 Returning RS_VALUE Value transfer Type reference (TYPE) S_PARAMETER_VALUE Value 20101015

Method GET_PARAMETER on class 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 Returning RV_ACCESSIBILITY_MODE Value transfer Type reference (TYPE) BOOLE_D True: accessibility mode 20090715

Method IS_ACCESSIBILITY_MODE on class 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 Returning RV_ACTIVE Value transfer Type reference (TYPE) BOOLE_D True: active 20090630

Method IS_DEBUG_TRACE_ACTIVE on class 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 Returning 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 class 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 Returning 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 class 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 Importing IV_NAME Call by reference Type reference (TYPE) STRING Name 20101015
2 Importing IV_STATIC Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130328
3 Returning RV_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL True:Exists 20101015

Method IS_PARAMETER_EXISTING on class 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 Returning RV_WORKBENCH_MODE Value transfer Type reference (TYPE) BOOLE_D True: Workbench Mode 20090715

Method IS_WORKBENCH_MODE on class 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 Importing IS_VALUE Call by reference Type reference (TYPE) S_PARAMETER_VALUE Value 20101015
2 Importing IV_CLEAR Call by reference Type reference (TYPE) ABAP_BOOL Clear parameter 20130328
3 Importing IV_NAME Call by reference Type reference (TYPE) STRING Name 20101015
4 Importing IV_STATIC Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Static session parameter 20130328

Method SET_PARAMETER on class IF_FDT_WD_SESSION has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in