SAP ABAP Class CL_FDT_WD_STATE (FDT WD: State)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FDT_WD_STATE FDT WD: State 20060710
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20061010
Properties
Class CL_FDT_WD_STATE  
Short Description FDT WD: State    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_WD_INFRASTRUCTURE   BRFplus: Web Dynpro UI: Infrastructure 
Created 20060710   SAP 
Last change 20130531   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)
2 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_FDT_WD_STATE FDT WD: State 20060710
2 IF_SERIALIZABLE_OBJECT Serializable Object 20061010
Friends
Class CL_FDT_WD_STATE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_SL_STATE_DEFAULT Constant Public Type reference (TYPE) FDT_WD_ISLAND_STATE_CODE GC_SL_STATE_UNDEFINED SL default UI State 20120229
2 GC_SL_STATE_DISPLAYED Constant Public Type reference (TYPE) FDT_WD_ISLAND_STATE_CODE '3' SL UI State: Is Displayed 20120220
3 GC_SL_STATE_HIDDEN Constant Public Type reference (TYPE) FDT_WD_ISLAND_STATE_CODE '1' SL UI State: Is hidden 20120220
4 GC_SL_STATE_IN_CREATION Constant Public Type reference (TYPE) FDT_WD_ISLAND_STATE_CODE '2' SL UI State: Is in creation 20120220
5 GC_SL_STATE_IN_EDITING Constant Public Type reference (TYPE) FDT_WD_ISLAND_STATE_CODE '4' SL UI State: Is in Editing 20120220
6 GC_SL_STATE_UNDEFINED Constant Public Type reference (TYPE) FDT_WD_ISLAND_STATE_CODE '0' SL UI state is undefined 20120301
7 GC_STATE_CREATED Constant Public Type reference (TYPE) DISPLAY_STATE 'C' Created State 20060717
8 GC_STATE_DISPLAYED Constant Public Type reference (TYPE) DISPLAY_STATE 'D' Display State 20060717
9 GC_STATE_EDITED Constant Public Type reference (TYPE) DISPLAY_STATE 'E' Edited State 20060717
10 GC_STATE_NULL Constant Public Type reference (TYPE) DISPLAY_STATE 'N' Null State 20060717
11 MV_DISPLAY_STATE Instance attribute Private Type reference (TYPE) BOOLE_D display state 20060801
12 MV_HIDDEN Instance attribute Private Type reference (TYPE) BOOLE_D hidden 20060801
13 MV_ID Instance attribute Private Type reference (TYPE) IF_FDT_TYPES=>ID object id 20060908
14 MV_IS_LAST_OBJECT Instance attribute Private Type reference (TYPE) BOOLE_D is last object 20061109
15 MV_OBJECT_STATE_CHANGED Instance attribute Private Type reference (TYPE) BOOLE_D object state changed (activate etc.) 20090506
16 MV_OBSOLETE_CHANGED Instance attribute Private Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100115
17 MV_REFERENCED_OBJS_AFFECTED Instance attribute Private Type reference (TYPE) BOOLE_D State Change might affect referenced objects 20090506
18 MV_TIMESTAMP Instance attribute Private Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP timestamp 20061005
19 MV_UNSAVED Instance attribute Private Type reference (TYPE) BOOLE_D unsaved 20060710
Methods
# Method Level Visibility Method type Description Created on
1 ARE_REFERENCED_OBJS_AFFECTED Instance method Public Method Returns, if referenced objects are affected by state change 20090506
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060717
3 DESERIALIZE Static method Public Method Deserializes the object 20061010
4 GET_DISPLAY_STATE Instance method Public Method Gets display state 20120220
5 GET_HIDDEN Instance method Public Method Gets hiden state (hidden/unhidden) 20120220
6 GET_OBJECT_STATE_CHANGED Instance method Public Method Gets object state to changed (eg. activate, obsolete) 20120220
7 GET_OBSOLETE_CHANGED Instance method Public Method Gets if the object was set / un-set to obsolete 20120220
8 GET_REFERENCED_OBJS_AFFECTED Instance method Public Method Gets referenced objects affected by state change 20120220
9 GET_SAVE_STATE Instance method Public Method Gets save state (saved/unsaved) 20120220
10 GET_SL_STATE_CODE Instance method Public Method Get the State Code for messages to Silverlight 20120220
11 IS_OBJECT_STATE_CHANGED Instance method Public Method Returns, if object state has changed 20090506
12 IS_OBSOLETE_CHANGED Instance method Public Method Returns, if object was set / un-set to obsolete 20100115
13 MOVE_SL_STATE_2_STATE_VALUES Static method Public Method Get state values from SL state 20120320
14 SERIALIZE Instance method Public Method Serializes the object 20061010
15 SET_DISPLAY_STATE Instance method Public Method Sets display state 20060801
16 SET_HIDDEN Instance method Public Method Sets hiden state (hidden/unhidden) 20060801
17 SET_IS_LAST_OBJECT Instance method Public Method Sets if the object is the last visible object in the stack 20061109
18 SET_OBJECT_STATE_CHANGED Instance method Public Method Sets object state to changed (eg. activate, obsolete) 20090506
19 SET_OBSOLETE_CHANGED Instance method Public Method Sets if the object was set / un-set to obsolete 20100115
20 SET_REFERENCED_OBJS_AFFECTED Instance method Public Method Sets referenced objects affected by state change 20090506
21 SET_SAVE_STATE Instance method Public Method Sets save state (saved/unsaved) 20060710
Events
Class CL_FDT_WD_STATE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 DISPLAY_STATE Public See coding 20060801 display_state(1) TYPE c
Method Signatures

Method ARE_REFERENCED_OBJS_AFFECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_REFERENCED_OBJS_AFFECTED Value transfer Type reference (TYPE) BOOLE_D 20090506

Method ARE_REFERENCED_OBJS_AFFECTED on class CL_FDT_WD_STATE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Id 20060908
2 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Timestamp 20061005

Method CONSTRUCTOR on class CL_FDT_WD_STATE has no exception.

Method DESERIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT Call by reference Type reference (TYPE) STRING 20061010
2 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_FDT_WD_STATE FDT: State 20061010

Method DESERIALIZE on class CL_FDT_WD_STATE has no exception.

Method GET_DISPLAY_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DISPLAY_STATE Value transfer Type reference (TYPE) DISPLAY_STATE 20120220

Method GET_DISPLAY_STATE on class CL_FDT_WD_STATE has no exception.

Method GET_HIDDEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HIDDEN Value transfer Type reference (TYPE) BOOLE_D 20120220

Method GET_HIDDEN on class CL_FDT_WD_STATE has no exception.

Method GET_OBJECT_STATE_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OBJECT_STATE_CHANGED Value transfer Type reference (TYPE) BOOLE_D 20120220

Method GET_OBJECT_STATE_CHANGED on class CL_FDT_WD_STATE has no exception.

Method GET_OBSOLETE_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OBSOLETE_CHANGED Value transfer Type reference (TYPE) BOOLE_D 20120220

Method GET_OBSOLETE_CHANGED on class CL_FDT_WD_STATE has no exception.

Method GET_REFERENCED_OBJS_AFFECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_REFERENCED_OBJS_AFFECTED Value transfer Type reference (TYPE) BOOLE_D 20120220

Method GET_REFERENCED_OBJS_AFFECTED on class CL_FDT_WD_STATE has no exception.

Method GET_SAVE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_UNSAVED Value transfer Type reference (TYPE) BOOLE_D 20120220

Method GET_SAVE_STATE on class CL_FDT_WD_STATE has no exception.

Method GET_SL_STATE_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SL_STATE_CODE Value transfer Type reference (TYPE) FDT_WD_ISLAND_STATE_CODE FDT: Object State Code for Silverlight 20120220

Method GET_SL_STATE_CODE on class CL_FDT_WD_STATE has no exception.

Method IS_OBJECT_STATE_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OBJECT_STATE_CHANGED Value transfer Type reference (TYPE) BOOLE_D 20090506

Method IS_OBJECT_STATE_CHANGED on class CL_FDT_WD_STATE has no exception.

Method IS_OBSOLETE_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OBSOLETE_CHANGED Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100115

Method IS_OBSOLETE_CHANGED on class CL_FDT_WD_STATE has no exception.

Method MOVE_SL_STATE_2_STATE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DISPLAY_STATE Call by reference Type reference (TYPE) DISPLAY_STATE 20120320
2 Exporting EV_HIDDEN Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20120320
3 Importing IV_SL_STATE_CODE Call by reference Type reference (TYPE) FDT_WD_ISLAND_STATE_CODE FDT: Object State Code for Silverlight 20120320

Method MOVE_SL_STATE_2_STATE_VALUES on class CL_FDT_WD_STATE has no exception.

Method SERIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OBJECT Value transfer Type reference (TYPE) STRING 20061010

Method SERIALIZE on class CL_FDT_WD_STATE has no exception.

Method SET_DISPLAY_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DISPLAY_STATE Call by reference Type reference (TYPE) DISPLAY_STATE Display State 20060801

Method SET_DISPLAY_STATE on class CL_FDT_WD_STATE has no exception.

Method SET_HIDDEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HIDDEN Call by reference Type reference (TYPE) ABAP_BOOL true:hidden 20060801

Method SET_HIDDEN on class CL_FDT_WD_STATE has no exception.

Method SET_IS_LAST_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IS_LAST_OBJECT Call by reference Type reference (TYPE) BOOLE_D is last object 20061109

Method SET_IS_LAST_OBJECT on class CL_FDT_WD_STATE has no exception.

Method SET_OBJECT_STATE_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_STATE_CHANGED Value transfer Type reference (TYPE) BOOLE_D 20090506

Method SET_OBJECT_STATE_CHANGED on class CL_FDT_WD_STATE has no exception.

Method SET_OBSOLETE_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBSOLETE_CHANGED Call by reference Type reference (TYPE) ABAP_BOOL 20100115

Method SET_OBSOLETE_CHANGED on class CL_FDT_WD_STATE has no exception.

Method SET_REFERENCED_OBJS_AFFECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REFERENCED_OBJS_AFFECTED Value transfer Type reference (TYPE) BOOLE_D 20090506

Method SET_REFERENCED_OBJS_AFFECTED on class CL_FDT_WD_STATE has no exception.

Method SET_SAVE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UNSAVED Value transfer Type reference (TYPE) BOOLE_D 20060710

Method SET_SAVE_STATE on class CL_FDT_WD_STATE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710