SAP ABAP Class CL_DBA_ACTION_CONTROLLER_SETUP (DB6: Abstract Controller for Guided Activities)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_RUNTIME (Package) DBA Cockpit: Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DBA_ACTION_CONTROLLER DBA Cockpit: Abstract Action Controller 20091009
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_CONTROLLER_QUAC DBA Cockpit: Controller I/F for Quick Activities 20120524
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_CONTROLLER_SETUP DBA Cockpit: Controller Interface for Guided Activities 20080513
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DB6_ACTION_CONTROLLER_SETUP DB6: Setup Controller 20091009
2 Inheritance (c INHERITING FROM c_ref)  CL_DB6_ACTION_RECLUSTER_WIZARD DB6 MDC Reclustering Wizard 20100216
3 Inheritance (c INHERITING FROM c_ref)  CL_DBA_ACTION_JOB DBA Cockpit: Controller for Jobs 20090116
4 Inheritance (c INHERITING FROM c_ref)  CL_DBA_ACTION_SYSTEM_WIZARD DBA Cockpit: Wizard for System Integration 20080520
Properties
Class CL_DBA_ACTION_CONTROLLER_SETUP  
Short Description DB6: Abstract Controller for Guided Activities    
Super Class CL_DBA_ACTION_CONTROLLER DBA Cockpit: Abstract Action Controller 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_RUNTIME   DBA Cockpit: Runtime 
Created 20080509   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 CL_WD_ROAD_MAP_STEP Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_DBA_ACTION_CONTROLLER_QUAC DBA Cockpit: Controller I/F for Quick Activities 20120524
2 IF_DBA_ACTION_CONTROLLER_SETUP DBA Cockpit: Controller Interface for Guided Activities 20080513
Friends
Class CL_DBA_ACTION_CONTROLLER_SETUP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CMD_NAVIGATE_BACK Constant Public Type reference (TYPE) SYUCOMM 'NAVIGATE_BACK' Function Code that Triggered PAI 20090909
2 CMD_NAVIGATE_EXECUTE Constant Public Type reference (TYPE) SYUCOMM 'NAVIGATE_EXECUTE' Function Code that Triggered PAI 20090909
3 CMD_NAVIGATE_FORWARD Constant Public Type reference (TYPE) SYUCOMM 'NAVIGATE_FORWARD' Function Code that Triggered PAI 20090909
4 MSGWINDOW Instance attribute Public Object reference (TYPE REF TO) CL_DBA_MSG_WINDOW_SETUP DBA Cockpit: Msgwindow for Setups 20080521
5 NAV_REF Instance attribute Private Attribute reference (LIKE) 20080509
6 REBIND_STEP Instance attribute Private Type reference (TYPE) STEP_REBIND_LIST 20101209
7 REFRESH_STEP Instance attribute Private Type reference (TYPE) STEP_REFRESH_LIST 20080519
8 VIEW_DATA Instance attribute Private Attribute reference (LIKE) 20080509
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ROUNDTRIP_END Instance method Protected Method 20080604
2 ADD_ROUNDTRIP_START Instance method Protected Method 20080604
3 ADD_STEP Instance method Protected Method 20080513
4 ADD_SUB_STEP Instance method Protected Method 20080530
5 CHECK_MANDATORY_FIELD Instance method Protected Method 20080515
6 DISABLE_ROUNDTRIP Instance method Protected Method 20080701
7 ENABLE_ROUNDTRIP Instance method Protected Method 20080701
8 EXECUTE_ACTIONS Instance method Private Method execute wizard actions 20080509
9 REFRESH_INTRO Instance method Private Method 20080514
10 REFRESH_PROTOCOL Instance method Private Method 20080514
11 REFRESH_SUMMARY Instance method Private Method 20080514
12 ROUNDTRIP_IS_VISIBLE Instance method Private Method 20080604
13 SETUP_WIZARD_MODE Instance method Private Method 20080509
Events
Class CL_DBA_ACTION_CONTROLLER_SETUP has no event.
Types
Class CL_DBA_ACTION_CONTROLLER_SETUP has no local type.
Method Signatures

Method ADD_ROUNDTRIP_END Signature

Method ADD_ROUNDTRIP_END on class CL_DBA_ACTION_CONTROLLER_SETUP has no parameter.
Method ADD_ROUNDTRIP_END on class CL_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method ADD_ROUNDTRIP_START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENABLED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080604
2 Importing EXPAND Call by reference Type reference (TYPE) ABAP_BOOL 20080604
3 Importing HIDDEN Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080604
4 Importing TITLE Call by reference Type reference (TYPE) CLIKE 20080604

Method ADD_ROUNDTRIP_START on class CL_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method ADD_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENABLED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080516
2 Importing HIDDEN Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080513
3 Importing TITLE Call by reference Type reference (TYPE) CLIKE 20080513
4 Importing TYPE Call by reference Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE CL_WD_ROAD_MAP_STEP=>E_TYPE-STANDARD Type of Enumeration of a UIE Library 20080529

Method ADD_STEP on class CL_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method ADD_SUB_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENABLED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080530
2 Importing HIDDEN Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080530
3 Importing TITLE Call by reference Type reference (TYPE) CLIKE 20080530

Method ADD_SUB_STEP on class CL_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method CHECK_MANDATORY_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) CLIKE 20080515
2 Returning OK Value transfer Type reference (TYPE) ABAP_BOOL 20080515
3 Importing VALUE Call by reference Type reference (TYPE) ANY 20080515

Method CHECK_MANDATORY_FIELD on class CL_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method DISABLE_ROUNDTRIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STEPNO Call by reference Type reference (TYPE) DBA_WD_STEP-STEPNO 20080701

Method DISABLE_ROUNDTRIP on class CL_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method ENABLE_ROUNDTRIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STEPNO Call by reference Type reference (TYPE) DBA_WD_STEP-STEPNO 20080701

Method ENABLE_ROUNDTRIP on class CL_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method EXECUTE_ACTIONS Signature

Method EXECUTE_ACTIONS on class CL_DBA_ACTION_CONTROLLER_SETUP has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_ROOT DBA Cockpit: Root exception class 20080515

Method REFRESH_INTRO Signature

Method REFRESH_INTRO on class CL_DBA_ACTION_CONTROLLER_SETUP has no parameter.
Method REFRESH_INTRO on class CL_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method REFRESH_PROTOCOL Signature

Method REFRESH_PROTOCOL on class CL_DBA_ACTION_CONTROLLER_SETUP has no parameter.
Method REFRESH_PROTOCOL on class CL_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method REFRESH_SUMMARY Signature

Method REFRESH_SUMMARY on class CL_DBA_ACTION_CONTROLLER_SETUP has no parameter.
Method REFRESH_SUMMARY on class CL_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method ROUNDTRIP_IS_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VISIBLE Value transfer Type reference (TYPE) ABAP_BOOL 20080604

Method ROUNDTRIP_IS_VISIBLE on class CL_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method SETUP_WIZARD_MODE Signature

Method SETUP_WIZARD_MODE on class CL_DBA_ACTION_CONTROLLER_SETUP has no parameter.
Method SETUP_WIZARD_MODE on class CL_DBA_ACTION_CONTROLLER_SETUP has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 711