SAP ABAP Class CL_SYB_ATM (SYB: SAP automatic table maintenance)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-SYB (Application Component) Sybase ASE Database Platform
     SMSYB (Package) SYBASE Database Monitor
Properties
Class CL_SYB_ATM  
Short Description SYB: SAP automatic table maintenance    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SMSYB   SYBASE Database Monitor 
Created 20101013   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_SYB_ATM has no interface implemented.
Friends
Class CL_SYB_ATM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ATM_VERSION Instance attribute Public Type reference (TYPE) SYSAPRL '' 20121116
2 CO_ATM_PREFIX Constant Public Type reference (TYPE) STRING '' 20110418
3 CO_ATM_PRIORITY_HIGH Constant Public Type reference (TYPE) I 3 20110317
4 CO_ATM_PRIORITY_LOW Constant Public Type reference (TYPE) I 1 20110317
5 CO_ATM_PRIORITY_MEDIUM Constant Public Type reference (TYPE) I 2 20110317
6 CO_ATM_PROCEDURE Constant Public Type reference (TYPE) STRING 'saptools..SP_SAP_ATM' 20110418
7 CO_ATM_PROFILE_TYPE_DFLT Constant Public Type reference (TYPE) STRING 'DFLT' 20110317
8 CO_ATM_PROFILE_TYPE_EXCL Constant Public Type reference (TYPE) STRING 'EXCL' 20110317
9 CO_ATM_PROFILE_TYPE_INCL Constant Public Type reference (TYPE) STRING 'INCL' 20110317
10 CO_ATM_STATE_ERROR Constant Public Type reference (TYPE) C 'E' 20110517
11 CO_ATM_STATE_RUNNING Constant Public Type reference (TYPE) C 'R' 20110317
12 CO_ATM_STATE_WAITING Constant Public Type reference (TYPE) C 'W' 20110317
13 CO_ATM_TYPE_REORG Constant Public Type reference (TYPE) C 'R' 20110317
14 CO_ATM_TYPE_STATS Constant Public Type reference (TYPE) C 'S' 20110317
15 CO_HASHING_FULL Constant Public Type reference (TYPE) STRING 'hashing' 20120522
16 CO_HASHING_NONE Constant Public Type reference (TYPE) STRING 'no_hashing' 20120522
17 CO_HASHING_PARTIAL Constant Public Type reference (TYPE) STRING 'partial_hashing' 20120522
18 CO_KEY_ATM_VERSION Constant Public Type reference (TYPE) STRING 'ATM_VERSION' 20121116
19 CO_KEY_EXEC_LOW_PRIORITY Constant Public Type reference (TYPE) STRING 'EXEC_WITH_LOW_PRIORITY' 20110513
20 CO_KEY_KEEPHIST Constant Public Type reference (TYPE) STRING 'KEEP_ATM_HISTORY' 20110419
21 CO_KEY_KEEPLOG Constant Public Type reference (TYPE) STRING 'KEEP_ATM_LOG' 20110419
22 CO_KEY_MSG_LEVEL Constant Public Type reference (TYPE) STRING 'MSG_LEVEL' 20110503
23 CO_KEY_OWNER_SID Constant Public Type reference (TYPE) STRING 'OWNER_SID' 20120905
24 CO_PROFDESCR_REORG_REBLDIND Constant Private Type reference (TYPE) STRING 'Small to Medium Size Tables - Rebuild Indexes (SAP Default)' 20121123
25 CO_PROFDESCR_REORG_RECLSPACE Constant Private Type reference (TYPE) STRING 'All Tables - Reclaim Space (SAP Default)' 20121123
26 CO_PROFDESCR_REORG_ROWFWD Constant Private Type reference (TYPE) STRING 'All Tables - Remove Row Forwarding (SAP Default)' 20121123
27 CO_PROFDESCR_STATS_JSTABLES Constant Private Type reference (TYPE) STRING 'Job Scheduler Tables (SAP Default)' 20121123
28 CO_PROFDESCR_STATS_LARGETABS Constant Private Type reference (TYPE) STRING 'Large Tables (SAP Default)' 20121123
29 CO_PROFDESCR_STATS_MEDIUMTABS Constant Private Type reference (TYPE) STRING 'Medium Tables (SAP Default)' 20121123
30 CO_PROFDESCR_STATS_SAPTOOLS Constant Private Type reference (TYPE) STRING 'Monitoring Tables (SAP Default)' 20121123
31 CO_PROFDESCR_STATS_SMALLTABS Constant Private Type reference (TYPE) STRING 'Small Tables (SAP Default)' 20121123
32 CO_RANGE_TYPE_RESERVED_SPACE Constant Public Type reference (TYPE) STRING 'RESSPACE' 20110317
33 CO_RANGE_TYPE_ROWCOUNT Constant Public Type reference (TYPE) STRING 'ROWCNT' 20110317
34 CO_RANGE_TYPE_USED_SPACE Constant Public Type reference (TYPE) STRING 'USEDSPACE' 20110321
35 CO_REORG_TYPE_COMPACT Constant Public Type reference (TYPE) STRING 'COMPACT' 20110317
36 CO_REORG_TYPE_DEFRAG Constant Public Type reference (TYPE) STRING 'DEFRAG' 20131129
37 CO_REORG_TYPE_REBUILD Constant Public Type reference (TYPE) STRING 'REBUILD' 20110317
38 CO_REORG_TYPE_REBUILD_IX_ONLY Constant Public Type reference (TYPE) STRING 'REBUILD_IX' 20110518
39 CO_REORG_TYPE_REBUILD_ONLINE Constant Public Type reference (TYPE) STRING 'REBUILDONLINE' 20131129
40 CO_SP_WINDOW_PARAM_NAME Constant Public Type reference (TYPE) STRING '@window_id' 20110502
41 CO_SP_WINDOW_PARAM_TYPE Constant Public Type reference (TYPE) STRING 'INTEGER' 20110502
42 CO_STATS_TYPE_ALLCOLS Constant Public Type reference (TYPE) STRING 'ALLCOLS' 20120807
43 CO_STATS_TYPE_ALLIXCOLS Constant Public Type reference (TYPE) STRING 'ALLIXCOLS' 20110317
44 CO_STATS_TYPE_CUSTOM Constant Public Type reference (TYPE) STRING 'CUSTOM' 20120807
45 CO_STATS_TYPE_LEADIXCOLS Constant Public Type reference (TYPE) STRING 'LEADIXCOLS' 20110317
46 CO_STATS_TYPE_SELIXCOLS Constant Public Type reference (TYPE) STRING 'SELIXCOLS' 20110317
47 CO_THR_TYPE_DATACHANGE Constant Public Type reference (TYPE) STRING 'DATACHG' 20110317
48 CO_THR_TYPE_DATAPCLRATIO Constant Public Type reference (TYPE) STRING 'DATAPCLRATIO' 20110525
49 CO_THR_TYPE_FORWROWCNT Constant Public Type reference (TYPE) STRING 'FORWROWCNT' 20110321
50 CO_THR_TYPE_INDEXPCLRATIO Constant Public Type reference (TYPE) STRING 'INDEXPCLRATIO' 20110525
51 CO_THR_TYPE_MANUAL Constant Public Type reference (TYPE) STRING 'MANUAL' 20111025
52 CO_THR_TYPE_SPACEUTL Constant Public Type reference (TYPE) STRING 'SPACEUTL' 20110321
53 CO_WINDESCR_ALLDAY Constant Private Type reference (TYPE) STRING '24 hours all day (SAP Default)' 20121123
54 CO_WINDESCR_WEEKEND Constant Private Type reference (TYPE) STRING 'Weekend (SAP Default)' 20121123
55 MANAGED_TABLES_LIST Instance attribute Private Type reference (TYPE) DB6_STRING_TAB 20110318
56 RDI Instance attribute Private Object reference (TYPE REF TO) CL_DBA_RDI DBA-RDI: Back-End Wrapper 20110318
57 REPAIR_REQUIRED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110318
58 SET_UP Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110318
59 SP Instance attribute Private Object reference (TYPE REF TO) CL_SYB_STORED_PROCEDURE SYB-DBH: Stored Procedure Helper 20110418
60 SYS_REF Instance attribute Private Object reference (TYPE REF TO) CL_DB6_SYS DB6: Remote System Administration 20101105
61 TASK_SCHEDULER Instance attribute Private Object reference (TYPE REF TO) CL_SYB_TASK_SCHEDULER SYB: ASE Job Scheduler 20110502
62 _INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_SYB_ATM SYB: SAP automatic table maintenance 20101105
Methods
# Method Level Visibility Method type Description Created on
1 ADD_WINDOW_PROFILE Instance method Public Method 20110420
2 CALC_WINDOW_HOURS Static method Public Method 20110418
3 CANCEL_WINDOW Instance method Public Method 20110523
4 CHECK_SETUP Instance method Public Method 20110318
5 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20101105
6 COUNT_ASSIGNED_PROFILES Instance method Private Method 20110420
7 COUNT_QUEUED_OBJECTS Instance method Private Method 20110317
8 CREATE_DEFAULT_SETUP Instance method Private Method 20110420
9 CREATE_PROFILE Instance method Public Method 20110316
10 CREATE_WINDOW Instance method Public Method 20110418
11 DELETE_FROM_QUEUE Instance method Public Method 20111111
12 DELETE_PROFILE Instance method Public Method 20110317
13 DELETE_WINDOW Instance method Public Method 20110322
14 GEN_PHASE_CLEANUP Instance method Private Method 20110421
15 GEN_PHASE_IDENTIFY_OBJECTS Instance method Private Method 20110502
16 GEN_PHASE_INIT Instance method Private Method 20110502
17 GEN_PHASE_MAINTAIN_OBJECTS Instance method Private Method 20110502
18 GEN_PHASE_PREPARE Instance method Private Method 20110502
19 GET_CONFIG_OPTION Instance method Public Method 20110419
20 GET_DEFAULT_HISTOGRAM_STEPS Instance method Public Method 20110419
21 GET_INSTANCE Static method Public Method 20101105
22 IMAGE_OF_ATM_TYPE Static method Public Method 20110420
23 IMAGE_OF_EXEC_PRIORITY Static method Public Method 20110317
24 IMAGE_OF_HASHING Static method Public Method 20120516
25 IMAGE_OF_PROFILE_PRIORITY Static method Public Method 20110317
26 IMAGE_OF_PROFILE_TYPE Static method Public Method 20110317
27 IMAGE_OF_RANGE_TYPE Static method Public Method 20110317
28 IMAGE_OF_REORG_TYPE Static method Public Method 20110317
29 IMAGE_OF_STATS_TYPE Static method Public Method 20110317
30 IMAGE_OF_THRESHOLD_TYPE Static method Public Method 20110317
31 INIT_ATM_PROCEDURE Instance method Private Method 20110418
32 INIT_CONFIG_OPTION Instance method Private Method 20110419
33 INIT_DEFAULT_ASSIGNMENTS Instance method Private Method 20121119
34 INIT_DEFAULT_PROFILES Instance method Private Method 20121119
35 INIT_DEFAULT_WINDOWS Instance method Private Method 20121119
36 INSTALL Instance method Public Method 20110321
37 IS_REPAIR_REQUIRED Instance method Public Method 20110318
38 IS_SET_UP Instance method Public Method 20110318
39 IS_UNIQUE_PROFILE_DESCR Instance method Public Method 20110418
40 IS_UNIQUE_WINDOW_DESCR Instance method Public Method 20110418
41 IS_WINDOW_ACTIVE Instance method Public Method 20110523
42 IS_WINDOW_SCHEDULED Instance method Public Method 20110523
43 IS_WINDOW_SLEEPING Instance method Public Method 20110608
44 LOAD_ATM_HISTORY Instance method Public Method 20110519
45 LOAD_ATM_QUEUE Instance method Public Method 20110519
46 LOAD_PROFILES Instance method Public Method 20101105
47 LOAD_PROFILE_WINDOWS Instance method Public Method 20110615
48 LOAD_WINDOWS Instance method Public Method 20110321
49 LOAD_WINDOW_PROFILES Instance method Public Method 20110420
50 MIGRATE_TO_V101 Instance method Private Method 20121123
51 OPERATOR_OF_THRESHOLD_TYPE Static method Public Method 20110421
52 PROFILE_TO_XML Instance method Public Method 20101013
53 REMOVE_WINDOW_PROFILE Instance method Public Method 20110420
54 SAVE_PROFILE Instance method Public Method 20110316
55 SAVE_WINDOW Instance method Public Method 20110418
56 SCHEDULE_ATM_WINDOW Instance method Private Method schedule ATM SP for a given ATM window 20110502
57 SET_CONFIG_OPTION Instance method Public Method 20110419
58 SET_PROFILE_STATE Instance method Public Method 20110419
59 SET_WINDOW_STATE Instance method Public Method 20110419
60 START_WINDOW Instance method Public Method 20110929
61 UNINSTALL Instance method Public Method 20110419
62 UNIT_OF_RANGE_TYPE Static method Public Method 20110420
63 UNIT_OF_THRESHOLD_TYPE Static method Public Method 20110420
64 UNSCHEDULE_ATM_WINDOW Instance method Private Method schedule ATM SP for a given ATM window 20110502
65 XML_TO_PROFILE Instance method Public Method 20101013
Events
Class CL_SYB_ATM has no event.
Types
Class CL_SYB_ATM has no local type.
Method Signatures

Method ADD_WINDOW_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROFILE_ID Call by reference Type reference (TYPE) SYBATM_PROFILE-PROFILE_ID 20110420
2 Importing WINDOW_ID Call by reference Type reference (TYPE) SYBATM_WINDOW-WINDOW_ID 20110420
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110420

Method CALC_WINDOW_HOURS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HOURS Value transfer Type reference (TYPE) SYBATM_WINDOW-WINDOW_HOURS 20110418
2 Importing WINDOW Call by reference Type reference (TYPE) SYBATM_WINDOW SYB: ATM window 20110418

Method CALC_WINDOW_HOURS on class CL_SYB_ATM has no exception.

Method CANCEL_WINDOW 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 20110523
2 Importing WINDOW_ID Call by reference Type reference (TYPE) SYBATM_WINDOW-WINDOW_ID 20110523
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110523

Method CHECK_SETUP Signature

Method CHECK_SETUP on class CL_SYB_ATM has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20110318

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SYS_REF Call by reference Object reference (TYPE REF TO) CL_DB6_SYS DB6: Remote System Administration 20101105
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20110318
2 CX_DBA_RDI DBA-RDI: General Back-end Error 20110318
3 CX_DBA_TASK_SCHEDULER DBA: Task Scheduler Exception 20110502

Method COUNT_ASSIGNED_PROFILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROFILE_CNT Value transfer Type reference (TYPE) I 20110420
2 Importing WINDOW_ID Call by reference Type reference (TYPE) SYBATM_WINDOW-WINDOW_ID 20110420
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110420

Method COUNT_QUEUED_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROFILE_ID Call by reference Type reference (TYPE) SYBATM_PROFILE-PROFILE_ID 20110317
2 Returning QUEUE_CNT Value transfer Type reference (TYPE) I 20110317
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110317

Method CREATE_DEFAULT_SETUP Signature

Method CREATE_DEFAULT_SETUP on class CL_SYB_ATM has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110420
2 CX_SYB_INVALID_ATM_PROFILE SYB: ATM profile invalid 20110420

Method CREATE_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROFILE Call by reference Type reference (TYPE) SYBATM_PROFILE SYB: saptools..ATM_PROFILES 20110316
2 Returning PROFILE_ID Value transfer Type reference (TYPE) SYBATM_PROFILE-PROFILE_ID 20110420
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110316

Method CREATE_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WINDOW Call by reference Type reference (TYPE) SYBATM_WINDOW SYB: saptools..ATM_WINDOWS 20110418
2 Returning WINDOW_ID Value transfer Type reference (TYPE) SYBATM_WINDOW-WINDOW_ID 20110420
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110418

Method DELETE_FROM_QUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRY Call by reference Type reference (TYPE) SYBATM_QUEUE 20111111
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20111111

Method DELETE_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROFILE Call by reference Type reference (TYPE) SYBATM_PROFILE SYB: saptools..ATM_PROFILES 20110317
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110317

Method DELETE_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WINDOW Call by reference Type reference (TYPE) SYBATM_WINDOW 20110322
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110322

Method GEN_PHASE_CLEANUP Signature

Method GEN_PHASE_CLEANUP on class CL_SYB_ATM has no parameter.
Method GEN_PHASE_CLEANUP on class CL_SYB_ATM has no exception.

Method GEN_PHASE_IDENTIFY_OBJECTS Signature

Method GEN_PHASE_IDENTIFY_OBJECTS on class CL_SYB_ATM has no parameter.
Method GEN_PHASE_IDENTIFY_OBJECTS on class CL_SYB_ATM has no exception.

Method GEN_PHASE_INIT Signature

Method GEN_PHASE_INIT on class CL_SYB_ATM has no parameter.
Method GEN_PHASE_INIT on class CL_SYB_ATM has no exception.

Method GEN_PHASE_MAINTAIN_OBJECTS Signature

Method GEN_PHASE_MAINTAIN_OBJECTS on class CL_SYB_ATM has no parameter.
Method GEN_PHASE_MAINTAIN_OBJECTS on class CL_SYB_ATM has no exception.

Method GEN_PHASE_PREPARE Signature

Method GEN_PHASE_PREPARE on class CL_SYB_ATM has no parameter.
Method GEN_PHASE_PREPARE on class CL_SYB_ATM has no exception.

Method GET_CONFIG_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) STRING 20110419
2 Returning VALUE Value transfer Type reference (TYPE) STRING 20110419
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110419

Method GET_DEFAULT_HISTOGRAM_STEPS Signature

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

Method GET_DEFAULT_HISTOGRAM_STEPS on class CL_SYB_ATM has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INSTANCE Value transfer Object reference (TYPE REF TO) CL_SYB_ATM SYB: SAP automatic table maintenance 20101105
2 Importing SYS_REF Call by reference Object reference (TYPE REF TO) CL_DB6_SYS DB6: Remote System Administration 20101105
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20110318
2 CX_DBA_RDI DBA-RDI: General Back-end Error 20110318
3 CX_DBA_TASK_SCHEDULER DBA: Task Scheduler Exception 20110502

Method IMAGE_OF_ATM_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATM_TYPE Call by reference Type reference (TYPE) CLIKE 20110420
2 Returning IMAGE Value transfer Type reference (TYPE) STRING 20110420

Method IMAGE_OF_ATM_TYPE on class CL_SYB_ATM has no exception.

Method IMAGE_OF_EXEC_PRIORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXEC_PRIORITY Call by reference Type reference (TYPE) CLIKE 20110317
2 Returning IMAGE Value transfer Type reference (TYPE) STRING 20110317

Method IMAGE_OF_EXEC_PRIORITY on class CL_SYB_ATM has no exception.

Method IMAGE_OF_HASHING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HASHING Call by reference Type reference (TYPE) CLIKE 20120516
2 Returning IMAGE Value transfer Type reference (TYPE) STRING 20120516

Method IMAGE_OF_HASHING on class CL_SYB_ATM has no exception.

Method IMAGE_OF_PROFILE_PRIORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IMAGE Value transfer Type reference (TYPE) STRING 20110317
2 Importing PRIORITY Call by reference Type reference (TYPE) SYBATM_PROFILE-PRIORITY 20110317

Method IMAGE_OF_PROFILE_PRIORITY on class CL_SYB_ATM has no exception.

Method IMAGE_OF_PROFILE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IMAGE Value transfer Type reference (TYPE) STRING 20110317
2 Importing PROFILE_TYPE Call by reference Type reference (TYPE) CLIKE 20110317

Method IMAGE_OF_PROFILE_TYPE on class CL_SYB_ATM has no exception.

Method IMAGE_OF_RANGE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IMAGE Value transfer Type reference (TYPE) STRING 20110317
2 Importing RANGE_TYPE Call by reference Type reference (TYPE) CLIKE 20110317

Method IMAGE_OF_RANGE_TYPE on class CL_SYB_ATM has no exception.

Method IMAGE_OF_REORG_TYPE Signature

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

Method IMAGE_OF_REORG_TYPE on class CL_SYB_ATM has no exception.

Method IMAGE_OF_STATS_TYPE Signature

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

Method IMAGE_OF_STATS_TYPE on class CL_SYB_ATM has no exception.

Method IMAGE_OF_THRESHOLD_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IMAGE Value transfer Type reference (TYPE) STRING 20110317
2 Importing THR_TYPE Call by reference Type reference (TYPE) CLIKE 20110317

Method IMAGE_OF_THRESHOLD_TYPE on class CL_SYB_ATM has no exception.

Method INIT_ATM_PROCEDURE Signature

Method INIT_ATM_PROCEDURE on class CL_SYB_ATM has no parameter.
Method INIT_ATM_PROCEDURE on class CL_SYB_ATM has no exception.

Method INIT_CONFIG_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DFT Call by reference Type reference (TYPE) CLIKE 20110419
2 Importing KEY Call by reference Type reference (TYPE) STRING 20110419
3 Importing VALUE Call by reference Type reference (TYPE) CLIKE 20110419
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110419

Method INIT_DEFAULT_ASSIGNMENTS Signature

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

Method INIT_DEFAULT_ASSIGNMENTS on class CL_SYB_ATM has no exception.

Method INIT_DEFAULT_PROFILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DEF_PROFILES Value transfer Type reference (TYPE) SYBATM_PROFILE_TAB SYB: Table of SYBATM_PROFILE 20121119
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20121119
2 CX_SYB_INVALID_ATM_PROFILE SYB: ATM profile invalid 20121119

Method INIT_DEFAULT_WINDOWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DEF_WINDOWS Value transfer Type reference (TYPE) SYBATM_WINDOW_TAB SYB: Table of SYBATM_WINDOW 20121119

Method INIT_DEFAULT_WINDOWS on class CL_SYB_ATM has no exception.

Method INSTALL Signature

Method INSTALL on class CL_SYB_ATM has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20110321

Method IS_REPAIR_REQUIRED Signature

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

Method IS_REPAIR_REQUIRED on class CL_SYB_ATM has no exception.

Method IS_SET_UP Signature

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

Method IS_SET_UP on class CL_SYB_ATM has no exception.

Method IS_UNIQUE_PROFILE_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) SYBATM_PROFILE-PROFILE_DESCR 20110418
2 Returning IS_UNIQUE Value transfer Type reference (TYPE) ABAP_BOOL 20110418
3 Importing PROFILE_ID Call by reference Type reference (TYPE) SYBATM_PROFILE-PROFILE_ID 20110418
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110418

Method IS_UNIQUE_WINDOW_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) SYBATM_PROFILE-PROFILE_DESCR 20110418
2 Returning IS_UNIQUE Value transfer Type reference (TYPE) ABAP_BOOL 20110418
3 Importing WINDOW_ID Call by reference Type reference (TYPE) SYBATM_WINDOW-WINDOW_ID 20110418
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110418

Method IS_WINDOW_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 20110523
2 Importing WINDOW_ID Call by reference Type reference (TYPE) SYBATM_WINDOW-WINDOW_ID 20110523
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110523

Method IS_WINDOW_SCHEDULED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SCHEDULED Value transfer Type reference (TYPE) ABAP_BOOL 20110523
2 Importing WINDOW_ID Call by reference Type reference (TYPE) SYBATM_WINDOW-WINDOW_ID 20110523
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110523

Method IS_WINDOW_SLEEPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SLEEPING Value transfer Type reference (TYPE) ABAP_BOOL 20110608
2 Importing WINDOW_ID Call by reference Type reference (TYPE) SYBATM_WINDOW-WINDOW_ID 20110608
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110608

Method LOAD_ATM_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATM_TYPE Call by reference Type reference (TYPE) SYBATM_PROFILE-ATM_TYPE 20110519
2 Importing DBNAME Call by reference Type reference (TYPE) SYBDBNAME SYB: DB Name 20110519
3 Returning HISTORY Value transfer Type reference (TYPE) SYBATM_HISTORY_TAB 20110519
4 Importing OBJNAME Call by reference Type reference (TYPE) SYBOBJNAME SYB: Object Name (Index, Table, Partition, ...) 20110519
5 Importing OBJOWNER Call by reference Type reference (TYPE) SYBOBJOWNER SYB: Object Owner (Index, Table, DB, Partition, ...) 20110519
6 Importing TIME_SELECTION Call by reference Type reference (TYPE) DBA_WD_TIMESLIDER DBA Cockpit: Description of Time Slider UI Element 20110519
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110519

Method LOAD_ATM_QUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATM_TYPE Call by reference Type reference (TYPE) SYBATM_PROFILE-ATM_TYPE 20110519
2 Importing DBNAME Call by reference Type reference (TYPE) SYBDBNAME SYB: DB Name 20110519
3 Importing OBJNAME Call by reference Type reference (TYPE) SYBOBJNAME SYB: Object Name (Index, Table, Partition, ...) 20110519
4 Importing OBJOWNER Call by reference Type reference (TYPE) SYBOBJOWNER SYB: Object Owner (Index, Table, DB, Partition, ...) 20110519
5 Returning QUEUE Value transfer Type reference (TYPE) SYBATM_QUEUE_TAB SYB: Table of SYBATM_QUEUE 20110519
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110519
2 CX_DBA_RDI DBA-RDI: General Back-end Error 20110519

Method LOAD_PROFILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATM_TYPE Call by reference Type reference (TYPE) SYBATM_PROFILE-ATM_TYPE 20110316
2 Returning PROFILES Value transfer Type reference (TYPE) SYBATM_PROFILE_TAB SYB: Table of SYBATM_PROFILE 20101105
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20101105

Method LOAD_PROFILE_WINDOWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROFILE_ID Call by reference Type reference (TYPE) SYBATM_PROFILE-PROFILE_ID 20110615
2 Returning WINDOWS Value transfer Type reference (TYPE) SYBATM_WINDOW_TAB 20110615
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110615

Method LOAD_WINDOWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning WINDOWS Value transfer Type reference (TYPE) SYBATM_WINDOW_TAB 20110321
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110321

Method LOAD_WINDOW_PROFILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ASSIGNED_PROFILES Value transfer Type reference (TYPE) SYBATM_PROFILE_TAB SYB: Table of SYBATM_PROFILE 20110420
2 Exporting UNASSIGNED_PROFILES Call by reference Type reference (TYPE) SYBATM_PROFILE_TAB SYB: Table of SYBATM_PROFILE 20110420
3 Importing WINDOW_ID Call by reference Type reference (TYPE) SYBATM_WINDOW-WINDOW_ID 20110420
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110420

Method MIGRATE_TO_V101 Signature

Method MIGRATE_TO_V101 on class CL_SYB_ATM has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20121123
2 CX_DBA_RDI DBA-RDI: General Back-end Error 20121212
3 CX_SYB_INVALID_ATM_PROFILE SYB: ATM profile invalid 20121123

Method OPERATOR_OF_THRESHOLD_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OPERATOR Value transfer Type reference (TYPE) STRING 20110421
2 Importing THRESHOLD_TYPE Call by reference Type reference (TYPE) SYBATM_PROFILE-THRESHOLD_TYPE 20110421

Method OPERATOR_OF_THRESHOLD_TYPE on class CL_SYB_ATM has no exception.

Method PROFILE_TO_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROFILE Call by reference Type reference (TYPE) ANY 20101013
2 Returning XML Value transfer Type reference (TYPE) STRING 20101013
# Exception Resumable Description Created on
1 CX_SYB_INVALID_ATM_PROFILE SYB: ATM profile invalid 20101013

Method REMOVE_WINDOW_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROFILE_ID Call by reference Type reference (TYPE) SYBATM_PROFILE-PROFILE_ID 20110420
2 Importing WINDOW_ID Call by reference Type reference (TYPE) SYBATM_WINDOW-WINDOW_ID 20110420
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110420

Method SAVE_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROFILE Call by reference Type reference (TYPE) SYBATM_PROFILE SYB: saptools..ATM_PROFILES 20110316
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110316

Method SAVE_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WINDOW Call by reference Type reference (TYPE) SYBATM_WINDOW SYB: saptools..ATM_WINDOWS 20110418
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110418

Method SCHEDULE_ATM_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WINDOW Call by reference Type reference (TYPE) SYBATM_WINDOW SYB: ATM window 20110502
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110502

Method SET_CONFIG_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) STRING 20110419
2 Importing VALUE Value transfer Type reference (TYPE) CLIKE 20110419
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110419

Method SET_PROFILE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROFILE_ID Call by reference Type reference (TYPE) SYBATM_PROFILE-PROFILE_ID 20110419
2 Importing STATE Call by reference Type reference (TYPE) SYBATM_PROFILE-STATE 20110419
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110419

Method SET_WINDOW_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STATE Call by reference Type reference (TYPE) SYBATM_WINDOW-STATE 20110419
2 Importing WINDOW Call by reference Type reference (TYPE) SYBATM_WINDOW SYB: ATM window 20110503
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110419

Method START_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WINDOW Call by reference Type reference (TYPE) SYBATM_WINDOW 20110929
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110929

Method UNINSTALL Signature

Method UNINSTALL on class CL_SYB_ATM has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20110419

Method UNIT_OF_RANGE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RANGE_TYPE Call by reference Type reference (TYPE) SYBATM_PROFILE-RANGE_TYPE 20110420
2 Returning UNIT Value transfer Type reference (TYPE) STRING 20110420

Method UNIT_OF_RANGE_TYPE on class CL_SYB_ATM has no exception.

Method UNIT_OF_THRESHOLD_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing THRESHOLD_TYPE Call by reference Type reference (TYPE) SYBATM_PROFILE-THRESHOLD_TYPE 20110420
2 Returning UNIT Value transfer Type reference (TYPE) STRING 20110420

Method UNIT_OF_THRESHOLD_TYPE on class CL_SYB_ATM has no exception.

Method UNSCHEDULE_ATM_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WINDOW Call by reference Type reference (TYPE) SYBATM_WINDOW SYB: ATM window 20110502
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110502

Method XML_TO_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PROFILE_REF Value transfer Object reference (TYPE REF TO) DATA 20110317
2 Importing TYPE Call by reference Type reference (TYPE) C 20101013
3 Exporting UNHANDLED_FIELDS Call by reference Type reference (TYPE) I 20110318
4 Importing XML Call by reference Type reference (TYPE) STRING 20101013
# Exception Resumable Description Created on
1 CX_SYB_INVALID_ATM_PROFILE SYB: ATM profile invalid 20101013
History
Last changed by/on SAP  20130531 
SAP Release Created in 703