SAP ABAP Class /SDF/CL_DB6_PARAM_INFO (Get parameters and some info from DB)
Hierarchy
ST-PI (Software Component) SAP Solution Tools Plug-In
   SV-SMG-SDD (Application Component) Service Data Download
     /SDF/DB6_INFR_7X (Package) Data Collectors for DB6 - OO
Properties
Class /SDF/CL_DB6_PARAM_INFO  
Short Description Get parameters and some info from DB    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SDF/DB6_INFR_7X   Data Collectors for DB6 - OO 
Created 20110504   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
Class /SDF/CL_DB6_PARAM_INFO has no interface implemented.
Friends
Class /SDF/CL_DB6_PARAM_INFO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONNECTION Instance attribute Private Object reference (TYPE REF TO) CL_SQL_CONNECTION Database Connection 20110504
2 CON_NAME Instance attribute Public Type reference (TYPE) DBCON_NAME Logical name for a database connection 20110504
3 DBM_PARAMETER Instance attribute Private Type reference (TYPE) TB_DBM_PARAMETER 20110504
4 DB_BITS Instance attribute Public Type reference (TYPE) I 20110504
5 DB_PARAMETER Instance attribute Private Type reference (TYPE) TB_DB_PARAMETER 20110504
6 IS_BW Instance attribute Public Type reference (TYPE) ABAP_BOOL 20110504
7 PARTITION Instance attribute Public Type reference (TYPE) I 20110504
8 REG_PARAMETER Instance attribute Private Type reference (TYPE) TB_REG_PARAMETER 20110504
9 SYS_INFO Instance attribute Public Type reference (TYPE) TYPE_SYS_INFO 20110504
Methods
# Method Level Visibility Method type Description Created on
1 CHECKPARAMETERTYPE Instance method Public Method 20110504
2 CHECK_IS_BW Instance method Public Method 20110504
3 CONSTRUCTOR Instance method Public Constructor 20110504
4 GET_DBM_PARAMETER Instance method Public Method 20110504
5 GET_DBM_VALUE Instance method Public Method 20110504
6 GET_DBM_VALUE_FULL Instance method Public Method 20110504
7 GET_DB_PARAMETER Instance method Public Method 20110504
8 GET_DB_VALUE Instance method Public Method 20110504
9 GET_DB_VALUE_FULL Instance method Public Method 20110504
10 GET_ENV_INFO Instance method Public Method 20110504
11 GET_REG_PARAMETER Instance method Public Method 20110504
12 GET_REG_VALUE Instance method Public Method 20110504
13 GET_SYS_INFO Instance method Public Method get system information 20110504
14 INITIALIZATION Instance method Public Method 20110504
15 OPEN_CONNECTION Instance method Public Method 20110504
Events
Class /SDF/CL_DB6_PARAM_INFO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TB_DBM_PARAMETER Public See coding 20110504 tb_dbm_parameter TYPE TABLE OF type_dbm_parameter
2 TB_DB_PARAMETER Public See coding 20110504 tb_db_parameter TYPE TABLE OF type_db_parameter
3 TB_REG_PARAMETER Public See coding 20110504 tb_reg_parameter TYPE TABLE OF type_reg_parameter
4 TB_SYS_INFO Public See coding 20110504 tb_sys_info type table of type_sys_info
5 TYPE_DBM_PARAMETER Public See coding 20110504 BEGIN OF type_dbm_parameter, name(32) TYPE c, value(256) TYPE c, value_flags(10) TYPE c, deferred_value(256) TYPE c, deferred_value_flags(10) TYPE c, datatype(128) TYPE c, END OF type_dbm_parameter
6 TYPE_DB_PARAMETER Public See coding 20110504 BEGIN OF type_db_parameter, name(32) TYPE c, value(1024) TYPE c, value_flags(10) TYPE c, deferred_value(1024) TYPE c, deferred_value_flags(10) TYPE c, datatype(128) TYPE c, dbpartitionnum(2) TYPE n, END OF type_db_parameter
7 TYPE_ENV Public See coding 20110504 begin of type_env, INST_NAME(128) type c, IS_INST_PARTITIONABLE(1) type n, NUM_DBPARTITIONS type i, INST_PTR_SIZE type i, RELEASE_NUM(128) type c, SERVICE_LEVEL(128) type c, BLD_LEVEL(128) type c, PTF(128) type c, FIXPACK_NUM type i, end of type_env
8 TYPE_REG_PARAMETER Public See coding 20110504 BEGIN OF type_reg_parameter, dbpartitionnum(2) TYPE n, reg_var_name(256) TYPE c, reg_var_value(2048) TYPE c, is_aggregate(1) TYPE n, aggregate_name(256) TYPE c, level(1) TYPE c, END OF type_reg_parameter
9 TYPE_SYS_INFO Public See coding 20110504 begin of type_sys_info, OS_NAME(256) type c, OS_VERSION(256) type c, OS_RELEASE(256) type c, HOST_NAME(256) type c, TOTAL_CPUS type i, CONFIGURED_CPUS type i, TOTAL_MEMORY type i, end of type_sys_info
Method Signatures

Method CHECKPARAMETERTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAM Call by reference Type reference (TYPE) STRING 20110504
2 Returning PARAMTYPE Value transfer Type reference (TYPE) STRING 20110504

Method CHECKPARAMETERTYPE on class /SDF/CL_DB6_PARAM_INFO has no exception.

Method CHECK_IS_BW Signature

Method CHECK_IS_BW on class /SDF/CL_DB6_PARAM_INFO has no parameter.
# Exception Resumable Description Created on
1 CX_DB6_RDI DB6: Datenkollektorfehler 20110914
2 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20110914

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /SDF/CL_DB6_PARAM_INFO has no parameter.
Method CONSTRUCTOR on class /SDF/CL_DB6_PARAM_INFO has no exception.

Method GET_DBM_PARAMETER Signature

Method GET_DBM_PARAMETER on class /SDF/CL_DB6_PARAM_INFO has no parameter.
# Exception Resumable Description Created on
1 CX_DB6_RDI DB6: Datenkollektorfehler 20110914
2 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20110914

Method GET_DBM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAM Call by reference Type reference (TYPE) /SDF/DB6_700_PARAM_CHK_RESULT-PARAMETERNAME 20110504
2 Returning VALUE Value transfer Type reference (TYPE) /SDF/DB6_700_PARAM_CHK_RESULT-PARAMETERVALUE 20110504

Method GET_DBM_VALUE on class /SDF/CL_DB6_PARAM_INFO has no exception.

Method GET_DBM_VALUE_FULL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FULL_VALUE Value transfer Type reference (TYPE) TYPE_DBM_PARAMETER 20110504
2 Importing PARAM Call by reference Type reference (TYPE) /SDF/DB6_700_PARAM_CHK_RESULT-PARAMETERNAME 20110504

Method GET_DBM_VALUE_FULL on class /SDF/CL_DB6_PARAM_INFO has no exception.

Method GET_DB_PARAMETER Signature

Method GET_DB_PARAMETER on class /SDF/CL_DB6_PARAM_INFO has no parameter.
# Exception Resumable Description Created on
1 CX_DB6_RDI DB6: Datenkollektorfehler 20110914
2 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20110914

Method GET_DB_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAM Call by reference Type reference (TYPE) /SDF/DB6_700_PARAM_CHK_RESULT-PARAMETERNAME 20110504
2 Importing PARTITION Call by reference Type reference (TYPE) I 20110504
3 Returning VALUE Value transfer Type reference (TYPE) /SDF/DB6_700_PARAM_CHK_RESULT-PARAMETERVALUE 20110504

Method GET_DB_VALUE on class /SDF/CL_DB6_PARAM_INFO has no exception.

Method GET_DB_VALUE_FULL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FULL_VALUE Value transfer Type reference (TYPE) TYPE_DB_PARAMETER 20110504
2 Importing PARAM Call by reference Type reference (TYPE) /SDF/DB6_700_PARAM_CHK_RESULT-PARAMETERNAME 20110504
3 Importing PARTITION Call by reference Type reference (TYPE) I 20110504

Method GET_DB_VALUE_FULL on class /SDF/CL_DB6_PARAM_INFO has no exception.

Method GET_ENV_INFO Signature

Method GET_ENV_INFO on class /SDF/CL_DB6_PARAM_INFO has no parameter.
# Exception Resumable Description Created on
1 CX_DB6_RDI DB6: Datenkollektorfehler 20110914
2 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20110914

Method GET_REG_PARAMETER Signature

Method GET_REG_PARAMETER on class /SDF/CL_DB6_PARAM_INFO has no parameter.
# Exception Resumable Description Created on
1 CX_DB6_RDI DB6: Datenkollektorfehler 20110914
2 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20110914

Method GET_REG_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAM Call by reference Type reference (TYPE) /SDF/DB6_700_PARAM_CHK_RESULT-PARAMETERNAME 20110504
2 Importing PARTITION Call by reference Type reference (TYPE) I 20110504
3 Returning VALUE Value transfer Type reference (TYPE) /SDF/DB6_700_PARAM_CHK_RESULT-PARAMETERVALUE 20110504

Method GET_REG_VALUE on class /SDF/CL_DB6_PARAM_INFO has no exception.

Method GET_SYS_INFO Signature

Method GET_SYS_INFO on class /SDF/CL_DB6_PARAM_INFO has no parameter.
# Exception Resumable Description Created on
1 CX_DB6_RDI DB6: Datenkollektorfehler 20110914
2 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20110914

Method INITIALIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CON_NAME Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20110504
# Exception Resumable Description Created on
1 CX_DB6_RDI DB6: Datenkollektorfehler 20110914
2 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20110914

Method OPEN_CONNECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONNECTION_NAME Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20110504
# Exception Resumable Description Created on
1 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20110504
History
Last changed by/on SAP  20140121 
SAP Release Created in 2008_1_700