cancel
Showing results for 
Search instead for 
Did you mean: 

Popup screen with file upload

former_member182429
Active Participant
0 Kudos

Hi folks, I have written a BSP application that allows users to do a simple file upload to a remote location.

However, I am having a slight problem in that when I am waiting for the file to upload, I am still able to click some of the buttons in my application.

Is there some way to do a pop-up screen that tells the user that the file upload is in progress, and lock the screen focus to the pop-up window until the file upload finishes, then close the pop-up window by itself and return the user to the file upload application window?

Please kindly advise. Thanks in advance.

View Entire Topic
RenaldWittwer
Contributor
0 Kudos

Hi,

if you are using htmlb have a look to XHTMLB protectDoubleSubmit.

If you are using pure HTML have a look to the blog

It's not exactly what you are aksing for, but perhaps it leads you in the right direction.

Best regards

Renald

former_member182429
Active Participant
0 Kudos

Thank you very much Renald!

Do you know whether the documentation for such tags can be found in the SAP Library? Or is it only restricted to pressing F1 within SE80 itself?