SAP ABAP Class CL_SMT_WD_CHECK_SET (Web Dynpro check set class)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-SOA-SMT (Application Component) Service Mapping Tool
     GMT_WEB_DYNPRO (Package) web dynrpro UI classes
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SMT_WD_OBJECT Object abstraction class 20080204
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SMT_WD_ASSIGNABLE_OBJECT Web dynpro assignable object interface 20080220
Properties
Class CL_SMT_WD_CHECK_SET  
Short Description Web Dynpro check set class    
Super Class CL_SMT_WD_OBJECT Object abstraction class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GMT_WEB_DYNPRO   web dynrpro UI classes 
Created 20080204   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SMT_WD_CHECK_SET has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SMT_WD_ASSIGNABLE_OBJECT Web dynpro assignable object interface 20080220
Friends
Class CL_SMT_WD_CHECK_SET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CHECK_SET Instance attribute Private Object reference (TYPE REF TO) CL_SMT_CHECK_SET Set of checks 20080216
2 MO_CTX_NODE_CHECKS Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080216
3 MO_CTX_NODE_PROPERTIES Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080218
4 MO_EVENT Instance attribute Private Object reference (TYPE REF TO) CL_SMT_EVENT Event 20081106
5 MO_EVENT_OBJECT Instance attribute Private Object reference (TYPE REF TO) CL_SMT_EVENT_OBJECT Event object 20081106
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHECK Instance method Public Method Add a new check 20080218
2 CLONE_CHECK Instance method Public Method Clone a check 20080406
3 GET_CHECK_DATA Instance method Private Method Return a check web dynpro data 20080216
4 GET_SELECTED_CHECK Instance method Private Method Return the selected check element 20080218
5 HANDLE_CHECK_CLASS_OVS Instance method Public Method Handles check class ovs operations 20080225
6 HANDLE_FIELD_OVS Instance method Public Method Handles structure field ovs operations 20080303
7 HANDLE_STRUCTURE_OVS Instance method Public Method Handles structure ovs operations 20080303
8 LOAD_ASSIGNMENT_ATTRIBUTES Instance method Private Method Load assignment attribute values 20080219
9 ON_DROP Instance method Public Method Add a check on drop event 20081021
10 REMOVE_CHECK Instance method Public Method Remove a check 20080218
11 REQUIRES_NEW_EXTENSION Instance method Public Method Return true if the check set requires a new extension 20080503
12 SET_CHECK_CLASS Instance method Private Method Set the check class 20080219
13 SET_CHECK_FIXED_VALUE Instance method Private Method Set the initial value check for a check 20080218
14 SET_CHECK_INITIAL_VALUE Instance method Private Method Set the initial value check 20080218
15 SET_CHECK_STRUCTURE Instance method Private Method Set the structure for a check 20080218
16 SET_EVENT Instance method Private Method Set the event class 20081106
17 SET_FOCUSED_CHECK Instance method Private Method Set the currently focused check 20080415
18 SET_STRUCTURE_FIELD_ASSIGNMENT Instance method Private Method Set the assignment to the structure field check 20080403
19 SET_SWITCH Instance method Private Method Set the switch for a check 20080219
Events
Class CL_SMT_WD_CHECK_SET has no event.
Types
Class CL_SMT_WD_CHECK_SET has no local type.
Method Signatures

Method ADD_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEVELOPMENT_PACKAGE Call by reference Type reference (TYPE) DEVCLASS Package 20080304

Method ADD_CHECK on class CL_SMT_WD_CHECK_SET has no exception.

Method CLONE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEVELOPMENT_PACKAGE Call by reference Type reference (TYPE) DEVCLASS Package 20080406

Method CLONE_CHECK on class CL_SMT_WD_CHECK_SET has no exception.

Method GET_CHECK_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CHECK Call by reference Object reference (TYPE REF TO) CL_SMT_CHECK Check 20080216
2 Returning RS_DATA Value transfer Type reference (TYPE) SMT_WD_S_CHECK Check information 20080216

Method GET_CHECK_DATA on class CL_SMT_WD_CHECK_SET has no exception.

Method GET_SELECTED_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20080218
# Exception Resumable Description Created on
1 CX_SMT_DATA_NOT_FOUND Data not found error 20080218

Method HANDLE_CHECK_CLASS_OVS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CALLBACK_OBJECT Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20080225

Method HANDLE_CHECK_CLASS_OVS on class CL_SMT_WD_CHECK_SET has no exception.

Method HANDLE_FIELD_OVS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CALLBACK_OBJECT Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20080303

Method HANDLE_FIELD_OVS on class CL_SMT_WD_CHECK_SET has no exception.

Method HANDLE_STRUCTURE_OVS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CALLBACK_OBJECT Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20080303

Method HANDLE_STRUCTURE_OVS on class CL_SMT_WD_CHECK_SET has no exception.

Method LOAD_ASSIGNMENT_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20080219

Method LOAD_ASSIGNMENT_ATTRIBUTES on class CL_SMT_WD_CHECK_SET has no exception.

Method ON_DROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20090125
2 Importing IV_FIELD Call by reference Type reference (TYPE) SMT_FIELD_PATH Field of Source Structure 20090125

Method ON_DROP on class CL_SMT_WD_CHECK_SET has no exception.

Method REMOVE_CHECK Signature

Method REMOVE_CHECK on class CL_SMT_WD_CHECK_SET has no parameter.
Method REMOVE_CHECK on class CL_SMT_WD_CHECK_SET has no exception.

Method REQUIRES_NEW_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_REQUIRED Value transfer Type reference (TYPE) SMT_BOOLEAN 20080503

Method REQUIRES_NEW_EXTENSION on class CL_SMT_WD_CHECK_SET has no exception.

Method SET_CHECK_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20080219

Method SET_CHECK_CLASS on class CL_SMT_WD_CHECK_SET has no exception.

Method SET_CHECK_FIXED_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20080218

Method SET_CHECK_FIXED_VALUE on class CL_SMT_WD_CHECK_SET has no exception.

Method SET_CHECK_INITIAL_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20080218

Method SET_CHECK_INITIAL_VALUE on class CL_SMT_WD_CHECK_SET has no exception.

Method SET_CHECK_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20080218

Method SET_CHECK_STRUCTURE on class CL_SMT_WD_CHECK_SET has no exception.

Method SET_EVENT Signature

Method SET_EVENT on class CL_SMT_WD_CHECK_SET has no parameter.
Method SET_EVENT on class CL_SMT_WD_CHECK_SET has no exception.

Method SET_FOCUSED_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20080415

Method SET_FOCUSED_CHECK on class CL_SMT_WD_CHECK_SET has no exception.

Method SET_STRUCTURE_FIELD_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20080403

Method SET_STRUCTURE_FIELD_ASSIGNMENT on class CL_SMT_WD_CHECK_SET has no exception.

Method SET_SWITCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20080219

Method SET_SWITCH on class CL_SMT_WD_CHECK_SET has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 701