Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Remove loading screen

patrickaagaard
Explorer
0 Likes
1,007

Hi Experts,

I am trying to do some creative handling of an ABAPlist in an HTML viewer. In order to improve the user experience i am looking for a way to hide the pop-up that shows whenever entering WEBGUI - does anyone have an idea how this could be handled?

Best regards,

Patrick

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
945

Add this parameter at the url:

~nosplash=1

Br,

Dong Zhu

Hi Experts,

I am trying to do some creative handling of an ABAPlist in an HTML viewer. In order to improve the user experience i am looking for a way to hide the pop-up that shows whenever entering WEBGUI - does anyone have an idea how this could be handled?

Best regards,

Patrick

2 REPLIES 2
Read only

Former Member
0 Likes
946

Add this parameter at the url:

~nosplash=1

Br,

Dong Zhu

Read only

0 Likes
945

Thanks Dong