cancel
Showing results for 
Search instead for 
Did you mean: 

How can i display a hyperlink in web dynpro abap error message

vivek_priyadarshi2
Participant
0 Kudos

Hello All,

Does anyone know a workaround to display hyperlink in error messages. I have a requirement to display details of error message for web dynpro application.

Regards,

Vivek

Accepted Solutions (0)

Answers (2)

Answers (2)

amy_king
Active Contributor
0 Kudos

Hi Vivek,

In SE91 Message Maintenance, create your message with long text included and also leave the "self explanatory" checkbox empty. When this message is displayed in Web Dynpro, it will display with a built-in "Display Help" link at the end:

When user clicks the "Display Help" link, a popup opens showing the message long text:

Cheers,

Amy

uday_gubbala2
Active Contributor
0 Kudos

Hi Vivek,

I don't think there's any possible way of realizing the requirement by standard. Instead of throwing your error messages the normal way:

1) Have a Table UI element with 2 columns at the top of your view which you would make visible only upon existence of any errors in the application

2) Fill the table entries such that the 1st column would contain the error text & the 2nd column would contain a LinkToURL UI element with the "target" set pointing to the desired location.

Hope this helps address your issue.

Regards,

Uday