SAP ABAP Class CL_DBA_MSG_WINDOW_BASE (DBA Cockpit: Abstract Message Window)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_RUNTIME (Package) DBA Cockpit: Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DB6_EVENT_RECEIVER_BASE CL_DB6_EVENT_RECEIVER_BASE 20080521
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DBA_MSG_WINDOW DBA Cockpit: Message Window 20080521
2 Inheritance (c INHERITING FROM c_ref)  CL_DBA_MSG_WINDOW_BATCH DBA Cockpit: Batch Messaging 20091120
3 Inheritance (c INHERITING FROM c_ref)  CL_DBA_MSG_WINDOW_SETUP DBA Cockpit: Msgwindow for Setups 20080521
Properties
Class CL_DBA_MSG_WINDOW_BASE  
Short Description DBA Cockpit: Abstract Message Window    
Super Class CL_DB6_EVENT_RECEIVER_BASE CL_DB6_EVENT_RECEIVER_BASE 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_RUNTIME   DBA Cockpit: Runtime 
Created 20080521   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 CL_DB6_TREE_NAVIGATOR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 DB6CC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 DB6CI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DBA_MSG_WINDOW_BASE has no interface implemented.
Friends
Class CL_DBA_MSG_WINDOW_BASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_NO_SYSID Constant Public Type reference (TYPE) DB6NAVSYST-SYSID '---' Name of the SAP System 20080521
2 ICON_ERROR Instance attribute Public Type reference (TYPE) ICONS-TEXT Carrier field for icons 20080521
3 ICON_EXCEPTION Instance attribute Public Type reference (TYPE) ICONS-TEXT Carrier field for icons 20080521
4 ICON_INFO Instance attribute Public Type reference (TYPE) ICONS-TEXT Carrier field for icons 20080521
5 ICON_SUCCESS Instance attribute Public Type reference (TYPE) ICONS-TEXT Carrier field for icons 20080521
6 ICON_WARNING Instance attribute Public Type reference (TYPE) ICONS-TEXT Carrier field for icons 20080521
7 IS_INITIAL Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20080521
8 MSG_COUNT Instance attribute Protected Type reference (TYPE) I 20080521
9 MSG_PUSHED Instance attribute Public Type reference (TYPE) I 0 20080521
10 MSG_TABLE Instance attribute Public Type reference (TYPE) DB6PMMSGWIN_TAB 20080521
11 NAVIGATOR Instance attribute Protected Object reference (TYPE REF TO) CL_DB6_TREE_NAVIGATOR CL_DB6_TREE_NAVIGATOR 20080521
12 NEED_REFRESH Instance attribute Public Type reference (TYPE) ABAP_BOOL 20080521
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ERROR Instance method Public Method add error message 20080521
2 ADD_EXCEPTION Instance method Public Method add exception message 20080521
3 ADD_EXCEPTION_CLASS Instance method Public Method add exception message 20080521
4 ADD_INFO Instance method Public Method Erfolgsnachricht hinzufügen 20080521
5 ADD_SUCCESS Instance method Public Method add success message 20080521
6 ADD_T100 Instance method Public Method add T100 message 20080521
7 ADD_T100_LIST Instance method Public Method add T100 message list 20080521
8 ADD_WARNING Instance method Public Method add warning message 20080521
9 CLEAR Instance method Public Method clears the message history 20080521
10 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080521
11 DISPLAY Instance method Public Method 20080521
12 GET_HIGHEST_ERROR_WEIGHT Instance method Public Method 20080526
13 GET_ICON Instance method Protected Method 20101014
14 GET_ICON_TOOLTIP Instance method Protected Method 20110629
15 SET_MSG_TOOLTIPS Instance method Public Method 20110630
Events
Class CL_DBA_MSG_WINDOW_BASE has no event.
Types
Class CL_DBA_MSG_WINDOW_BASE has no local type.
Method Signatures

Method ADD_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LONGTXT Call by reference Type reference (TYPE) STRING 20080521
2 Importing MSG Call by reference Type reference (TYPE) STRING 20080521
3 Importing SYSID Call by reference Type reference (TYPE) DB6NAVSYST-SYSID Name of the SAP System 20080521

Method ADD_ERROR on class CL_DBA_MSG_WINDOW_BASE has no exception.

Method ADD_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LONGTXT Call by reference Type reference (TYPE) STRING 20080521
2 Importing MSG Call by reference Type reference (TYPE) STRING 20080521
3 Importing SYSID Call by reference Type reference (TYPE) DB6NAVSYST-SYSID Name of the SAP System 20080521

Method ADD_EXCEPTION on class CL_DBA_MSG_WINDOW_BASE has no exception.

Method ADD_EXCEPTION_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CX_REF Call by reference Object reference (TYPE REF TO) CX_DBA_ROOT DBA Cockpit: Root exception class 20080521
2 Importing MSGTY Call by reference Type reference (TYPE) SYMSGTY 'X' Message Type 20101014
3 Importing SYSID Call by reference Type reference (TYPE) DB6NAVSYST-SYSID Name of the SAP System 20080521

Method ADD_EXCEPTION_CLASS on class CL_DBA_MSG_WINDOW_BASE has no exception.

Method ADD_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LONGTXT Call by reference Type reference (TYPE) STRING 20080521
2 Importing MSG Call by reference Type reference (TYPE) STRING 20080521
3 Importing SYSID Call by reference Type reference (TYPE) DB6NAVSYST-SYSID Name des SAP-Systems 20080521

Method ADD_INFO on class CL_DBA_MSG_WINDOW_BASE has no exception.

Method ADD_SUCCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LONGTXT Call by reference Type reference (TYPE) STRING 20080521
2 Importing MSG Call by reference Type reference (TYPE) STRING 20080521
3 Importing SYSID Call by reference Type reference (TYPE) DB6NAVSYST-SYSID Name of the SAP System 20080521

Method ADD_SUCCESS on class CL_DBA_MSG_WINDOW_BASE has no exception.

Method ADD_T100 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSGID Call by reference Type reference (TYPE) SYMSGID Message Class 20080521
2 Importing MSGNO Call by reference Type reference (TYPE) SYMSGNO Message Number 20080521
3 Importing MSGTY Call by reference Type reference (TYPE) SYMSGTY Message Type 20080521
4 Importing MSGV1 Call by reference Type reference (TYPE) ANY 20080521
5 Importing MSGV2 Call by reference Type reference (TYPE) ANY 20080521
6 Importing MSGV3 Call by reference Type reference (TYPE) ANY 20080521
7 Importing MSGV4 Call by reference Type reference (TYPE) ANY 20080521
8 Importing SYSID Call by reference Type reference (TYPE) DB6NAVSYST-SYSID Name of the SAP System 20080521

Method ADD_T100 on class CL_DBA_MSG_WINDOW_BASE has no exception.

Method ADD_T100_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSG_LIST Call by reference Type reference (TYPE) DBA_MSG_LIST DBA Cockpit: Message List 20080521
2 Importing SYSID Call by reference Type reference (TYPE) DB6NAVSYST-SYSID Name of the SAP System 20080521

Method ADD_T100_LIST on class CL_DBA_MSG_WINDOW_BASE has no exception.

Method ADD_WARNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LONGTXT Call by reference Type reference (TYPE) STRING 20080521
2 Importing MSG Call by reference Type reference (TYPE) STRING 20080521
3 Importing SYSID Call by reference Type reference (TYPE) DB6NAVSYST-SYSID Name of the SAP System 20080521

Method ADD_WARNING on class CL_DBA_MSG_WINDOW_BASE has no exception.

Method CLEAR Signature

Method CLEAR on class CL_DBA_MSG_WINDOW_BASE has no parameter.
Method CLEAR on class CL_DBA_MSG_WINDOW_BASE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAVIGATOR Call by reference Object reference (TYPE REF TO) CL_DB6_TREE_NAVIGATOR CL_DB6_TREE_NAVIGATOR 20080521

Method CONSTRUCTOR on class CL_DBA_MSG_WINDOW_BASE has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_DBA_MSG_WINDOW_BASE has no parameter.
Method DISPLAY on class CL_DBA_MSG_WINDOW_BASE has no exception.

Method GET_HIGHEST_ERROR_WEIGHT Signature

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

Method GET_HIGHEST_ERROR_WEIGHT on class CL_DBA_MSG_WINDOW_BASE has no exception.

Method GET_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ICON Value transfer Type reference (TYPE) ICONS-TEXT Carrier field for icons 20101014
2 Importing MSGTY Call by reference Type reference (TYPE) C 20101014

Method GET_ICON on class CL_DBA_MSG_WINDOW_BASE has no exception.

Method GET_ICON_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ICON_TOOLTIP Value transfer Type reference (TYPE) STRING 20110629
2 Importing MSGTY Call by reference Type reference (TYPE) C 20110629

Method GET_ICON_TOOLTIP on class CL_DBA_MSG_WINDOW_BASE has no exception.

Method SET_MSG_TOOLTIPS Signature

Method SET_MSG_TOOLTIPS on class CL_DBA_MSG_WINDOW_BASE has no parameter.
Method SET_MSG_TOOLTIPS on class CL_DBA_MSG_WINDOW_BASE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 711