Skip to Content
0
Former Member
Mar 05, 2009 at 11:52 AM

Splash Screen link to MIME Repository Image

45 Views

We have an access agreement in the MIME repository (which resides at /sap/public/bc/saa/saa.htm )

I am trying to repair a broken link on our logon screen. What should happen is that the access agreement pops up when a user clicks on a link. The application works fine, apart from this one broken link.

The on-screen text and links are handled in the RENDER method of the custom logon class and the pop-up screen is called by an onclick javascript openwindow call.

Clicking on the link gives a BSP page error:

BSP Exception: the Application Name public in URL /sap/public/bsp/sap/public/bc/saa/saa.htm is invalid.

Any thoughts? I think the path is correct since a similar call to a logo image /sap/public/bsp/sap/public/bc/icons/logo.jpg in the MIME repository still works.