cancel
Showing results for 
Search instead for 
Did you mean: 

Email id should be clickable in so10 text

0 Kudos

Hello All,

We have webdynpro application in which we are displaying hard coded text via SO10 . which includes email id's which we wanted to make clickable so it will open outlook session with that email id.

We have already tried below link solution but its not working for us.

https://blogs.sap.com/2014/03/11/hyperlink-in-standard-text/#:~:text=Go%20to%20Menu%20%2D%3E%20Goto%....

Can someone suggest any solution on this?

Thanks and Regards,

Harshali

Sandra_Rossi
Active Contributor

Your question is more about WebDynpro than Standard Text, and even more about displaying an hyperlink in the Web. In the Web you should generate something like that:

Ask <a href="mailto:albert.einstein@genius.com">Albert</a> the details about relativity theory.

It's up to you to transform the Standard Text into a FormattedTextView. The official documentation provides examples how to initialize it from a SAPScript text (format of Standard Text).

Accepted Solutions (0)

Answers (0)