cancel
Showing results for 
Search instead for 
Did you mean: 

Message area

Former Member
0 Kudos

Hi experts,

We have two message area (one at the Top and the other at the bottom section). The messages need to displayed at the top and bottom section of the screen. but the messages of bottom screen currently displayed at the first (top) message area.

Please help on this...

Thanks.

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi,

If you want to display both the message areas at a time, then have a workaround to use ViewContainer UI element. That is, in your view insert one ViewContainer UI element and again insert a View in ViewContainer (this view should contain botton MessageArea UI element). I think this will solve your problem.

Regards

Raghu

Former Member
0 Kudos

Not solved..

siddharth_jain
Active Contributor
0 Kudos

Hi ,

Try the following approach.

create two context value attribute of type boolean and bind the enable property of both the message area to both the context.Make sure that Context Value attributes read only property is set to true, otherwise it will not work.

in the wdDoInit method set one message area enable property as true,for other keep it false.

Now depending on the error message nature enble the respective Message Area and disable the other one.Before reporting the exception.

make sure that both message areas should not be enable at the same time.

Check the following thread also:

Siddharth

Former Member
0 Kudos

Hi,

If you have more than one message area in your view then it would always display message at the first message area found. If you want to change the message area from top to bottom then you need to change the position dynamically through coding as the visibility also won't work.

Regards,

Murtuza

Former Member
0 Kudos

Hi,

Check out the following thread.

ravindra_bollapalli2
Active Contributor
0 Kudos

hi

check this threds

http://help.sap.com/saphelp_nw70/helpdata/en/72/1d6526263ff24995016a152705eab2/content.htm

and the position where u insert the ui elelemt to dispaly the messge

let me know u need more info

bvr

Former Member
0 Kudos

hi

i think..

it will depends on the Position of MessageArea UI Element you inserted.

once try like this.

it may work.

In the Layout tab you do like this.

RootUiElementContainer

MessageAreaUiElement

other UiElements

......

MessageAreaUiElement.

and bind tooltip property of MessageAreaUiElement to the coresponding ContextAttribute.