cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot See Wait Icon/Message in Web Report

Former Member
0 Kudos

Hi,

When I run my Web Report, it's taking few seconds to load. In the meantime, it is showing me neither the dialog "Wait the request is being processed!" nor the wait icon.

I understood from the forums that in the BW style sheet the class "SAPBEXPopUp" holds this function and the icon is stored in the MIME repository at /sap/bw/BeX/Icons/loading.gif

How could I add this in my Web template? Do I need to edit the html code? Or is there any web item which helps?

In my template, I just used the table web item and attached a custom query to it.

Thanks,

Sai Raghav.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184494
Active Contributor
0 Kudos

Sai,

for setting the cursor to the hourglass use this code in your HTML..

document.form.cursor = 'wait';

as for the dialog , it is a javascript snippet which comes with BW ..

try opening the loading.gif through the MIME reporsitory (SE80) and check if it is active ...

am not sure if there is any setting for the same..

Hope it helps.

Arun

Assign points if helpful

Former Member
0 Kudos

Hi,

I'm interested too.

Please Help us