cancel
Showing results for 
Search instead for 
Did you mean: 

replacing http error message

Former Member
0 Kudos

Hi all,

I will be opening an image in another server from a link in main bsp page like this:

<%@page language="abap" %>

<html>

<body>

<div align = left>

<a href ="<%= application->w_inv_url %>" TARGET="_blank" >

Get complete image

</a>

</body>

</html>

When the page at this url is not found,http error message comes. I need to replace this error message by our own custom message. How can this be done.

Please help.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Go through the help file number 7122 which will be present in the folder EN in the drive in which you have installed SAP.

In that they have clearly mentioned how to create error pages,Error Handling Using the ICM.

Regards,

Azaz Ali.

eddy_declercq
Active Contributor
0 Kudos

Hi,

Pls don't forget to reward points and close the question if you find the answers useful.

Eddy

Former Member
0 Kudos

Hi Eddy,

Thanks for the links.They helped a lot.

Regards

Ananya

former_member191062
Active Contributor
0 Kudos

Hello,

please also check the SAP notes:

#809031

#798720

#798719

These describe how to handle BSP errors, and how to define own error page (798719).

Regards,

Dezso