SAP ABAP Interface IF_DBA_ACTION_CONTROLLER_SETUP (DBA Cockpit: Controller Interface 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 - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DBA_ACTION_CONTROLLER_SETUP DB6: Abstract Controller for Guided Activities 20080513
Properties
Interface IF_DBA_ACTION_CONTROLLER_SETUP  
Short Description DBA Cockpit: Controller Interface for Guided Activities    
General Data
Package SDBA_RUNTIME   DBA Cockpit: Runtime 
Created 20080509   SAP 
Last changed 20110908   SAP 
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
Interface IF_DBA_ACTION_CONTROLLER_SETUP has no interface.
Friends
Interface IF_DBA_ACTION_CONTROLLER_SETUP has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 REFRESH_STEPLIST Instance attribute Public Type reference (TYPE) ABAP_BOOL 20080516
2 STEPNO_EXECUTION Constant Public Type reference (TYPE) I 9999 20080513
3 STEPNO_INTRO Constant Public Type reference (TYPE) I 1 20090116
4 STEPNO_SUMMARY Constant Public Type reference (TYPE) I 9998 20080513
5 VIEW_DATA Instance attribute Public Type reference (TYPE) DBA_VIEW_WDA_WIZARD DBA Cockpit: View Data for Wizard Dummy 20080513
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_INPUT Instance method Public Method 20080513
2 CONFIRM_REBIND Instance method Public Method 20101209
3 CONFIRM_REFRESH Instance method Public Method 20080519
4 EXECUTE Instance method Public Method 20080515
5 GET_COMPONENT Instance method Public Method 20080516
6 GET_EXECUTION Instance method Public Method 20080513
7 GET_HIGHEST_ERROR_WEIGHT Instance method Public Method 20101014
8 GET_INTRODUCTION Instance method Public Method 20080513
9 GET_SUMMARY Instance method Public Method 20080513
10 GET_SUMMARY_MSG_LIST Instance method Public Method 20100326
11 GOTO_STEP Instance method Public Method 20080527
12 IS_EMBEDDING_STEP Instance method Public Method 20090119
13 IS_REBIND_REQUESTED Instance method Public Method 20101209
14 IS_REFRESH_REQUESTED Instance method Public Method 20080519
15 REFRESH Instance method Public Method 20080514
16 REQUEST_REBIND Instance method Public Method 20101209
17 REQUEST_REFRESH Instance method Public Method 20080519
18 SETUP Instance method Public Method 20080515
Events
Interface IF_DBA_ACTION_CONTROLLER_SETUP has no event.
Types
Interface IF_DBA_ACTION_CONTROLLER_SETUP has no local type.
Method Signatures

Method CHECK_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OK Value transfer Type reference (TYPE) ABAP_BOOL 20080513
2 Importing STEPNO Call by reference Type reference (TYPE) DBA_WD_STEP-STEPNO 20080513

Method CHECK_INPUT on Interface IF_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method CONFIRM_REBIND 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 20101209

Method CONFIRM_REBIND on Interface IF_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method CONFIRM_REFRESH 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 20080519

Method CONFIRM_REFRESH on Interface IF_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method EXECUTE Signature

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

Method GET_COMPONENT Signature

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

Method GET_COMPONENT on Interface IF_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method GET_EXECUTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MESSAGE Call by reference Type reference (TYPE) STRING 20080513
2 Exporting PROTOCOL Call by reference Type reference (TYPE) STRING 20080513
3 Exporting SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20080513

Method GET_EXECUTION on Interface IF_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method GET_HIGHEST_ERROR_WEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20101014

Method GET_HIGHEST_ERROR_WEIGHT on Interface IF_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method GET_INTRODUCTION Signature

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

Method GET_INTRODUCTION on Interface IF_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method GET_SUMMARY Signature

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

Method GET_SUMMARY on Interface IF_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method GET_SUMMARY_MSG_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MSG_LIST Value transfer Type reference (TYPE) DBA_MSG_LIST DBA Cockpit: Message List 20100326

Method GET_SUMMARY_MSG_LIST on Interface IF_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method GOTO_STEP 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 20080527

Method GOTO_STEP on Interface IF_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method IS_EMBEDDING_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_EMBEDDING Value transfer Type reference (TYPE) ABAP_BOOL 20090119
2 Importing STEPNO Call by reference Type reference (TYPE) I 20090119

Method IS_EMBEDDING_STEP on Interface IF_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method IS_REBIND_REQUESTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning REBIND Value transfer Type reference (TYPE) ABAP_BOOL 20101209
2 Importing STEPNO Call by reference Type reference (TYPE) DBA_WD_STEP-STEPNO 20101209

Method IS_REBIND_REQUESTED on Interface IF_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method IS_REFRESH_REQUESTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning REFRESH Value transfer Type reference (TYPE) ABAP_BOOL 20080519
2 Importing STEPNO Call by reference Type reference (TYPE) DBA_WD_STEP-STEPNO 20080519

Method IS_REFRESH_REQUESTED on Interface IF_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method REFRESH 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 20080514

Method REFRESH on Interface IF_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method REQUEST_REBIND 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 20101209

Method REQUEST_REBIND on Interface IF_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method REQUEST_REFRESH 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 20080519

Method REQUEST_REFRESH on Interface IF_DBA_ACTION_CONTROLLER_SETUP has no exception.

Method SETUP Signature

Method SETUP on Interface IF_DBA_ACTION_CONTROLLER_SETUP has no parameter.
Method SETUP on Interface IF_DBA_ACTION_CONTROLLER_SETUP has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 711