SAP ABAP Class CL_WD_MESSAGE_AREA (CL_WD_MESSAGE_AREA)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_PATTERN (Package) UIE Library "Pattern"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_UIELEMENT Perforce change= / 20051117-125541 20040702
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_ROOT_ELEMENT 20090824
Properties
Class CL_WD_MESSAGE_AREA  
Short Description    
Super Class CL_WD_UIELEMENT Perforce change= / 20051117-125541 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_PATTERN   UIE Library "Pattern" 
Created 20040702   SAP 
Last change 20141120    
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
# Interface Abstract Final Description Created on
1 IF_WD_ROOT_ELEMENT 20090824
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20140113 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20140113 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_HISTORY_VISIBLE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING BP_HISTORY_VISIBLE 20050815
2 CID_MESSAGE_AREA Constant Public Type reference (TYPE) GUID '0059684220506B24E10000000A1550C0' CID_MESSAGE_AREA 20050316
3 IP_HISTORY_VISIBLE Instance attribute Protected Type reference (TYPE) ABAP_BOOL IP_HISTORY_VISIBLE 20050422
4 MP_ON_NAVIGATE Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS MP_ON_NAVIGATE 20050815
5 PL_HISTORY_VISIBLE Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN PL_HISTORY_VISIBLE 20050422
6 VL_FIRST_VISIBLE_MESSAGE Instance attribute Protected Type reference (TYPE) I VL_FIRST_VISIBLE_MESSAGE 20040702
7 VL_HISTORY_VISIBLE Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN VL_HISTORY_VISIBLE 20050422
8 VL_MAX_VISIBLE_MESSAGES Instance attribute Protected Type reference (TYPE) I VL_MAX_VISIBLE_MESSAGES 20040702
9 VL_ON_NAVIGATE Instance attribute Protected Type reference (TYPE) STRING VL_ON_NAVIGATE 20050815
Methods
# Method Level Visibility Method type Description Created on
1 BIND_HISTORY_VISIBLE Instance method Public Method BIND_HISTORY_VISIBLE 20050815
2 BOUND_HISTORY_VISIBLE Instance method Public Method BOUND_HISTORY_VISIBLE 20050815
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040702
4 GET_FIRST_VISIBLE_MESSAGE Instance method Public Method GET_FIRST_VISIBLE_MESSAGE 20040702
5 GET_HISTORY_VISIBLE Instance method Public Method GET_HISTORY_VISIBLE 20050422
6 GET_MAX_VISIBLE_MESSAGES Instance method Public Method GET_MAX_VISIBLE_MESSAGES 20040702
7 GET_ON_NAVIGATE Instance method Public Method GET_ON_NAVIGATE 20050815
8 MAPPED_ON_NAVIGATE Instance method Public Method MAPPED_ON_NAVIGATE 20050815
9 MAP_ON_NAVIGATE Instance method Public Method MAP_ON_NAVIGATE 20050815
10 NEW_MESSAGE_AREA Static method Public Method NEW_MESSAGE_AREA 20040702
11 SET_FIRST_VISIBLE_MESSAGE Instance method Public Method SET_FIRST_VISIBLE_MESSAGE 20040702
12 SET_HISTORY_VISIBLE Instance method Public Method SET_HISTORY_VISIBLE 20050422
13 SET_MAX_VISIBLE_MESSAGES Instance method Public Method SET_MAX_VISIBLE_MESSAGES 20040702
14 SET_ON_NAVIGATE Instance method Public Method SET_ON_NAVIGATE 20050815
Events
Class CL_WD_MESSAGE_AREA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_MESSAGE_AREA Public See coding TT_MESSAGE_AREA 20050316 tt_MESSAGE_AREA TYPE TABLE OF REF TO CL_WD_MESSAGE_AREA WITH DEFAULT KEY
Method Signatures

Method BIND_HISTORY_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20050815

Method BIND_HISTORY_VISIBLE on class CL_WD_MESSAGE_AREA has no exception.

Method BOUND_HISTORY_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20050815
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20050815
3 Returning PATH Value transfer Type reference (TYPE) STRING 20050815

Method BOUND_HISTORY_VISIBLE on class CL_WD_MESSAGE_AREA has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20040702
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040702

Method CONSTRUCTOR on class CL_WD_MESSAGE_AREA has no exception.

Method GET_FIRST_VISIBLE_MESSAGE Signature

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

Method GET_FIRST_VISIBLE_MESSAGE on class CL_WD_MESSAGE_AREA has no exception.

Method GET_HISTORY_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20050815
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20050815
3 Returning VALUE Value transfer Type reference (TYPE) WDY_BOOLEAN 20050422

Method GET_HISTORY_VISIBLE on class CL_WD_MESSAGE_AREA has no exception.

Method GET_MAX_VISIBLE_MESSAGES Signature

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

Method GET_MAX_VISIBLE_MESSAGES on class CL_WD_MESSAGE_AREA has no exception.

Method GET_ON_NAVIGATE Signature

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

Method GET_ON_NAVIGATE on class CL_WD_MESSAGE_AREA has no exception.

Method MAPPED_ON_NAVIGATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20050815

Method MAPPED_ON_NAVIGATE on class CL_WD_MESSAGE_AREA has no exception.

Method MAP_ON_NAVIGATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20050815

Method MAP_ON_NAVIGATE on class CL_WD_MESSAGE_AREA has no exception.

Method NEW_MESSAGE_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_ENABLED Call by reference Type reference (TYPE) STRING 20040702
2 Importing BIND_HISTORY_VISIBLE Call by reference Type reference (TYPE) STRING 20050815
3 Importing BIND_STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
4 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) STRING 20040702
5 Importing BIND_VISIBLE Call by reference Type reference (TYPE) STRING 20040702
6 Importing CONTEXT_MENU_BEHAVIOUR Call by reference Type reference (TYPE) WDUI_CONTEXT_MENU_BEHAVIOUR E_CONTEXT_MENU_BEHAVIOUR-INHERIT 20060613
7 Importing CONTEXT_MENU_ID Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20060613
8 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_MESSAGE_AREA 20040702
9 Importing ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20040702
10 Importing FIRST_VISIBLE_MESSAGE Call by reference Type reference (TYPE) I '0' 20040702
11 Importing HISTORY_VISIBLE Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20050422
12 Importing ID Call by reference Type reference (TYPE) STRING 20040702
13 Importing MAX_VISIBLE_MESSAGES Call by reference Type reference (TYPE) I '0' 20040702
14 Importing ON_NAVIGATE Call by reference Type reference (TYPE) STRING 20050815
15 Importing STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
16 Importing TOOLTIP Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040702
17 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040702
18 Importing VISIBLE Call by reference Type reference (TYPE) WDUI_VISIBILITY E_VISIBLE-VISIBLE 20040702

Method NEW_MESSAGE_AREA on class CL_WD_MESSAGE_AREA has no exception.

Method SET_FIRST_VISIBLE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) I 20040702

Method SET_FIRST_VISIBLE_MESSAGE on class CL_WD_MESSAGE_AREA has no exception.

Method SET_HISTORY_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDY_BOOLEAN 20050422

Method SET_HISTORY_VISIBLE on class CL_WD_MESSAGE_AREA has no exception.

Method SET_MAX_VISIBLE_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) I 20040702

Method SET_MAX_VISIBLE_MESSAGES on class CL_WD_MESSAGE_AREA has no exception.

Method SET_ON_NAVIGATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20050815

Method SET_ON_NAVIGATE on class CL_WD_MESSAGE_AREA has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 710