SAP ABAP Class CL_DB2_ACTION_FAILOVER_CONFIG (DB2: Failover Configuratio: Basic class (accessible))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-DB2 (Application Component) DB2 for z/OS
     STU2 (Package) CCMS for DB2 for OS/390
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DB2_ACTION_CONTROLLER DB2: Abstract Action Controller 20111107
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_COMMAND_CONFIRM DBA Cockpit: Controller I/F for Confirmation of Actions 20120209
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_CONTROLLER_ALV DBA Cockpit: Access to ALV object 20111107
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_CONTROLLER_TREE DBA Cockpit: Interface for Tree 20120209
Properties
Class CL_DB2_ACTION_FAILOVER_CONFIG  
Short Description DB2: Failover Configuratio: Basic class (accessible)    
Super Class CL_DB2_ACTION_CONTROLLER DB2: Abstract Action Controller 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STU2   CCMS for DB2 for OS/390 
Created 20111107   SAP 
Last change 20140121   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_DBA_ACTION_COMMAND_CONFIRM DBA Cockpit: Controller I/F for Confirmation of Actions 20120209
2 IF_DBA_ACTION_CONTROLLER_ALV DBA Cockpit: Access to ALV object 20111107
3 IF_DBA_ACTION_CONTROLLER_TREE DBA Cockpit: Interface for Tree 20120209
Friends
Class CL_DB2_ACTION_FAILOVER_CONFIG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AFFINITY_LISTS_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_ALV alv holding affinity lists 20120131
2 AFFINITY_LIST_NEW_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_ALV alv holding new affinity list 20120131
3 AFF_LST_ALTERNATE_SERVERS_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_ALV alv holding alternate servers on aff list tab 20130905
4 CLIENT_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_ALV alv for clients 20111128
5 CLIENT_DROPDOWN Instance attribute Private Type reference (TYPE) LVC_T_DROP Table for dropdown fields in client ALV 20120309
6 CONST_ACR_RETRY_INTERVAL Constant Public Type reference (TYPE) DB2STRING 'acrRetryInterval' String 20131105
7 CONST_AFFINITY_FAILBACK_INTER Constant Public Type reference (TYPE) DB2STRING 'affinityFailbackInterval' String 20131105
8 CONST_ENABLE_ACR Constant Public Type reference (TYPE) DB2STRING 'enableAcr' String 20131105
9 CONST_ENABLE_ALTERNATE_FIRST Constant Public Type reference (TYPE) DB2STRING 'enableAlternateServerListFirstConnect' String 20131105
10 CONST_ENABLE_SEAMLESS_ACR Constant Public Type reference (TYPE) DB2STRING 'enableSeamlessAcr' String 20131105
11 CONST_FALSE Constant Private Type reference (TYPE) DB2STRING 'false' String 20131105
12 CONST_MAX_ACR_RETRIES Constant Public Type reference (TYPE) DB2STRING 'maxAcrRetries' String 20131105
13 CONST_TRUE Constant Private Type reference (TYPE) DB2STRING 'true' String 20131105
14 CURRENT_DB Instance attribute Private Type reference (TYPE) DB2DDFNAME Used for Saving conent of Special Register Current Server 20120309
15 DATA_SHARING_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_ALV alv holding database sharing members in db details tab 20120131
16 DB_FRONTEND Instance attribute Private Type reference (TYPE) DB2_FAILOVER_DB contains the delivered frontend db 20121030
17 DEFAULT_MEMBER Instance attribute Private Type reference (TYPE) DB2_FAILOVER_SERVER this is the default connection 20120309
18 DETECTED_CLIENTS Instance attribute Private Type reference (TYPE) MSXXLIST_T contains detected appserver 20120309
19 DETECTED_DS_MEMBER Instance attribute Private Type reference (TYPE) DB2DSMEM_TAB holds a list of detected data sharing member 20120217
20 DSN_ELEMENT Instance attribute Private Type reference (TYPE) STRING 20120309
21 EDIT_DDF Instance attribute Private Type reference (TYPE) ABAP_BOOL is editing of DDF Location toggled? 20120309
22 IMPORTED_RAW_CONFIG Instance attribute Private Type reference (TYPE) DB2_FAILOVER_UNPARSED_DATA contains the raw imported config with associated format 20120823
23 INPUT_FORMAT Instance attribute Private Type reference (TYPE) INT4 -1 Natural number 20121206
24 IS_DS Instance attribute Private Type reference (TYPE) ABAP_BOOL registers if db of config is data_sharing 20120309
25 MASTER_TREE Instance attribute Private Object reference (TYPE REF TO) CL_DB6_COLUMN_TREE ALV holding the whole configuration 20111110
26 NAV_REF Instance attribute Private Attribute reference (LIKE) 20111107
27 PARAM_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_ALV ALV for presenting parameters 20120109
28 POSSIBLE_PARAMETERS Instance attribute Private Type reference (TYPE) DB2_FAILOVER_T_PARAMETER list of accepted parameters 20120312
29 PREVIEW_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_ALV DB6: simple ALV abstraction 20120109
30 SAVE_DATA_PENDING Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130905
31 SELECTED_AFF_LST Instance attribute Private Type reference (TYPE) INT4 saves the currenty affinity list number 20120309
32 TAB_TITLES Instance attribute Private Type reference (TYPE) DB2_T_STRING string table with tab titles 20120312
33 TREE_STRUC Instance attribute Private Type reference (TYPE) DB6CFGTREE_TAB DB6: Table of DB6CFGTREE 20111111
34 VIEW_DATA Instance attribute Private Type reference (TYPE) DB2_VIEW_FAILOVER_CONFIG VIEW DATA for db2 Failover configuration 20111107
Methods
# Method Level Visibility Method type Description Created on
1 AFF_LIST_TO_LISTBOX Instance method Private Method this methods returns an affnity list formatted for a listbox 20120109
2 CHECK Instance method Private Method 20130905
3 CHECK_AND_SET_RFC_DES Instance method Private Method checks if a correft rfc exists 20120830
4 COMPARE_AFFINITY_LIST Instance method Private Method returns true if two aff. lists are equal and false if not 20121031
5 CONFIG_EXPORT Instance method Private Method handles GUI download of selected ouput format 20120131
6 CONFIG_IMPORT Instance method Private Method handle GUI upload 20120131
7 CREATE_FOLDER_NODE Instance method Private Method create a single folder node 20111111
8 CREATE_LEAF_NODE Instance method Private Method create a single leaf node 20111111
9 FILL_AFFINITY_LIST_PREVIEW Instance method Private Method format affinity list of selected appserver for preview 20120319
10 FILL_DROPDOWN_ALT_SERV Instance method Private Method This method fills the dropdown box for the alternative serve 20120117
11 FILL_DROPDOWN_PARAMETERS Instance method Private Method this method inits known parameters and fills the f4 help 20120130
12 FILL_SELECTED_AFFINITY_LIST Instance method Private Method formats the selected affinity list for display on affLst tab 20120319
13 GET_AFF_LIST_NAME_OF_CLIENT Instance method Private Method This methods retrieves the aprobiate List Name for linking 20120105
14 GET_AFF_LST_ENTRY Instance method Private Method take a db2 member and generate entry for affinity list displ 20120320
15 GET_OUTPUT_FORMAT_FOR_BACKEND Instance method Private Method this gets and translate the selected LstBx Value for backend 20120126
16 HANDLE_MASTER_TREE_DBL_CLICK Instance method Private Method this method handles a double click on a node of the tree 20120112
17 HANDLE_PAI_AFFINITY_LIST_TAB Instance method Private Method Handles the PAI events that occur on the affinity List tab 20120131
18 HANDLE_PAI_CLIENT_TAB Instance method Private Method This Method handles PAI events on the Client Tab 20120131
19 HANDLE_PAI_DATASHARING_TAB Instance method Private Method Handles PAI Events that occur on the datasharing tab 20120131
20 HANDLE_PAI_MOVE_AFFINITY_LISTS Instance method Private Method manages affinity list move actions after PAI event 20120221
21 HANDLE_PAI_PARAM_TAB Instance method Private Method This Method handles PAI Events from the Parameter Tab 20120130
22 INIT_ALVS Instance method Private Method Initialize ALV with databases on DB Details Tab 20120112
23 INIT_DS_MEMBERS_LIST Instance method Private Method initialiazes the detected data sharing list and default con 20120323
24 INIT_LABELS Instance method Private Method initialize labels for screen or WD 20120830
25 INIT_MASTER_TREE Instance method Private Method initialize the master alv 20111110
26 INIT_SYSTEM_TYPE Instance method Private Method determines system type of monitored system 20120322
27 MOVE_ALT_SRV Instance method Private Method this methods moves an alternative server in a direction 20111202
28 REFRESH_CLIENTS Instance method Private Method this methods fills the structures for the client_alv 20120209
29 REFRESH_DB Instance method Private Method refreshes the alvs on the database details tab 20120112
30 REFRESH_DB_ALT_SERV Instance method Private Method check cfg file against data sharing group and init dropdown 20120113
31 REFRESH_DB_CHILDS Instance method Private Method load new alternative Servers into approbiate alv 20111130
32 REFRESH_MASTER_TREE Instance method Private Method Refresh the master tree, include initial filling of nodes. 20111111
33 RELOAD_CONFIG_ON_APPSERVER Instance method Private Method calls approbiate function groups to reload config 20120313
34 SAVE Instance method Private Method handles different save actions 20120228
35 SAVE_AFFINITY_LIST Instance method Private Method handles the save operation of one affinity list 20120228
36 SAVE_CLIENT Instance method Private Method handles the save of clients 20120228
37 SAVE_DB_ALT_SERV Instance method Private Method this methods handles a change of an alternative server 20120228
38 SAVE_PARAMS Instance method Private Method This methods saves the parameters 20120228
39 SET_ALV_ATTRIBUTES_WD Instance method Private Method init ALV Attributes for WebDynpro 20120220
Events
Class CL_DB2_ACTION_FAILOVER_CONFIG has no event.
Types
Class CL_DB2_ACTION_FAILOVER_CONFIG has no local type.
Method Signatures

Method AFF_LIST_TO_LISTBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AFF_LIST Call by reference Type reference (TYPE) STRING DB2: Failover Configuration: a server order is affinity lst 20120109
2 Returning AFF_LIST_LISTBOX Value transfer Type reference (TYPE) DBA_STRING_TAB DBA Cockpit: Listbox Values 20120109
3 Importing AFF_LIST_NUM Call by reference Type reference (TYPE) I Index of affinity list 20120110

Method AFF_LIST_TO_LISTBOX on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method CHECK Signature

Method CHECK on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method CHECK on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method CHECK_AND_SET_RFC_DES Signature

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

Method CHECK_AND_SET_RFC_DES on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method COMPARE_AFFINITY_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AFFINITY_LIST_1 Value transfer Type reference (TYPE) DB2_FAILOVER_T_SERVER_ORDER DB2: Failover Configuration: a server order is affinity lst 20121031
2 Importing AFFINITY_LIST_2 Value transfer Type reference (TYPE) DB2_FAILOVER_T_SERVER_ORDER DB2: Failover Configuration: a server order is affinity lst 20121031
3 Returning EQUALS Value transfer Type reference (TYPE) ABAP_BOOL 20121031

Method COMPARE_AFFINITY_LIST on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method CONFIG_EXPORT Signature

Method CONFIG_EXPORT on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method CONFIG_EXPORT on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method CONFIG_IMPORT Signature

Method CONFIG_IMPORT on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method CONFIG_IMPORT on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method CREATE_FOLDER_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing BUILD_DATA Call by reference Type reference (TYPE) DB2_FAILOVER_T_TRANSFER subset of one dsn 20120103
2 Importing IS_FIRST_CALL Call by reference Type reference (TYPE) ABAP_BOOL tell me if this folder is first element 20111114
3 Changing NODECNT Call by reference Type reference (TYPE) I the actual node count 20111114
4 Importing PAR_NKEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20111114
5 Changing VALUE_COUNT Call by reference Type reference (TYPE) I number of value columns dynamically determined this for recu 20120320

Method CREATE_FOLDER_NODE on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method CREATE_LEAF_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FOLDER Value transfer Type reference (TYPE) ABAP_BOOL node is a folder, important for different settings 20111114
2 Changing NEW_FOLDER_KEY Value transfer Type reference (TYPE) TV_NODEKEY the nodekey for the new folder 20111114
3 Changing NODECNT Value transfer Type reference (TYPE) I node index 20111111
4 Importing PAR_NKEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20111111
5 Importing STRUC Call by reference Type reference (TYPE) DB2_FAILOVER_TRANSFER a row of transfered data, it has to be a leaf row 20111111
6 Importing VALUE_COUNT Call by reference Type reference (TYPE) I number of visible value columns 20120319

Method CREATE_LEAF_NODE on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method FILL_AFFINITY_LIST_PREVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SELECTED_ROW Call by reference Type reference (TYPE) INT4 Natural number 20120319

Method FILL_AFFINITY_LIST_PREVIEW on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method FILL_DROPDOWN_ALT_SERV Signature

Method FILL_DROPDOWN_ALT_SERV on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method FILL_DROPDOWN_ALT_SERV on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method FILL_DROPDOWN_PARAMETERS Signature

Method FILL_DROPDOWN_PARAMETERS on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method FILL_DROPDOWN_PARAMETERS on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method FILL_SELECTED_AFFINITY_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SELECTED_ROW Value transfer Type reference (TYPE) INT4 Natural number 20120319

Method FILL_SELECTED_AFFINITY_LIST on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method GET_AFF_LIST_NAME_OF_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT Call by reference Type reference (TYPE) DB2_FAILOVER_CLIENT Client we want to work with 20120105
2 Returning LIST_NAME Value transfer Type reference (TYPE) STRING Name of the Affinity List 20120105

Method GET_AFF_LIST_NAME_OF_CLIENT on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method GET_AFF_LST_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ENTRY_STRING Value transfer Type reference (TYPE) DBA_STRING_STRUC DBA Cockpit: Simple String Structure 20120320
2 Importing SERVER Call by reference Type reference (TYPE) DB2_FAILOVER_SERVER DB2: Failover Configuration: Structure for server adresses 20120320

Method GET_AFF_LST_ENTRY on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method GET_OUTPUT_FORMAT_FOR_BACKEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FORMAT Value transfer Type reference (TYPE) I the format is a constant of backend 20120126
2 Importing INPUT_FORMAT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE return format from input selection 20121206

Method GET_OUTPUT_FORMAT_FOR_BACKEND on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method HANDLE_MASTER_TREE_DBL_CLICK Signature

Method HANDLE_MASTER_TREE_DBL_CLICK on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method HANDLE_MASTER_TREE_DBL_CLICK on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method HANDLE_PAI_AFFINITY_LIST_TAB Signature

Method HANDLE_PAI_AFFINITY_LIST_TAB on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method HANDLE_PAI_AFFINITY_LIST_TAB on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method HANDLE_PAI_CLIENT_TAB Signature

Method HANDLE_PAI_CLIENT_TAB on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method HANDLE_PAI_CLIENT_TAB on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method HANDLE_PAI_DATASHARING_TAB Signature

Method HANDLE_PAI_DATASHARING_TAB on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method HANDLE_PAI_DATASHARING_TAB on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method HANDLE_PAI_MOVE_AFFINITY_LISTS Signature

Method HANDLE_PAI_MOVE_AFFINITY_LISTS on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method HANDLE_PAI_MOVE_AFFINITY_LISTS on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method HANDLE_PAI_PARAM_TAB Signature

Method HANDLE_PAI_PARAM_TAB on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method HANDLE_PAI_PARAM_TAB on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method INIT_ALVS Signature

Method INIT_ALVS on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method INIT_ALVS on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method INIT_DS_MEMBERS_LIST Signature

Method INIT_DS_MEMBERS_LIST on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method INIT_DS_MEMBERS_LIST on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method INIT_LABELS Signature

Method INIT_LABELS on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method INIT_LABELS on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method INIT_MASTER_TREE Signature

Method INIT_MASTER_TREE on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method INIT_MASTER_TREE on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method INIT_SYSTEM_TYPE Signature

Method INIT_SYSTEM_TYPE on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method INIT_SYSTEM_TYPE on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method MOVE_ALT_SRV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DIRECTION Call by reference Type reference (TYPE) STRING 20111202

Method MOVE_ALT_SRV on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method REFRESH_CLIENTS Signature

Method REFRESH_CLIENTS on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method REFRESH_CLIENTS on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method REFRESH_DB Signature

Method REFRESH_DB on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method REFRESH_DB on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method REFRESH_DB_ALT_SERV Signature

Method REFRESH_DB_ALT_SERV on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method REFRESH_DB_ALT_SERV on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method REFRESH_DB_CHILDS Signature

Method REFRESH_DB_CHILDS on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method REFRESH_DB_CHILDS on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method REFRESH_MASTER_TREE Signature

Method REFRESH_MASTER_TREE on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method REFRESH_MASTER_TREE on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method RELOAD_CONFIG_ON_APPSERVER Signature

Method RELOAD_CONFIG_ON_APPSERVER on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
# Exception Resumable Description Created on
1 CX_DB2_ROOT DB2: root class regarding exceptions 20120313

Method SAVE Signature

Method SAVE on class CL_DB2_ACTION_FAILOVER_CONFIG has no parameter.
Method SAVE on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method SAVE_AFFINITY_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LIST_NUMBER Call by reference Type reference (TYPE) I Index of Affinity List to save 20120228

Method SAVE_AFFINITY_LIST on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method SAVE_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE indicates use in check method 20130905
2 Exporting MSG_TAB Call by reference Type reference (TYPE) DB2CHAR256_TAB contains check messages 20130905

Method SAVE_CLIENT on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method SAVE_DB_ALT_SERV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE indicates use in che 20130905
2 Exporting MSG_TAB Call by reference Type reference (TYPE) DB2CHAR256_TAB contains check messages 20130905

Method SAVE_DB_ALT_SERV on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method SAVE_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE indicates use in check_method 20130905
2 Exporting MSG_TAB Call by reference Type reference (TYPE) DB2CHAR256_TAB contains check messages 20130905

Method SAVE_PARAMS on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.

Method SET_ALV_ATTRIBUTES_WD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALV Call by reference Object reference (TYPE REF TO) CL_DB6_ALV DB6: simple ALV abstraction 20120220

Method SET_ALV_ATTRIBUTES_WD on class CL_DB2_ACTION_FAILOVER_CONFIG has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740