cancel
Showing results for 
Search instead for 
Did you mean: 

'loading' symbol on button click

Amey-Mogare
Contributor
0 Kudos

Hi,

I have a requirement where user want to see 'loading' icon (the circle that rotates in center of window when backend operation is in process) below a search button.

Is there any way to have this 'loading' icon at the place we want on screen?

Please help.

Thanks & Regards,

Amey

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Amey,

There is an UI element "Progress Indicator". It shows the progress in the form of a bar. If you can convince the client regarding the display of it, you can try it.

Hope it helps.

Sattam

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Amey,

This feature is already present by default in WDJ.

When back end is slow, the response has delay then we automatically see the loading icon.

This is default feature of Web Dynpro.

You can test it yourself by delaying the FM response.

Regards

Yugandhar Reddy

Former Member
0 Kudos

This is what i was referring to.

Here is the user experience on the form:

Former Member
0 Kudos

Hi Amey,

In standard SAP this can not be performed, though you need to change the theme image to make this happen. The rotating circle that comes is a part of the SAP themes. What you can do, is, replace that image with a desired image, loading in your case, and upload the theme in portal. This should help.

Cheers!!!

Umang

Qualiture
Active Contributor
0 Kudos

Hi,

To my knowledge, this is not possible in a direct way.

However, you could use the following workaround:

- export a portal theme, unzip, and extract the image from ur.zip under common/loading

- store this image in the mime folder of your WD component, and embed this image at the preferred position in your view, showing and hiding upon a button click

Hope this helps!

Robin van het Hof