cancel
Showing results for 
Search instead for 
Did you mean: 

How to freeze message area

Former Member
0 Kudos

Hi all, i have a requirement. User want to see message when he is scrolling down the application.

To my knowledge messages can be displayed any where in the application using UI element Message Area.

Is it possible to freeze message area in a webdynpro abap application? So that message is visible while scrolling down the application.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for the quick response.

former_member185029
Active Contributor
0 Kudos

You will have to use 2 different containers.

The 1st container will have message and the 2nd container will be scroll container.

-Ashutosh

Former Member
0 Kudos

Hi ashutosh, I have tried by creating a Scrollable container and a message area inside it but i couldnt get it.

what is the use of Scrollabe container? Does the UI elements defined inside 'scroll container' scrolls down when application is scrolled down?

former_member185029
Active Contributor
0 Kudos

Please check [this|http://help.sap.com/saphelp_nw04s/helpdata/en/07/518841a79f1609e10000000a155106/frameset.htm]

-Ashutosh

Former Member
0 Kudos

Thanks, I have rewarded points. Is it possible to freeze the message area without using Scroll container?