SAP ABAP Class CL_FDT_WD_VERSIONING (FDT WD: Versioning of the infrastructure)
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
Properties
Class CL_FDT_WD_VERSIONING  
Short Description FDT WD: Versioning of the infrastructure    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_WD_INFRASTRUCTURE   BRFplus: Web Dynpro UI: Infrastructure 
Created 20081112   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FDT_WD_VERSIONING has no forward declaration.
Interfaces
Class CL_FDT_WD_VERSIONING has no interface implemented.
Friends
Class CL_FDT_WD_VERSIONING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_IWD_OBJECT_CHECK Constant Public Type reference (TYPE) STRING 'IWD_OBJECT_CHECK_MESSAGE' Check Message Notification in FDT_IWD_OBJECT 20081112
2 GC_IWD_OM_DISPLAY_OBJECT Constant Public Type reference (TYPE) STRING 'IWD_OM_DISPLAY_OBJECT' Display Mode during maintenance of wizard obj 20081201
3 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_FDT_WD_VERSIONING Instance 20081112
4 MTH_VERSIONING Instance attribute Private Type reference (TYPE) TH_VERSIONING Versioning 20081112
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20081112
2 GET_INSTANCE Static method Public Method Returns an instance 20081112
3 IS_SUPPORTED_BY_COMPONENT Instance method Public Method Returns if component supports a provided functionality 20081201
Events
Class CL_FDT_WD_VERSIONING has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_VERSIONING Private See coding 20081112 BEGIN OF s_versioning, functionality TYPE string, version TYPE if_fdt_ui_definition=>wd_abap_version, "introduced with version... END OF s_versioning
2 TH_VERSIONING Private See coding 20081112 Th_VERSIONING type HASHED TABLE OF S_VERSIONING WITH UNIQUE KEY functionality
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_FDT_WD_VERSIONING has no parameter.
Method CONSTRUCTOR on class CL_FDT_WD_VERSIONING has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_FDT_WD_VERSIONING 20081112

Method GET_INSTANCE on class CL_FDT_WD_VERSIONING has no exception.

Method IS_SUPPORTED_BY_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_COMPONENT_METADATA Call by reference Object reference (TYPE REF TO) CL_FDT_WD_COMPONENT_METADATA FDT WD: Metadata about an component 20081201
2 Importing IV_FUNCTIONALITY Call by reference Type reference (TYPE) STRING Requested functionality 20081201
3 Returning RV_IS_SUPPORTED Value transfer Type reference (TYPE) BOOLE_D True: is supported 20081201

Method IS_SUPPORTED_BY_COMPONENT on class CL_FDT_WD_VERSIONING has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 720