SAP ABAP Interface IF_DB6_ACTION_CONTROLLER (DB6: Interface of DBA Action)
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 composition (i COMPRISING i_ref)  IF_DB6_ACTION_CONTROLLER_RANGE DBA Cockpit: Interface to Actions with Data Preselection 20050510
2 Interface composition (i COMPRISING i_ref)  IF_DBA_ACTION_CONTROLLER_RESET DBA Cockpit: Interface of Controllers with RESET logics 20051122
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DBA_ACTION_CONTROLLER DBA Cockpit: Abstract Action Controller 20051129
Properties
Interface IF_DB6_ACTION_CONTROLLER  
Short Description DB6: Interface of DBA Action    
General Data
Package SDBA_RUNTIME   DBA Cockpit: Runtime 
Created 20040420   SAP 
Last changed 20140121   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)
2 DB6CC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_DB6_ACTION_CONTROLLER has no interface.
Friends
Interface IF_DB6_ACTION_CONTROLLER has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTION_BUTTONS Instance attribute Public Type reference (TYPE) DBA_WD_BUTTON_LIST DBA: List of Buttons 20091029
2 ACTION_DESCR Instance attribute Public Type reference (TYPE) DB6CC_ACTION_DESCR_ENTRY 20090210
3 ACTIVE_TABSTRIP Instance attribute Public Type reference (TYPE) DB6PATH DB6: File Path 20041012
4 ADVISOR Instance attribute Public Object reference (TYPE REF TO) CL_DB6_ADVISOR DB6: Advisor Administration 20091001
5 COMPONENT_BUILDER_REF Instance attribute Public Object reference (TYPE REF TO) CL_DBA_COMPONENT_BUILDER DB6: Layout Description of Snapshot Data 20091222
6 CTRL Instance attribute Public Type reference (TYPE) DBA_ACTION_CTRL DBA Cockpit: Global Action Controller Data 20040420
7 EXCLUDED_FCODES Instance attribute Public Type reference (TYPE) DB6CC_EXCLUDED_FCODES 20040422
8 GUI_REF Instance attribute Public Object reference (TYPE REF TO) CL_DBA_GUI_SCREEN_CONTROL DBA Cockpit: GUI Tools 20081030
9 INVALID Instance attribute Public Type reference (TYPE) ABAP_BOOL 20050520
10 LIFETIME Instance attribute Public Type reference (TYPE) I 20050902
11 LIFETIME_ACTION Constant Public Type reference (TYPE) I 2 20050902
12 LIFETIME_SESSION Constant Public Type reference (TYPE) I 0 20050902
13 LIFETIME_SYSTEM Constant Public Type reference (TYPE) I 1 20050902
14 MODIFIED_ATTRIBUTES Instance attribute Public Type reference (TYPE) DBA_WD_ATTR_LIST DBA Cockpit: List of Attributes 20090901
15 MR_ALERTTING_INFO_DATA Instance attribute Public Object reference (TYPE REF TO) DATA 20120823
16 NAV_REF Instance attribute Public Object reference (TYPE REF TO) CL_DB6_TREE_NAVIGATOR CL_DB6_TREE_NAVIGATOR 20040420
17 OKCODE_PROCESSED Instance attribute Public Type reference (TYPE) ABAP_BOOL 20090220
18 PF_STATUS Instance attribute Public Type reference (TYPE) SYPFKEY Screens, current GUI status 20040421
19 REBIND Instance attribute Public Type reference (TYPE) ABAP_BOOL 20090903
20 REFRESH_DATE Instance attribute Public Type reference (TYPE) SYDATUM 20040528
21 REFRESH_TIME Instance attribute Public Type reference (TYPE) SYUZEIT 20040528
22 TITLE Instance attribute Public Type reference (TYPE) SYTITLE Screens, title text 20040421
23 TITLE_VAR_1 Instance attribute Public Type reference (TYPE) STRING 20060523
24 TITLE_VAR_2 Instance attribute Public Type reference (TYPE) STRING 20060523
25 TITLE_VAR_3 Instance attribute Public Type reference (TYPE) STRING 20060523
26 TITLE_VAR_4 Instance attribute Public Type reference (TYPE) STRING 20060523
27 TITLE_VAR_5 Instance attribute Public Type reference (TYPE) STRING 20060523
28 TITLE_VAR_6 Instance attribute Public Type reference (TYPE) STRING 20060523
29 TITLE_VAR_7 Instance attribute Public Type reference (TYPE) STRING 20060523
30 TITLE_VAR_8 Instance attribute Public Type reference (TYPE) STRING 20060523
31 TITLE_VAR_9 Instance attribute Public Type reference (TYPE) STRING 20060523
32 VIEW_DATA_REF Instance attribute Public Object reference (TYPE REF TO) DATA 20040420
33 VIEW_STRUCTURE Instance attribute Public Type reference (TYPE) DB6PATH DB6: File Path 20040421
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method 20040420
2 CONTINUE_AFTER_ERROR Instance method Public Method 20040420
3 DISPLAY_DETAIL_IN_PANEL Instance method Public Method 20110315
4 DISPLAY_VIEW Instance method Public Method 20040714
5 EXCLUDE_FCODE Instance method Public Method 20110615
6 FREE Instance method Public Method 20040420
7 GET_LOCK_KEY Instance method Public Method 20070118
8 GET_TITLE Instance method Public Method 20101213
9 HANDLE_EXIT_COMMAND Instance method Public Method 20040429
10 HANDLE_PAI Instance method Public Method 20040420
11 HANDLE_PARTITION_CHANGED Instance method Public Method 20050826
12 HANDLE_SYSTEM_CHANGED Instance method Public Method 20040914
13 INIT Instance method Public Method 20040420
14 IS_AUTHORIZED Instance method Public Method 20101126
15 IS_READONLY Instance method Public Method 20091008
16 IS_WRITABLE Instance method Public Method 20090212
17 REFRESH_REQUESTED Instance method Public Method 20070503
18 REFRESH_VIEW Instance method Public Method 20040420
19 REQUEST_REFRESH Instance method Public Method 20040420
20 SET_ACTION_DESCR Instance method Public Method 20090210
21 SET_ADVISOR Instance method Public Method 20091001
22 SET_COMPONENT_BUILDER Instance method Public Method 20091222
23 SET_NAV_REF Instance method Public Method 20040421
24 SET_PARTITION Instance method Public Method 20040603
25 SET_READ_MODE Instance method Public Method 20090212
26 SET_SYSID Instance method Public Method 20040421
27 SET_TABSTRIP Instance method Public Method 20041115
28 SET_VIEW_DATA_REF Instance method Public Method 20040430
29 SET_WRITE_MODE Instance method Public Method 20090212
30 TOGGLE_WRITE_MODE Instance method Public Method 20090212
Events
Interface IF_DB6_ACTION_CONTROLLER has no event.
Types
Interface IF_DB6_ACTION_CONTROLLER has no local type.
Method Signatures

Method CHECK Signature

Method CHECK on Interface IF_DB6_ACTION_CONTROLLER has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_ROOT DB6: Wurzelklasse für Ausnahmen 20071213

Method CONTINUE_AFTER_ERROR Signature

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

Method CONTINUE_AFTER_ERROR on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method DISPLAY_DETAIL_IN_PANEL Signature

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

Method DISPLAY_DETAIL_IN_PANEL on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method DISPLAY_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SCREEN Call by reference Type reference (TYPE) SYDYNNR ABAP-Programm, Nummer des aktuellen Bilds 20040714
2 Importing VIEW_NAME Call by reference Type reference (TYPE) STRING 20070503

Method DISPLAY_VIEW on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method EXCLUDE_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) SYUCOMM Function code that PAI triggered 20110615

Method EXCLUDE_FCODE on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method FREE Signature

Method FREE on Interface IF_DB6_ACTION_CONTROLLER has no parameter.
Method FREE on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method GET_LOCK_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LOCK_KEY Value transfer Type reference (TYPE) DBA_ACTION_LOCK_KEY DBA Cockpit: Lock Argument for Actions 20070118

Method GET_LOCK_KEY on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method GET_TITLE Signature

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

Method GET_TITLE on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method HANDLE_EXIT_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OKCODE Call by reference Type reference (TYPE) SYUCOMM Bilder, Funktionscode ausgelöst durch PAI 20040429
2 Importing SCREEN Call by reference Type reference (TYPE) SYDYNNR ABAP-Programm, Nummer des aktuellen Bilds 20040914

Method HANDLE_EXIT_COMMAND on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method HANDLE_PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OKCODE Call by reference Type reference (TYPE) SYUCOMM Bilder, Funktionscode ausgelöst durch PAI 20040421
2 Importing SCREEN Call by reference Type reference (TYPE) SYDYNNR ABAP-Programm, Nummer des aktuellen Bilds 20040914
# Exception Resumable Description Created on
1 CX_DBA_ROOT 20051202

Method HANDLE_PARTITION_CHANGED Signature

Method HANDLE_PARTITION_CHANGED on Interface IF_DB6_ACTION_CONTROLLER has no parameter.
Method HANDLE_PARTITION_CHANGED on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method HANDLE_SYSTEM_CHANGED Signature

Method HANDLE_SYSTEM_CHANGED on Interface IF_DB6_ACTION_CONTROLLER has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_ROOT DB6: Wurzelklasse für Ausnahmen 20050519

Method INIT Signature

Method INIT on Interface IF_DB6_ACTION_CONTROLLER has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_ROOT 20071213

Method IS_AUTHORIZED Signature

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

Method IS_AUTHORIZED on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method IS_READONLY Signature

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

Method IS_READONLY on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method IS_WRITABLE Signature

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

Method IS_WRITABLE on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method 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 20070503

Method REFRESH_REQUESTED on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method REFRESH_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SCREEN Call by reference Type reference (TYPE) SYDYNNR ABAP-Programm, Nummer des aktuellen Bilds 20040430
# Exception Resumable Description Created on
1 CX_DBA_ROOT DBA Cockpit: Root exception class 20110517

Method REQUEST_REFRESH Signature

Method REQUEST_REFRESH on Interface IF_DB6_ACTION_CONTROLLER has no parameter.
Method REQUEST_REFRESH on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method SET_ACTION_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESCR Call by reference Type reference (TYPE) DB6CC_ACTION_DESCR_ENTRY 20090210

Method SET_ACTION_DESCR on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method SET_ADVISOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADVISOR_REF Call by reference Object reference (TYPE REF TO) CL_DB6_ADVISOR DB6: Advisor Administration 20091001

Method SET_ADVISOR on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method SET_COMPONENT_BUILDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_BUILDER_REF Call by reference Object reference (TYPE REF TO) CL_DBA_COMPONENT_BUILDER DB6: Layout Description of Snapshot Data 20091222

Method SET_COMPONENT_BUILDER on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method SET_NAV_REF Signature

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

Method SET_NAV_REF on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method SET_PARTITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARTITION Call by reference Type reference (TYPE) DB6PARTNAM DB6: Partitionsname für Listenfeldelement 20040603

Method SET_PARTITION on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method SET_READ_MODE Signature

Method SET_READ_MODE on Interface IF_DB6_ACTION_CONTROLLER has no parameter.
Method SET_READ_MODE on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method SET_SYSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SYSID Call by reference Type reference (TYPE) DB6NAVSYST-SYSID Name des SAP-Systems 20040421

Method SET_SYSID on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method SET_TABSTRIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABSTRIP Call by reference Type reference (TYPE) CLIKE 20041115

Method SET_TABSTRIP on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method SET_VIEW_DATA_REF Signature

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

Method SET_VIEW_DATA_REF on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method SET_WRITE_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCK_KEY Call by reference Type reference (TYPE) ANY 20090212

Method SET_WRITE_MODE on Interface IF_DB6_ACTION_CONTROLLER has no exception.

Method TOGGLE_WRITE_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCK_KEY Call by reference Type reference (TYPE) ANY 20090216

Method TOGGLE_WRITE_MODE on Interface IF_DB6_ACTION_CONTROLLER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 700