SAP ABAP Class CL_BSPWD_BASICS_ERRORVIEW_BASE (Base for error view)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-UI (Application Component) User Interface
     CRM_BSP_WD_APPL_BASICS (Package) Basic Application Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_WD_VIEW_CONTROLLER Basis Class for WD View Controller 20080714
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BSP_WD_MESSAGE_UI_COMM Interface for Communication with Message Visualization 20080729
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSPWD_BASICS_ERROR2_IMPL Controller Class for BSPWD_BASICS 20080714
2 Inheritance (c INHERITING FROM c_ref)  CL_BSPWD_BASICS_ERRORVIEW 20080714
Properties
Class CL_BSPWD_BASICS_ERRORVIEW_BASE  
Short Description Base for error view    
Super Class CL_BSP_WD_VIEW_CONTROLLER Basis Class for WD View Controller 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BSP_WD_APPL_BASICS   Basic Application Objects 
Created 20080714   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BSPWD_BASICS_ERRORVIEW_BASE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_BSP_WD_MESSAGE_UI_COMM Interface for Communication with Message Visualization 20080729
Friends
Class CL_BSPWD_BASICS_ERRORVIEW_BASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_LAST_MESSAGE_TAB Static Attribute Public Type reference (TYPE) CRMT_IC_MESSAGE_UI_DATA_TAB Table with UI message data 20080714
2 GV_DETAILS_TEXT Static Attribute Protected Type reference (TYPE) STRING 20080714
3 GV_GREEN_LIGHT Static Attribute Protected Type reference (TYPE) STRING 20080714
4 GV_GREEN_SIGNAL Static Attribute Protected Type reference (TYPE) STRING 20080714
5 GV_ICON_ERROR_TOOLTIP Static Attribute Public Type reference (TYPE) STRING 20080714
6 GV_ICON_INFO_TOOLTIP Static Attribute Public Type reference (TYPE) STRING 20080714
7 GV_ICON_WARNING_TOOLTIP Static Attribute Public Type reference (TYPE) STRING 20080714
8 GV_MAX_MESSAGE_LINES Static Attribute Public Type reference (TYPE) STRING 20080714
9 GV_MESSAGES_CHANGED Static Attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080714
10 GV_RED_LIGHT Static Attribute Protected Type reference (TYPE) STRING 20080714
11 GV_RED_SIGNAL Static Attribute Protected Type reference (TYPE) STRING 20080714
12 GV_YELLOW_LIGHT Static Attribute Protected Type reference (TYPE) STRING 20080714
13 GV_YELLOW_SIGNAL Static Attribute Protected Type reference (TYPE) STRING 20080714
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20080714
2 EH_ONMESSAGENAV Instance method Protected Method 20080729
3 FORMAT_MESSAGE Instance method Protected Method 20080714
4 GENERATE_COMPATIBLE_ID Static method Public Method Generates a compatible ID from supplied ID for error nav. 20130524
5 GET_AND_PREPARE_MESSAGES Instance method Protected Method 20080714
6 GET_JS_FOR_ERROR_NAV Instance method Public Method 20100707
7 GET_JS_FOR_MESSAGE_NAV Instance method Public Method 20080718
8 GET_MESSAGES Instance method Public Method Get messages 20080714
9 GET_URL_OF_MESSAGE_LONGTEXT Instance method Public Method Holt den Langtext einer Nachricht 20080714
10 ON_SKIN_CHANGE Static method Protected Event handling method 20080714
Events
Class CL_BSPWD_BASICS_ERRORVIEW_BASE has no event.
Types
Class CL_BSPWD_BASICS_ERRORVIEW_BASE has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_BSPWD_BASICS_ERRORVIEW_BASE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BSPWD_BASICS_ERRORVIEW_BASE has no exception.

Method EH_ONMESSAGENAV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HTMLB_EVENT Call by reference Object reference (TYPE REF TO) CL_HTMLB_EVENT 20080729
2 Importing HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA 20080729

Method EH_ONMESSAGENAV on class CL_BSPWD_BASICS_ERRORVIEW_BASE has no exception.

Method FORMAT_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MSG Call by reference Type reference (TYPE) BSP_WD_MESSAGE 20080714
2 Returning RS_RESULT Value transfer Type reference (TYPE) CRMT_IC_MESSAGE_UI_DATA Nachrichtenstruktur 20080714

Method FORMAT_MESSAGE on class CL_BSPWD_BASICS_ERRORVIEW_BASE has no exception.

Method GENERATE_COMPATIBLE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) STRING The uncompatible ID 20130524
2 Returning RV_ID Value transfer Type reference (TYPE) STRING The now compatible ID 20130524

Method GENERATE_COMPATIBLE_ID on class CL_BSPWD_BASICS_ERRORVIEW_BASE has no exception.

Method GET_AND_PREPARE_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FOR_DISPLAY Call by reference Type reference (TYPE) ABAP_BOOL 20080714
2 Returning RT_MSG Value transfer Type reference (TYPE) CRMT_IC_MESSAGE_UI_DATA_TAB Tabelle mit UI-Nachrichtendaten 20080714

Method GET_AND_PREPARE_MESSAGES on class CL_BSPWD_BASICS_ERRORVIEW_BASE has no exception.

Method GET_JS_FOR_ERROR_NAV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MESSAGE Call by reference Type reference (TYPE) CRMT_GENIL_MESSAGE_DISPLAY Message Class 20100707
2 Importing IV_HANDLE Call by reference Type reference (TYPE) BALMNR Application log: Internal message serial number 20101221
3 Returning RV_JS Value transfer Type reference (TYPE) STRING 20100707

Method GET_JS_FOR_ERROR_NAV on class CL_BSPWD_BASICS_ERRORVIEW_BASE has no exception.

Method GET_JS_FOR_MESSAGE_NAV Signature

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

Method GET_JS_FOR_MESSAGE_NAV on class CL_BSPWD_BASICS_ERRORVIEW_BASE has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Object reference (TYPE REF TO) CRMT_IC_MESSAGE_UI_DATA_TAB Table with UI message data 20080714
2 Exporting EV_MESSAGE Call by reference Object reference (TYPE REF TO) CRMT_IC_MESSAGE_UI_DATA Message structure 20080714

Method GET_MESSAGES on class CL_BSPWD_BASICS_ERRORVIEW_BASE has no exception.

Method GET_URL_OF_MESSAGE_LONGTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MESSAGE Call by reference Type reference (TYPE) BSP_WD_MESSAGE 20080714
2 Returning RV_URL Value transfer Type reference (TYPE) STRING 20080714

Method GET_URL_OF_MESSAGE_LONGTEXT on class CL_BSPWD_BASICS_ERRORVIEW_BASE has no exception.

Method ON_SKIN_CHANGE Signature

Method ON_SKIN_CHANGE on class CL_BSPWD_BASICS_ERRORVIEW_BASE has no parameter.
Method ON_SKIN_CHANGE on class CL_BSPWD_BASICS_ERRORVIEW_BASE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700