cancel
Showing results for 
Search instead for 
Did you mean: 

How to navigate to Top of Page in case of any error in webdynpro.

0 Kudos

Hi Experts,

I am having a webdynpro screen on portal.My requirement is when i scroll down on page to enter some values in case any error occurs the control should come to top of the webpage reflecting to message shown above.

is it possible to scroll up on click os a link or button in webdynpro ABAP. Please revert ASAP.

Thanks

Syed

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Also please update if any action is available to navigate to top of web page in webdynpro.

ramakrishnappa
Active Contributor
0 Kudos

Hi,

You can scroll into view element which is on top of page(window)

using;   view->scroll_into_view( lr_top_elem ).

Regards,

Rama

Former Member
0 Kudos

Hi Shehzad,

There as such no TOP-Of-PAGE action/event in WD ABAP.

If your requirement is to navigate to top of the page when there is error in validation of screen you can scroll to a viewelemet on top.

Please have alook at this doc.

Thanks

Pradeep

Answers (0)