SAP ABAP Class IF_DBA_DBH_COLLECTOR (DBA-DBH: Collector)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DBA_DBH_EXTRACTOR DBA-DBH: Generic Extractor 20070705
Properties
Class IF_DBA_DBH_COLLECTOR  
Short Description DBA-DBH: Collector    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20070704   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 IF_DBA_DBH_COLLECTOR has no interface implemented.
Friends
Class IF_DBA_DBH_COLLECTOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CHECK_DEPTH_COMPATIBILITY Constant Public Type reference (TYPE) I 1 20110927
2 CO_CHECK_DEPTH_DETAILED Constant Public Type reference (TYPE) I 3 20110927
3 CO_CHECK_DEPTH_FAST Constant Public Type reference (TYPE) I 2 20110927
4 DBCOLLECTOR_OPTIONS Instance attribute Public Type reference (TYPE) DBA_DBH_DBCOLL_OPTION_TAB DBA-DBH: Table of DBA_DBH_DBCOLL_OPTION 20090327
5 DETAIL_LEVELS Instance attribute Public Type reference (TYPE) DBAKEYVAL_TAB DBA Cockpit: Table of DBAKEYVAL 20090310
6 HINT_TEXT Instance attribute Public Type reference (TYPE) STRING 20090421
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method DBA-DBH: Check Setup 20070704
2 COLLECT Instance method Public Method DBA-DBH: Collect Performance Data 20070704
3 DBCOLLECTOR_ACTIVATE Instance method Public Method DBA-DBH: Activate async. DB collectors (event monitors) 20090119
4 DBCOLLECTOR_ACTIVE Instance method Public Method DBA-DBH: Get status of async. DB collector (event monitors) 20090119
5 DBCOLLECTOR_DEACTIVATE Instance method Public Method DBA-DBH: Deactivate async. DB collectors (event monitors) 20090119
6 GET_ALLOCATED_DISK_SPACE_MB Instance method Public Method DBA-DBH: Return Allocated Disk Space in MB 20090123
7 GET_CHECK_ID Instance method Public Method DBA-DBH: Return the SDBAC ID for Collect 20080421
8 GET_COLLECTOR_TYPE Instance method Public Method DBA-DBH: Get Collector Type Description 20090123
9 GET_COLLECT_ID Instance method Public Method DBA-DBH: Return the SDBAC ID for Collect 20080421
10 GET_COLLECT_STATISTICS Instance method Public Method DBA-DBH: Get statistics of data collection 20110228
11 GET_DATABASE_OBJECTS Instance method Public Method DBA-DBH: Returns Database Objects Belong to Collector 20110923
12 GET_DBCOLLECTOR_OPTIONS Instance method Public Method DBA-DBH: Get list of DB collector options 20090327
13 GET_DETAIL_LEVEL Instance method Public Method DBA-DBH: Get current collection details level 20090310
14 GET_DETAIL_LEVELS Instance method Public Method DBA-DBH: Get list of available detail levels 20090310
15 GET_EXPECTED_SRC Instance method Public Method DBA-DBH: Return the source code of expected STP 20110427
16 GET_FIRST_HISTORY_TSTAMP Instance method Public Method DBA-DBH: Get First Timestamp in History 20090121
17 GET_HINT_TEXT Instance method Public Method DBA-DBH: Get hint text for this collector 20090421
18 GET_KEEP_DATA Instance method Public Method DBA-DBH: Return the hours the performance data is kept 20090126
19 GET_LAST_HISTORY_TSTAMP Instance method Public Method DBA-DBH: Get Last Timestamp in History 20090121
20 GET_LOG Instance method Public Method DBA-DBH: Return the Execution Protocol 20090401
21 GET_NUM_ERRORS Instance method Public Method DBA-DBH: Return Number of Errors 20090305
22 GET_NUM_WARNINGS Instance method Public Method DBA-DBH: Return Number of Warnings 20090305
23 GET_PREFIX Instance method Public Method 20110926
24 GET_REMOVE_ID Instance method Public Method DBA-DBH: Return the SDBAC ID for Collect 20080421
25 GET_REQUIRED_COLLECTORS Instance method Public Method DBA-DBH: Returns List of Required Collectors 20100113
26 GET_ROUTINENAME Instance method Public Method DBA-DBH: Return the Routine Name 20090123
27 GET_ROUTINESCHEMA Instance method Public Method DBA-DBH: Return the Routine Schema 20090123
28 GET_SCHEDULER_INTERVALS Instance method Public Method DBA-DBH: Return List of Valid Cron Schedules 20100118
29 GET_SNAPSHOT_TABLE Instance method Public Method DBA-DBH: Returns the Name of the Snapshot Table 20091123
30 GET_SRC Instance method Public Method DBA-DBH: Return the source code of currently implemented 20100204
31 GET_STAGING_TABLE Instance method Public Method DBA-DBH: Returns the Name of the Staging Table 20090916
32 GET_VERSION Instance method Public Method DBA-DBH: Get Normalized Back-End Version 20091218
33 GET_VERSION_STRING Instance method Public Method DBA-DBH: Returns the real version string 20110204
34 INSTALL Instance method Public Method DBA-DBH: Install Collector Requirements 20070704
35 IS_HISTORY_TIME_UTC Instance method Public Method DBA-DBH: Returns abap_true if Timezone in History is UTC 20090928
36 IS_MIGRATION_POSSIBLE Instance method Public Method DBA_DBH: Check if all Requirements 20090929
37 IS_MIGRATION_REQUIRED Instance method Public Method DBA-DBH: Check if Migration is Required 20090929
38 MIGRATE Instance method Public Method DBA-DBH: Migrate Data 20090929
39 REMOVE_DATA Instance method Public Method DBA-DBH: Remove collected data triggered by time 20090119
40 REMOVE_LOGS Instance method Public Method DBA-DBH: Remove collected data triggered by time 20120216
41 REPAIR Instance method Public Method DBA-DBH: Repair Setup 20070704
42 SET_DBCOLLECTOR_OPTION Instance method Public Method DBA-DBH: Update a single DB collector option 20090330
43 SET_DETAIL_LEVEL Instance method Public Method DBA-DBH: Set new collection details level 20090310
44 SET_KEEP_DATA Instance method Public Method DBA-DBH: Configure the hours the performance data is kept 20090126
45 SET_VERSION_STRING Instance method Public Method 20110927
46 TRANSFER_OWNERSHIP Instance method Public Method DBA-DBH: Transfer User Ownership 20110923
47 UNINSTALL Instance method Public Method DBA-DBH: Uninstall Collector Requirements 20070704
Events
Class IF_DBA_DBH_COLLECTOR has no event.
Types
Class IF_DBA_DBH_COLLECTOR has no local type.
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_DEPTH Call by reference Type reference (TYPE) I CO_CHECK_DEPTH_DETAILED 20110927
2 Importing SCHEDULE Call by reference Type reference (TYPE) DBA_DBH_SCHEDULE DBA-DBH: Schedule for Firstrun / DB Scheduler 20071018
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20070705
2 CX_DBA_DBH_SETUP 20070709

Method COLLECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COLLECTED_RECORDS Value transfer Type reference (TYPE) I DBA-DBH: Rows of Captured Data 20070705
2 Importing EXECUTION_TIME Call by reference Type reference (TYPE) DB6TSTAMP DB6: Timestamp (Format: YYYYMMDDHHMMSS) 20071009
3 Importing ROUTINEPARAMS Call by reference Type reference (TYPE) DBA_DATA_REF_TAB DBA Cockpit: Table of data object references 20100419
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20070705
2 CX_DBA_DBH_SETUP 20070709

Method DBCOLLECTOR_ACTIVATE Signature

Method DBCOLLECTOR_ACTIVATE on class IF_DBA_DBH_COLLECTOR has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20090119

Method DBCOLLECTOR_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACTIVE Value transfer Type reference (TYPE) ABAP_BOOL 20090119
2 Importing TEMPLATE_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100121
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20090119

Method DBCOLLECTOR_DEACTIVATE Signature

Method DBCOLLECTOR_DEACTIVATE on class IF_DBA_DBH_COLLECTOR has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20090119

Method GET_ALLOCATED_DISK_SPACE_MB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) I DBA-DBH: Allocated Disk Space in MB 20090123
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20090124

Method GET_CHECK_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHK_ID Value transfer Type reference (TYPE) I SYSCHK ID 20120322

Method GET_CHECK_ID on class IF_DBA_DBH_COLLECTOR has no exception.

Method GET_COLLECTOR_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TYPE_DESCR Value transfer Type reference (TYPE) STRING DBA-DBH: Collector Type description 20090123

Method GET_COLLECTOR_TYPE on class IF_DBA_DBH_COLLECTOR has no exception.

Method GET_COLLECT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACTION_ID Value transfer Type reference (TYPE) SDBA_BTYPE Type of DBA Action 20080421

Method GET_COLLECT_ID on class IF_DBA_DBH_COLLECTOR has no exception.

Method GET_COLLECT_STATISTICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STATS Value transfer Type reference (TYPE) DBA_DBH_COLLECTSTATS_TAB DBA-DBH: Table of DBA_DBH_COLLECTSTATS 20110228
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20110228

Method GET_DATABASE_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DBO_TAB Value transfer Type reference (TYPE) DBA_DBH_DBO_TAB DBA-DBH: Database Objects List 20110923

Method GET_DATABASE_OBJECTS on class IF_DBA_DBH_COLLECTOR has no exception.

Method GET_DBCOLLECTOR_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_DBH_DBCOLL_OPTION_TAB DBA-DBH: Table of DBA_DBH_DBCOLL_OPTION 20090327

Method GET_DBCOLLECTOR_OPTIONS on class IF_DBA_DBH_COLLECTOR has no exception.

Method GET_DETAIL_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CURR_LEVEL Value transfer Type reference (TYPE) STRING 20090310
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20090310

Method GET_DETAIL_LEVELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LEVELS Value transfer Type reference (TYPE) DBAKEYVAL_TAB DBA Cockpit: Table of DBAKEYVAL 20090310

Method GET_DETAIL_LEVELS on class IF_DBA_DBH_COLLECTOR has no exception.

Method GET_EXPECTED_SRC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SRC Value transfer Type reference (TYPE) STRING 20110427
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20110427

Method GET_FIRST_HISTORY_TSTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MIN_TSTAMP Call by reference Type reference (TYPE) DB6TSTAMP DB6: Timestamp (Format: YYYYMMDDHHMMSS) 20110922
2 Returning TSTAMP Value transfer Type reference (TYPE) DB6TSTAMP DB6: Timestamp (Format: YYYYMMDDHHMMSS) 20090121
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20090126

Method GET_HINT_TEXT Signature

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

Method GET_HINT_TEXT on class IF_DBA_DBH_COLLECTOR has no exception.

Method GET_KEEP_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning KEEP_DATA Value transfer Type reference (TYPE) I DBA-DBH: Hours the performance data is kept 20090126
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20090126

Method GET_LAST_HISTORY_TSTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MAX_TSTAMP Call by reference Type reference (TYPE) DB6TSTAMP DB6: Timestamp (Format: YYYYMMDDHHMMSS) 20110922
2 Importing TIME_IN_UTC Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110330
3 Returning TSTAMP Value transfer Type reference (TYPE) DB6TSTAMP DB6: Timestamp (Format: YYYYMMDDHHMMSS) 20090121
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20090126

Method GET_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LOG Value transfer Type reference (TYPE) DBA_DBH_LOG DBA-DBH: Collector Log List 20090407
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20090401

Method GET_NUM_ERRORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) I 20090305
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20090313

Method GET_NUM_WARNINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) I 20090305
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20090313

Method GET_PREFIX Signature

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

Method GET_PREFIX on class IF_DBA_DBH_COLLECTOR has no exception.

Method GET_REMOVE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACTION_ID Value transfer Type reference (TYPE) SDBA_BTYPE Type of DBA Action 20080421

Method GET_REMOVE_ID on class IF_DBA_DBH_COLLECTOR has no exception.

Method GET_REQUIRED_COLLECTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning REQUIRED_COLLECTORS Value transfer Type reference (TYPE) DBA_DBH_COLLECTOR_CLASS_LIST DBA-DBH: List of Required Collectors 20100113

Method GET_REQUIRED_COLLECTORS on class IF_DBA_DBH_COLLECTOR has no exception.

Method GET_ROUTINENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ROUTINENAME Value transfer Type reference (TYPE) DB6_DBH_ROUTINE_NAME DB6-DBH: Routine Name (UDF/SP) 20090123

Method GET_ROUTINENAME on class IF_DBA_DBH_COLLECTOR has no exception.

Method GET_ROUTINESCHEMA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ROUTINESCHEMA Value transfer Type reference (TYPE) DB6_DBH_ROUTINE_NAME DB6-DBH: Routine Name (UDF/SP) 20090123

Method GET_ROUTINESCHEMA on class IF_DBA_DBH_COLLECTOR has no exception.

Method GET_SCHEDULER_INTERVALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BASIC_SCHEDULER_INTERVALS Call by reference Type reference (TYPE) DBA_DBH_SCHEDULE_INTVAL_LIST DBA-DBH: Cron Schedule and Interval Description List 20100118
2 Returning SCHEDULER_INTERVALS Value transfer Type reference (TYPE) DBA_DBH_SCHEDULE_INTVAL_LIST DBA-DBH: Cron Schedule and Interval Description List 20100118
3 Importing TEMPLATE_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100218

Method GET_SCHEDULER_INTERVALS on class IF_DBA_DBH_COLLECTOR has no exception.

Method GET_SNAPSHOT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PREFIX Call by reference Type reference (TYPE) DB6_DBH_ROUTINE_NAME DB6-DBH: Routine Name (UDF/SP) 20091123
2 Returning TABNAME Value transfer Type reference (TYPE) STRING 20091123

Method GET_SNAPSHOT_TABLE on class IF_DBA_DBH_COLLECTOR has no exception.

Method GET_SRC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SRC Value transfer Type reference (TYPE) STRING 20100204
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20100221

Method GET_STAGING_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PREFIX Value transfer Type reference (TYPE) DB6_DBH_ROUTINE_NAME DB6-DBH: Routine Name (UDF/SP) 20091110
2 Returning TABNAME Value transfer Type reference (TYPE) STRING 20090916

Method GET_STAGING_TABLE on class IF_DBA_DBH_COLLECTOR has no exception.

Method GET_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VERSION Value transfer Type reference (TYPE) I 20091218

Method GET_VERSION on class IF_DBA_DBH_COLLECTOR has no exception.

Method GET_VERSION_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VERSION Value transfer Type reference (TYPE) STRING 20110204
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20110207

Method INSTALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SCHEDULE Call by reference Type reference (TYPE) DBA_DBH_SCHEDULE DBA-DBH:Schedule for Firstrun / DB Scheduler 20071018
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20070705
2 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20070904

Method IS_HISTORY_TIME_UTC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090928
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20090929

Method IS_MIGRATION_POSSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090929
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20090929

Method IS_MIGRATION_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090929
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20090929

Method MIGRATE Signature

Method MIGRATE on class IF_DBA_DBH_COLLECTOR has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20090929

Method REMOVE_DATA Signature

Method REMOVE_DATA on class IF_DBA_DBH_COLLECTOR has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20090119
2 CX_DBA_DBH_SETUP 20090119

Method REMOVE_LOGS Signature

Method REMOVE_LOGS on class IF_DBA_DBH_COLLECTOR has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20120216
2 CX_DBA_DBH_SETUP 20120216

Method REPAIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SCHEDULE Call by reference Type reference (TYPE) DBA_DBH_SCHEDULE DBA-DBH:Schedule for Firstrun / DB Scheduler 20071018
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20070705
2 CX_DBA_DBH_SETUP 20070709

Method SET_DBCOLLECTOR_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DETAIL_LEVEL Call by reference Type reference (TYPE) STRING 20090330
2 Importing ENABLED Call by reference Type reference (TYPE) ABAP_BOOL 20090330
3 Importing OPTION_KEY Call by reference Type reference (TYPE) I 20090330
4 Importing PARAM_VALUE Call by reference Type reference (TYPE) STRING 20090330
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20090330

Method SET_DETAIL_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NEW_LEVEL Call by reference Type reference (TYPE) STRING 20090310
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20090310

Method SET_KEEP_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEEP_DATA Call by reference Type reference (TYPE) I DBA-DBH: Hours the performance data is kept 20090126
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20090126

Method SET_VERSION_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VERSION Call by reference Type reference (TYPE) STRING 20110927
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20110927

Method TRANSFER_OWNERSHIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NEW_OWNER Call by reference Type reference (TYPE) STRING 20110923
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20110923
2 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20110923

Method UNINSTALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REMOVE_DATA Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE DBA-DBH: Remove captured data 20070704
# Exception Resumable Description Created on
1 CX_DBA_DBH_COLLECTOR DBA-DBH: Collector Exception 20070705
2 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20070910
History
Last changed by/on SAP  20130531 
SAP Release Created in