SAP ABAP Class CL_DBA_NOTE_PARSER (DBA Cockpit: Note Parsing for Configuration Check)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_COMMON (Package) Cross-Platform DBA cockpit objects
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SYB_NOTE_PARSER SYB: SAP Note Parsing for ParamCheck 20101217
Properties
Class CL_DBA_NOTE_PARSER  
Short Description DBA Cockpit: Note Parsing for Configuration Check    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_COMMON   Cross-Platform DBA cockpit objects 
Created 20101207   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)
2 BCWBN Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DBA_NOTE_PARSER has no interface implemented.
Friends
Class CL_DBA_NOTE_PARSER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_ABBREV_RECOMMENDED Constant Protected Type reference (TYPE) STRING 'REC' 20110408
2 CO_ABBREV_REQUIRED Constant Protected Type reference (TYPE) STRING 'REQ' 20110408
3 CO_ABBREV_SCOPE Constant Protected Type reference (TYPE) STRING 'S' 20110408
4 CO_ABBREV_TOOL Constant Protected Type reference (TYPE) STRING 'T' 20110408
5 CO_ALL Constant Protected Type reference (TYPE) STRING '*' 20110408
6 CO_NONE Constant Protected Type reference (TYPE) STRING '' 20110408
7 CO_SCOPE_DB Constant Protected Type reference (TYPE) STRING 'DB' 20110408
8 CO_SCOPE_GLOBAL Constant Protected Type reference (TYPE) STRING 'global' 20110408
9 CO_TOKEN_SCOPE Constant Protected Type reference (TYPE) STRING 'scope' 20110408
10 CO_TOKEN_TOOL Constant Protected Type reference (TYPE) STRING 'tool' 20110408
11 DEVIATIONS Instance attribute Private Type reference (TYPE) DBAPC_DEVIATION_TAB DBA Parameter Check: Table of DBAPC_DEVIATION 20110415
12 ENVIRONMENT Instance attribute Private Type reference (TYPE) DBAPC_ENVIRONMENT_TAB DBA Parameter Check: Table of DBAPC_ENVIRONMENT 20120510
13 FORCE_DOWNLOAD Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110412
14 NAV_REF Instance attribute Protected Object reference (TYPE REF TO) CL_DB6_TREE_NAVIGATOR Database Connection 20110407
15 NOTE_TEXT Instance attribute Protected Type reference (TYPE) BCWBN_TEXT 20110404
16 RELEASE_NOTE_NUMBER Instance attribute Private Type reference (TYPE) CWBNTNUMM Note number 20110413
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_ALL_DEVIATIONS Instance method Public Method 20110415
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20101217
3 DB_SPECIFIC_ENVIRONMENT Instance method Public Method 20120510
4 DELETE_DEVIATION Instance method Public Method 20120605
5 DOWNLOAD_NOTE Instance method Public Method 20101217
6 GET_BASIC_SETTINGS Instance method Protected Method 20110408
7 GET_CENTRAL_NOTE_NUMBER Instance method Public Method 20110614
8 GET_CURRENT_DATE Instance method Protected Method 20110411
9 GET_DEVIATIONS Instance method Public Method 20120524
10 GET_GROUP_SETTINGS Instance method Protected Method 20110408
11 GET_LAST_DOWNLOAD_DATE Instance method Public Method 20110329
12 GET_OBJECT Static method Public Method 20110318
13 GET_RELEASE_NOTE Instance method Protected Method 20101217
14 GET_RELEASE_NOTE_NUMBER Instance method Public Method 20110413
15 GET_RESULTS Instance method Public Method 20110405
16 GET_VALUE Instance method Protected Method 20110411
17 INIT Instance method Protected Method 20110405
18 INIT_ENVRIONMENT Instance method Private Method 20120510
19 IS_APPLICABLE Instance method Private Method 20120510
20 PARSE_NOTE_AND_CHECK Instance method Protected Method 20110405
21 READ_DEVIATIONS Instance method Protected Method 20120524
22 READ_NOTE Instance method Private Method 20110329
23 SET_FORCE_DOWNLOAD Instance method Public Method 20110412
24 WRITE_DEVIATIONS Instance method Public Method 20110412
25 WRITE_DOWNLOAD_TSTAMP Instance method Protected Method 20110329
Events
Class CL_DBA_NOTE_PARSER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 VALUE_PAIR Protected See coding 20110412 BEGIN OF value_pair, run_value TYPE string, config_value TYPE string, END OF value_pair
Method Signatures

Method CLEAR_ALL_DEVIATIONS Signature

Method CLEAR_ALL_DEVIATIONS on class CL_DBA_NOTE_PARSER has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110415

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAV_REF Call by reference Object reference (TYPE REF TO) CL_DB6_TREE_NAVIGATOR Description of Database Connections 20110407

Method CONSTRUCTOR on class CL_DBA_NOTE_PARSER has no exception.

Method DB_SPECIFIC_ENVIRONMENT Signature

Method DB_SPECIFIC_ENVIRONMENT on class CL_DBA_NOTE_PARSER has no parameter.
Method DB_SPECIFIC_ENVIRONMENT on class CL_DBA_NOTE_PARSER has no exception.

Method DELETE_DEVIATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEVIATION Call by reference Type reference (TYPE) DBAPC_DEVIATION DBA Parameter Check: Table of Results 20120605
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20120605

Method DOWNLOAD_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NOTE_NUMBER Call by reference Type reference (TYPE) CWBNTNUMM Note number 20101217

Method DOWNLOAD_NOTE on class CL_DBA_NOTE_PARSER has no exception.

Method GET_BASIC_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SETTINGS Value transfer Type reference (TYPE) DBAPC_CHECK DBA Parameter Check: Check 20110408

Method GET_BASIC_SETTINGS on class CL_DBA_NOTE_PARSER has no exception.

Method GET_CENTRAL_NOTE_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NOTE_NUMBER Value transfer Type reference (TYPE) CWBNTNUMM 20110614

Method GET_CENTRAL_NOTE_NUMBER on class CL_DBA_NOTE_PARSER has no exception.

Method GET_CURRENT_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TIMESTAMP Value transfer Type reference (TYPE) DB6TSTAMP DB6: Timestamp (Format: YYYYMMDDHHMMSS) 20110411
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110411

Method GET_DEVIATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DEVIATIONS Value transfer Type reference (TYPE) DBAPC_DEVIATION_TAB DBA Parameter Check: Table of DBAPC_DEVIATION 20120524
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20120524

Method GET_GROUP_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CURR_SETTINGS Call by reference Type reference (TYPE) DBAPC_CHECK DBA Parameter Check: Check 20110408
2 Importing GROUP_NAME Call by reference Type reference (TYPE) STRING 20110408
3 Returning SETTINGS Value transfer Type reference (TYPE) DBAPC_CHECK DBA Parameter Check: Check 20110408

Method GET_GROUP_SETTINGS on class CL_DBA_NOTE_PARSER has no exception.

Method GET_LAST_DOWNLOAD_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATE_OF_DOWNLOAD Value transfer Type reference (TYPE) DB6TSTAMP DB6: Timestamp (Format: YYYYMMDDHHMMSS) 20110329
2 Importing NOTENUMBER Call by reference Type reference (TYPE) CWBNTNUMM Note number 20110329
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110411

Method GET_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAV_REF Value transfer Object reference (TYPE REF TO) CL_DB6_TREE_NAVIGATOR Database Connection 20110407
2 Returning OBJ_REF Value transfer Object reference (TYPE REF TO) CL_DBA_NOTE_PARSER DBA Cockpit: Note Parsing for Configuration Check 20110318

Method GET_OBJECT on class CL_DBA_NOTE_PARSER has no exception.

Method GET_RELEASE_NOTE Signature

Method GET_RELEASE_NOTE on class CL_DBA_NOTE_PARSER has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110414

Method GET_RELEASE_NOTE_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RELEASE_NOTE_NUMBER Value transfer Type reference (TYPE) CWBNTNUMM Note number 20110413

Method GET_RELEASE_NOTE_NUMBER on class CL_DBA_NOTE_PARSER has no exception.

Method GET_RESULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULTS Value transfer Type reference (TYPE) DBAPC_RESULT_TAB DBA Parameter Check: Table of Results 20110405
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110414

Method GET_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) STRING 20110411
2 Importing SCOPE Call by reference Type reference (TYPE) DBAPC_CHECK DBA Parameter Check: Check 20110411
3 Returning VALUE Value transfer Type reference (TYPE) DBAPC_RESULT DBA ParameterCheck: 20110411

Method GET_VALUE on class CL_DBA_NOTE_PARSER has no exception.

Method INIT Signature

Method INIT on class CL_DBA_NOTE_PARSER has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110414

Method INIT_ENVRIONMENT Signature

Method INIT_ENVRIONMENT on class CL_DBA_NOTE_PARSER has no parameter.
Method INIT_ENVRIONMENT on class CL_DBA_NOTE_PARSER has no exception.

Method IS_APPLICABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_APPLICABLE Value transfer Type reference (TYPE) ABAP_BOOL 20120510
2 Importing SCOPE Call by reference Type reference (TYPE) DBAPC_CHECK DBA ParameterCheck: 20120510

Method IS_APPLICABLE on class CL_DBA_NOTE_PARSER has no exception.

Method PARSE_NOTE_AND_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULTS Value transfer Type reference (TYPE) DBAPC_RESULT_TAB DBA Parameter Check: Table of Results 20110412

Method PARSE_NOTE_AND_CHECK on class CL_DBA_NOTE_PARSER has no exception.

Method READ_DEVIATIONS Signature

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

Method READ_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NOTENUMBER Call by reference Type reference (TYPE) CWBNTNUMM Note number 20110329
2 Returning NOTES Value transfer Type reference (TYPE) BCWBN_NOTE 20110329
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110414

Method SET_FORCE_DOWNLOAD Signature

Method SET_FORCE_DOWNLOAD on class CL_DBA_NOTE_PARSER has no parameter.
Method SET_FORCE_DOWNLOAD on class CL_DBA_NOTE_PARSER has no exception.

Method WRITE_DEVIATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEVIATIONS Call by reference Type reference (TYPE) DBAPC_DEVIATION_TAB DBA Parameter Check: Table of Results 20110412
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20120524

Method WRITE_DOWNLOAD_TSTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NOTENUMBER Call by reference Type reference (TYPE) CWBNTNUMM Note number 20110329
2 Importing TIMESTAMP Call by reference Type reference (TYPE) DB6TSTAMP DB6: Timestamp (Format: YYYYMMDDHHMMSS) 20110411
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20110412
History
Last changed by/on SAP  20130531 
SAP Release Created in