cancel
Showing results for 
Search instead for 
Did you mean: 

How to use MessageArea UI Element

Former Member
0 Kudos

Hi All,

I want to use MessageArea UI Element in Web Dynpro application. Can someone post relevant tutorial/ link for the same.

Regards

Nikhil Bansal

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

[This tutorial|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/webdynpro/wd%20java/wdjava%20tutorials%20and%20articles%20archive/a%20simple%20input%20form%20with%20message%20and%20error%20service%20support.pdf] shows how to use messages in a Web Dynpro app.

former_member197348
Active Contributor
0 Kudos

Hi Nikhil,

It is a simple UI Element which displays the messages by MessageManager of Web Dynpro.

You can get use this where exactly you want to show messages in your view.

Right click on the MessageArea UI Element in Outline view -> Show Help . You will get more details of the MessageArea UI Element.

regards,

Siva

Former Member
0 Kudos

Dear Nikhil,

Message Area UI element is used to display all the error or different messages at a specific place in a UI.

You can use the message Area UI element by inserting it in the layout of a view .You can also set the limit for the no of messages to be displayed.

Alternately you can use a message pool if you want to display custom message.