SAP ABAP Class CL_DBA_DBCON_HELPER (DBA: Helper for DBCON Setup for SolMan)
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 Inheritance (c INHERITING FROM c_ref)  CL_ADA_DBCON_HELPER ADA: Helper for DBCON Setup for SolMan 20090318
2 Inheritance (c INHERITING FROM c_ref)  CL_DB2_DBCON_HELPER DB2: Helper for DBCON Setup for SolMan 20090327
3 Inheritance (c INHERITING FROM c_ref)  CL_DB4_DBCON_HELPER DB4: Helper for DBCON Setup for SolMan 20090327
4 Inheritance (c INHERITING FROM c_ref)  CL_DB6_DBCON_HELPER DB6: Helper for DBCON Setup for SolMan 20090319
5 Inheritance (c INHERITING FROM c_ref)  CL_HDB_DBCON_HELPER HDB: Helper for DBCON Setup for SolMan 20101015
6 Inheritance (c INHERITING FROM c_ref)  CL_MSS_DBCON_HELPER MSS: Helper for DBCON Setup for SolMan 20090323
7 Inheritance (c INHERITING FROM c_ref)  CL_ORA_DBCON_HELPER ORA: Helper for DBCON Setup for SolMan 20090327
8 Inheritance (c INHERITING FROM c_ref)  CL_SIQ_DBCON_HELPER SIQ: Helper for DBCON Setup for SolMan 20131014
9 Inheritance (c INHERITING FROM c_ref)  CL_SYB_DBCON_HELPER SYB: Helper for DBCON Setup for SolMan 20101118
Properties
Class CL_DBA_DBCON_HELPER  
Short Description DBA: Helper for DBCON Setup for SolMan    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_RUNTIME   DBA Cockpit: Runtime 
Created 20090318   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)
Interfaces
Class CL_DBA_DBCON_HELPER has no interface implemented.
Friends
Class CL_DBA_DBCON_HELPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ATTRIBUTES Instance attribute Protected Type reference (TYPE) DBA_SOLMAN_WDY_PARAM_LIST DBA Cockpit: List of DB Connection Parameters 20090323
2 CONNECT Instance attribute Protected Type reference (TYPE) STRING SAPDBCTRL: Connect String 20100312
3 CON_REF Instance attribute Protected Object reference (TYPE REF TO) CL_DBA_DBCON DBA Cockpit: DBCON administration 20090319
4 CO_DISTRIBUTION_LOCAL Constant Public Type reference (TYPE) STRING 'local' DBA: Standard Single Node 20100422
5 CO_DISTRIBUTION_SHARED Constant Public Type reference (TYPE) STRING 'shared' DBA: Parallel Sysplex, pureScale, RAC 20100422
6 CO_DISTRIBUTION_SHARED_NOTHING Constant Public Type reference (TYPE) STRING 'shared-nothing' DBA: DPF 20100422
7 DBSYS Instance attribute Protected Type reference (TYPE) DBCON_DBMS Database system 20090320
8 DISTRIBUTION Instance attribute Protected Type reference (TYPE) STRING DBA: Data Distribution (Cluster Type) 20100422
9 KEYWORD_DBA_NEW_CONNECTION Constant Public Type reference (TYPE) STRING 'DBA_DB_NEW_CONNECTION' 20090702
10 LSID Instance attribute Protected Type reference (TYPE) STRING 20100302
11 OPTIONS Instance attribute Protected Type reference (TYPE) DBA_SOLMAN_WDY_PARAM_LIST DBA Cockpit: List of DB Connection Parameters 20090514
12 SLD_ID Instance attribute Protected Type reference (TYPE) STRING 20090702
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090319
2 CREATE_NAVSYST Instance method Public Method 20090324
3 DELETE_ATTRIBUTE Instance method Protected Method 20121106
4 FILL_USING_SYS_REF Static method Private Method 20090324
5 GET_ATTRIBUTES Instance method Public Method 20090319
6 GET_COCKPIT_URL Instance method Public Method 20090319
7 GET_COCKPIT_URL_ITS Instance method Protected Method 20090319
8 GET_COCKPIT_URL_WDY Instance method Protected Method 20090319
9 GET_DBCNAME Instance method Public Method 20100319
10 GET_DBCON_SETUP_NOTE Instance method Protected Method 20090330
11 GET_INSTANCE Static method Public Method 20090318
12 GET_OPTIONS Instance method Public Method 20090514
13 GET_RFC_DESTINATION Static method Public Method 20090319
14 GET_USER_ATTRIBUTES Instance method Protected Method 20090323
15 LOOKUP_CHECK_ATTRIBUTES Static method Private Method 20111201
16 LOOKUP_RFC_DESTINATION Static method Public Method 20110128
17 LOOKUP_SYSTEM Static method Public Method 20090318
18 LOOKUP_SYSTEM_ATTR Static method Private Method 20090324
19 LOOKUP_SYSTEM_DBCNAME Static method Private Method 20090324
20 LOOKUP_SYSTEM_IDS Static method Public Method 20120316
21 LOOKUP_SYSTEM_LSID Static method Private Method 20100302
22 LOOKUP_SYSTEM_NAVSYST Static method Private Method 20090602
23 LOOKUP_SYSTEM_PARAMS Static method Private Method 20090324
24 LOOKUP_SYSTEM_SLD Static method Private Method 20090324
25 READ_ATTRIBUTE Instance method Protected Method 20090324
26 READ_OPTION Instance method Protected Method 20090515
27 SET_ATTRIBUTES Instance method Public Method 20090323
28 SET_OPTIONS Instance method Public Method 20090514
29 SET_USER_ATTRIBUTES Instance method Protected Method 20090323
30 TEST Instance method Public Method 20090318
Events
Class CL_DBA_DBCON_HELPER has no event.
Types
Class CL_DBA_DBCON_HELPER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONNECT Call by reference Type reference (TYPE) STRING 20100312
2 Importing CON_REF Call by reference Object reference (TYPE REF TO) CL_DBA_DBCON DBA Cockpit: DBCON administration 20090319
3 Importing DBSYS Call by reference Type reference (TYPE) DBCON_DBMS Database system 20090320
4 Importing DISTRIBUTION Call by reference Type reference (TYPE) STRING CO_DISTRIBUTION_LOCAL 20100422
5 Importing LSID Call by reference Type reference (TYPE) DB6NAVSYST-LSID Landscape ID (Solution Manager) 20100302
6 Importing SLD_ID Call by reference Type reference (TYPE) STRING 20090702

Method CONSTRUCTOR on class CL_DBA_DBCON_HELPER has no exception.

Method CREATE_NAVSYST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DELAYED_TEST Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090324
2 Exporting GENERATED Call by reference Type reference (TYPE) ABAP_BOOL 20090324
3 Importing RFCDEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20100729
4 Exporting TESTED Call by reference Type reference (TYPE) ABAP_BOOL 20090324
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090324

Method DELETE_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20121106
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20121106

Method FILL_USING_SYS_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CON_REF Call by reference Object reference (TYPE REF TO) CL_DBA_DBCON DBA Cockpit: DBCON administration 20090324
2 Changing DBCNAME Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20090324
3 Changing DBHOST Call by reference Type reference (TYPE) CLIKE 20090324
4 Changing DBNAME Call by reference Type reference (TYPE) DBA_DBNAME DBA Cockpit: Database Name 20090324
5 Changing DBSCHEMA Call by reference Type reference (TYPE) CLIKE 20090324
6 Changing DBSYS Call by reference Type reference (TYPE) DBCON_DBMS Database system 20090324
7 Changing LSID Call by reference Type reference (TYPE) CLIKE 20100302
8 Changing SLD_ID Call by reference Type reference (TYPE) STRING 20090324
9 Importing SYS_REF Call by reference Object reference (TYPE REF TO) CL_DB6_SYS DB6: Remote System Administration 20090324

Method FILL_USING_SYS_REF on class CL_DBA_DBCON_HELPER has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ATTRIBUTES Value transfer Type reference (TYPE) DBA_SOLMAN_WDY_PARAM_LIST DBA Cockpit: List of DB Connection Parameters 20090319
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090320

Method GET_COCKPIT_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION_DATA Call by reference Type reference (TYPE) STRING 20090319
2 Importing ACTION_ID Call by reference Type reference (TYPE) STRING 20090319
3 Returning URL Value transfer Type reference (TYPE) STRING 20090319
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090320

Method GET_COCKPIT_URL_ITS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION_DATA Call by reference Type reference (TYPE) STRING 20090319
2 Importing ACTION_ID Call by reference Type reference (TYPE) STRING 20090319
3 Returning URL Value transfer Type reference (TYPE) STRING 20090319
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090320

Method GET_COCKPIT_URL_WDY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION_DATA Call by reference Type reference (TYPE) STRING 20090319
2 Importing ACTION_ID Call by reference Type reference (TYPE) STRING 20090319
3 Returning URL Value transfer Type reference (TYPE) STRING 20090319
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090320

Method GET_DBCNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DBCNAME Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20100319

Method GET_DBCNAME on class CL_DBA_DBCON_HELPER has no exception.

Method GET_DBCON_SETUP_NOTE Signature

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

Method GET_DBCON_SETUP_NOTE on class CL_DBA_DBCON_HELPER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONNECT Call by reference Type reference (TYPE) STRING 20100312
2 Importing CON_REF Call by reference Object reference (TYPE REF TO) CL_DBA_DBCON DBA Cockpit: DBCON administration 20090319
3 Importing DBSYS Value transfer Type reference (TYPE) DBCON_DBMS Database system 20090320
4 Importing DISTRIBUTION Call by reference Type reference (TYPE) STRING 'local' 20100422
5 Returning INSTANCE Value transfer Object reference (TYPE REF TO) CL_DBA_DBCON_HELPER DBA: Helper for DBCON Setup for SolMan 20090318
6 Importing LSID Call by reference Type reference (TYPE) DB6NAVSYST-LSID Character field, 8 characters long 20100302
7 Importing SLD_ID Call by reference Type reference (TYPE) STRING 20090702
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090319

Method GET_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OPTIONS Value transfer Type reference (TYPE) DBA_SOLMAN_WDY_PARAM_LIST DBA Cockpit: List of DB Connection Parameters 20090514
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090514

Method GET_RFC_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CON_REF Call by reference Object reference (TYPE REF TO) CL_DBA_DBCON DBA Cockpit: DBCON administration 20090319
2 Importing DBNAME Call by reference Type reference (TYPE) CLIKE 20090319
3 Importing DBSYS Call by reference Type reference (TYPE) DBCON_DBMS Database system 20090319
4 Returning RFC_DESTINATION Value transfer Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20090319

Method GET_RFC_DESTINATION on class CL_DBA_DBCON_HELPER has no exception.

Method GET_USER_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing USER_LABEL Call by reference Type reference (TYPE) STRING 20090323
2 Importing USER_MANDATORY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE DBA: DB User is Mandatory 20090323
3 Importing USER_TOOLTIP Call by reference Type reference (TYPE) STRING 20090514

Method GET_USER_ATTRIBUTES on class CL_DBA_DBCON_HELPER has no exception.

Method LOOKUP_CHECK_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing DBHOST Call by reference Type reference (TYPE) CLIKE 20111201
2 Changing DBNAME Call by reference Type reference (TYPE) DBA_DBNAME DBA Cockpit: Database Name 20111201
3 Changing DBSCHEMA Call by reference Type reference (TYPE) CLIKE 20111201
4 Changing DBSYS Call by reference Type reference (TYPE) DBCON_DBMS Database system 20111201
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20111201

Method LOOKUP_RFC_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DBCNAME Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20110128
2 Importing DBHOST Call by reference Type reference (TYPE) CLIKE 20110128
3 Importing DBNAME Call by reference Type reference (TYPE) DBA_DBNAME DBA Cockpit: Database Name 20110128
4 Importing DBSCHEMA Call by reference Type reference (TYPE) CLIKE 20110128
5 Importing DBSYS Call by reference Type reference (TYPE) DBCON_DBMS Database system 20110128
6 Importing LSID Call by reference Type reference (TYPE) CLIKE 20110128
7 Returning RFC_DESTINATION Value transfer Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110128
8 Importing SLD_ID Call by reference Type reference (TYPE) CLIKE 20110128
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20110128

Method LOOKUP_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTES Call by reference Type reference (TYPE) DBA_SOLMAN_WDY_PARAM_LIST DBA Cockpit: List of DB Connection Parameters 20090324
2 Importing CONNECT Call by reference Type reference (TYPE) STRING Connect String 20100311
3 Changing CON_REF Call by reference Object reference (TYPE REF TO) CL_DBA_DBCON DBA Cockpit: DBCON administration 20090318
4 Importing CREATE_NEW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE DBA: Create CON_REF if none was found 20090324
5 Changing DBCNAME Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20090318
6 Changing DBHOST Call by reference Type reference (TYPE) CLIKE 20090318
7 Changing DBNAME Call by reference Type reference (TYPE) DBA_DBNAME DBA Cockpit: Database Name 20090318
8 Changing DBSCHEMA Call by reference Type reference (TYPE) CLIKE 20090318
9 Changing DBSYS Call by reference Type reference (TYPE) DBCON_DBMS Database system 20090318
10 Changing LSID Call by reference Type reference (TYPE) CLIKE 20100302
11 Changing SLD_ID Call by reference Type reference (TYPE) CLIKE 20090318
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090318

Method LOOKUP_SYSTEM_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTES Call by reference Type reference (TYPE) DBA_SOLMAN_WDY_PARAM_LIST DBA Cockpit: List of DB Connection Parameters 20090324
2 Changing CON_REF Call by reference Object reference (TYPE REF TO) CL_DBA_DBCON DBA Cockpit: DBCON administration 20090324
3 Importing CREATE_NEW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE DBA: Create CON_REF if none was found 20090324
4 Changing DBCNAME Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20090324
5 Changing DBHOST Call by reference Type reference (TYPE) CLIKE 20090324
6 Changing DBNAME Call by reference Type reference (TYPE) DBA_DBNAME DBA Cockpit: Database Name 20090324
7 Changing DBSCHEMA Call by reference Type reference (TYPE) CLIKE 20090324
8 Changing DBSYS Call by reference Type reference (TYPE) DBCON_DBMS Database system 20090324
9 Changing LSID Call by reference Type reference (TYPE) CLIKE 20100302
10 Changing SLD_ID Call by reference Type reference (TYPE) STRING 20090324
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090324

Method LOOKUP_SYSTEM_DBCNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CON_REF Call by reference Object reference (TYPE REF TO) CL_DBA_DBCON DBA Cockpit: DBCON administration 20090324
2 Changing DBCNAME Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20090324
3 Changing DBHOST Call by reference Type reference (TYPE) CLIKE 20090324
4 Changing DBNAME Call by reference Type reference (TYPE) DBA_DBNAME DBA Cockpit: Database Name 20090324
5 Changing DBSCHEMA Call by reference Type reference (TYPE) CLIKE 20090324
6 Changing DBSYS Call by reference Type reference (TYPE) DBCON_DBMS Database system 20090324
7 Changing LSID Call by reference Type reference (TYPE) CLIKE 20100302
8 Changing SLD_ID Call by reference Type reference (TYPE) STRING 20090324
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090324

Method LOOKUP_SYSTEM_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DBCNAME Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20120316
2 Exporting EV_LSID Call by reference Type reference (TYPE) STRING Character field, 8 characters long 20120316
3 Exporting EV_SYSID Call by reference Type reference (TYPE) DB6NAVSYST-SYSID Communication Identification/Number 20120316
4 Importing IV_DBCNAME Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20120316
5 Importing IV_LSID Call by reference Type reference (TYPE) STRING Character field, 8 characters long 20120316
6 Importing IV_SYSID Call by reference Type reference (TYPE) DB6NAVSYST-SYSID Communication Identification/Number 20120316

Method LOOKUP_SYSTEM_IDS on class CL_DBA_DBCON_HELPER has no exception.

Method LOOKUP_SYSTEM_LSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CON_REF Call by reference Object reference (TYPE REF TO) CL_DBA_DBCON DBA Cockpit: DBCON administration 20100302
2 Changing DBCNAME Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20100302
3 Changing DBHOST Call by reference Type reference (TYPE) CLIKE 20100302
4 Changing DBNAME Call by reference Type reference (TYPE) DBA_DBNAME DBA Cockpit: Database Name 20100302
5 Changing DBSCHEMA Call by reference Type reference (TYPE) CLIKE 20100302
6 Changing DBSYS Call by reference Type reference (TYPE) DBCON_DBMS Database system 20100302
7 Changing LSID Call by reference Type reference (TYPE) CLIKE 20100302
8 Changing SLD_ID Call by reference Type reference (TYPE) STRING 20100302
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20100302

Method LOOKUP_SYSTEM_NAVSYST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONNECT Call by reference Type reference (TYPE) STRING 20100312
2 Changing CON_REF Call by reference Object reference (TYPE REF TO) CL_DBA_DBCON DBA Cockpit: DBCON administration 20090602
3 Changing DBCNAME Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20090602
4 Changing DBHOST Call by reference Type reference (TYPE) CLIKE 20090602
5 Changing DBNAME Call by reference Type reference (TYPE) DBA_DBNAME DBA Cockpit: Database Name 20090602
6 Changing DBSCHEMA Call by reference Type reference (TYPE) CLIKE 20090602
7 Changing DBSYS Call by reference Type reference (TYPE) DBCON_DBMS Database system 20090602
8 Changing LSID Call by reference Type reference (TYPE) CLIKE 20100302
9 Changing SLD_ID Call by reference Type reference (TYPE) STRING 20090602
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090602

Method LOOKUP_SYSTEM_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONNECT Call by reference Type reference (TYPE) STRING 20100312
2 Changing CON_REF Call by reference Object reference (TYPE REF TO) CL_DBA_DBCON DBA Cockpit: DBCON administration 20090324
3 Changing DBCNAME Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20090324
4 Changing DBHOST Call by reference Type reference (TYPE) CLIKE 20090324
5 Changing DBNAME Call by reference Type reference (TYPE) DBA_DBNAME DBA Cockpit: Database Name 20090324
6 Changing DBSCHEMA Call by reference Type reference (TYPE) CLIKE 20090324
7 Changing DBSYS Call by reference Type reference (TYPE) DBCON_DBMS Database system 20090324
8 Changing LSID Call by reference Type reference (TYPE) CLIKE 20100302
9 Changing SLD_ID Call by reference Type reference (TYPE) STRING 20090324
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090324

Method LOOKUP_SYSTEM_SLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CON_REF Call by reference Object reference (TYPE REF TO) CL_DBA_DBCON DBA Cockpit: DBCON administration 20090324
2 Changing DBCNAME Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20090324
3 Changing DBHOST Call by reference Type reference (TYPE) CLIKE 20090324
4 Changing DBNAME Call by reference Type reference (TYPE) DBA_DBNAME DBA Cockpit: Database Name 20090324
5 Changing DBSCHEMA Call by reference Type reference (TYPE) CLIKE 20090324
6 Changing DBSYS Call by reference Type reference (TYPE) DBCON_DBMS Database system 20090324
7 Changing LSID Call by reference Type reference (TYPE) CLIKE 20100302
8 Changing SLD_ID Call by reference Type reference (TYPE) STRING 20090324
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090324

Method READ_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DELETE_ATTRIBUTE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121106
2 Importing NAME Call by reference Type reference (TYPE) STRING 20090324
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20090324
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090324

Method READ_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20090515
2 Returning VALUE Value transfer Type reference (TYPE) STRING 20090515
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090515

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTES Call by reference Type reference (TYPE) DBA_SOLMAN_WDY_PARAM_LIST DBA Cockpit: List of DB Connection Parameters 20090323
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090323

Method SET_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OPTIONS Call by reference Type reference (TYPE) DBA_SOLMAN_WDY_PARAM_LIST DBA Cockpit: List of DB Connection Parameters 20090514
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090514

Method SET_USER_ATTRIBUTES Signature

Method SET_USER_ATTRIBUTES on class CL_DBA_DBCON_HELPER has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090324

Method TEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INFRASTRUCTURE_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Check DBSL/Client only 20100924
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090318
# Exception Resumable Description Created on
1 CX_DBA_DBCON_HELPER DBA: DBCON Helper Exception 20090318
History
Last changed by/on SAP  20130531 
SAP Release Created in 720