cancel
Showing results for 
Search instead for 
Did you mean: 

Adding an interactive "Processing" message to BSP pages

Former Member
0 Kudos

Hi All,

I would like to add an interactive message when I hit the save button on my BSP page. Since I do a lot of database writing upon hitting "SAVE", I would like to display some sort of "popup" message that would let the users know that the page is currently being processed.

Thanks for all the help!

Roman D.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Roman,

try using the PHTMLB tag "ProtectDoubleSubmit". If you are not using HTMLB you will have to develop something int JavaScript. There are some posts in this forum about this.

Regards

Ariel

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Actually ProtectDoubleSubmit is in XHTMLB not PHTMLB. Have a look at BSP Application SBSPEXT_XHTMLB for an example.

Answers (1)

Answers (1)

Former Member
0 Kudos

Try looking at SBSPEXT_PHTMLB examples on MessageBar.htm and weblog https://weblogs.sdn.sap.com/pub/lg/1225 to start